{"versions":{"2.2.2-alpha.20211012.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.2-alpha.20211012.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.2-alpha.20211012.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.2-alpha.20211012.1","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"8bac352142d5513babf08b18908a4ff07efbdd99","size":348081,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.2-alpha.20211012.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.2-alpha.20211012.1_1634062179773_0.9948328312736792"},"_hasShrinkwrap":false,"publish_time":1634062179915,"_cnpm_publish_time":1634062179915,"contributors":[]},"2.2.2-alpha.20211001.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.2-alpha.20211001.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.2-alpha.20211001.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.2-alpha.20211001.1","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"6a0cd40d174c4e9ad3b16ece5cdc32302fa07af2","size":347888,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.2-alpha.20211001.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.2-alpha.20211001.1_1633111784114_0.026376621416677626"},"_hasShrinkwrap":false,"publish_time":1633111784322,"_cnpm_publish_time":1633111784322,"contributors":[]},"2.2.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.1.tgz","_id":"@azure/core-http@2.2.1","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"9998f04b9e2f0255f4368034d423903ba90c75db","size":347843,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.1_1633030561780_0.769678168544492"},"_hasShrinkwrap":false,"publish_time":1633030562045,"_cnpm_publish_time":1633030562045,"contributors":[]},"2.2.1-alpha.20210930.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.1-alpha.20210930.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.1-alpha.20210930.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.1-alpha.20210930.2","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"76aa87dbc479e8a470761b6331edbe9987d0d040","size":347880,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.1-alpha.20210930.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.1-alpha.20210930.2_1633025518807_0.8961104577904404"},"_hasShrinkwrap":false,"publish_time":1633025519042,"_cnpm_publish_time":1633025519042,"contributors":[]},"2.2.1-alpha.20210914.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.1-alpha.20210914.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.1-alpha.20210914.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.1-alpha.20210914.1","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"8c1be0fb1a6afe6b6d99dd2d460bc43706e504c9","size":347873,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.1-alpha.20210914.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.1-alpha.20210914.1_1631643983752_0.6263020269989639"},"_hasShrinkwrap":false,"publish_time":1631643984190,"_cnpm_publish_time":1631643984190,"contributors":[]},"2.2.1-alpha.20210913.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.1-alpha.20210913.3","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.1-alpha.20210913.3.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.1-alpha.20210913.3","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"c0a938f2dac3cae24dfb5660b0a06646a8a72fd0","size":347279,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.1-alpha.20210913.3.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.1-alpha.20210913.3_1631557002543_0.40257282800487926"},"_hasShrinkwrap":false,"publish_time":1631557002854,"_cnpm_publish_time":1631557002854,"contributors":[]},"2.2.1-alpha.20210903.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.1-alpha.20210903.3","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.1-alpha.20210903.3.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.1-alpha.20210903.3","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"fb2ffee52c6c85feb2e6882b818468c6e6f6c4e2","size":347278,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.1-alpha.20210903.3.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.1-alpha.20210903.3_1630692696183_0.17127576716841775"},"_hasShrinkwrap":false,"publish_time":1630692696356,"_cnpm_publish_time":1630692696356,"contributors":[]},"2.2.0":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.0","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.0.tgz","_id":"@azure/core-http@2.2.0","_nodeVersion":"14.17.6","_npmVersion":"6.14.15","dist":{"shasum":"a8edfeb31bbd65172e2455fde3e607fd9300c064","size":347215,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.0.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.0_1630602936669_0.5771898885123856"},"_hasShrinkwrap":false,"publish_time":1630602936852,"_cnpm_publish_time":1630602936852,"contributors":[]},"2.1.1-alpha.20210830.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.1.1-alpha.20210830.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.1.1-alpha.20210830.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.1.1-alpha.20210830.2","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"79d5b04fd79b291abf735575243be597908975d3","size":347259,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.1.1-alpha.20210830.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.1.1-alpha.20210830.2_1630347490310_0.5595433215019876"},"_hasShrinkwrap":false,"publish_time":1630347490489,"_cnpm_publish_time":1630347490489,"contributors":[]},"2.1.1-alpha.20210819.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.1.1-alpha.20210819.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.1.1-alpha.20210819.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.1.1-alpha.20210819.2","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"2485cad6497ef817e5f500dda4c5ea9baa4affb1","size":345657,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.1.1-alpha.20210819.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.1.1-alpha.20210819.2_1629398984312_0.016102462554252295"},"_hasShrinkwrap":false,"publish_time":1629398984526,"_cnpm_publish_time":1629398984526,"contributors":[]},"2.1.1-alpha.20210816.6":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.1.1-alpha.20210816.6","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.1.1-alpha.20210816.6.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.1.1-alpha.20210816.6","_nodeVersion":"14.17.5","_npmVersion":"6.14.14","dist":{"shasum":"7ca8ae60a6a93e93849c0e24e97d40d1685abe8a","size":344709,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.1.1-alpha.20210816.6.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.1.1-alpha.20210816.6_1629140038743_0.5625272128369574"},"_hasShrinkwrap":false,"publish_time":1629140038993,"_cnpm_publish_time":1629140038993,"contributors":[]},"2.1.1-alpha.20210812.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.1.1-alpha.20210812.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.1.1-alpha.20210812.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.1.1-alpha.20210812.2","_nodeVersion":"14.17.4","_npmVersion":"6.14.14","dist":{"shasum":"73f3f32a5ccc43301cffb3961dd4451ae6d46bcd","size":344702,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.1.1-alpha.20210812.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.1.1-alpha.20210812.2_1628794521940_0.6283459141462677"},"_hasShrinkwrap":false,"publish_time":1628794522168,"_cnpm_publish_time":1628794522168,"contributors":[]},"2.1.1-alpha.20210723.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.1.1-alpha.20210723.3","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.1.1-alpha.20210723.3.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.1.1-alpha.20210723.3","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"abed4bea2a59de49832b7501fe465b93d03f02bd","size":344702,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.1.1-alpha.20210723.3.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.1.1-alpha.20210723.3_1627065727758_0.2608214128749877"},"_hasShrinkwrap":false,"publish_time":1627065727943,"_cnpm_publish_time":1627065727943,"contributors":[]},"2.1.0":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.1.0","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.1.0.tgz","_id":"@azure/core-http@2.1.0","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"9fb564aea06484eaf9f05cf4fae16fd16f640383","size":344658,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.1.0.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.1.0_1626999367410_0.3964484169589786"},"_hasShrinkwrap":false,"publish_time":1626999367716,"_cnpm_publish_time":1626999367716,"contributors":[]},"2.1.0-alpha.20210719.5":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.1.0-alpha.20210719.5","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.1.0-alpha.20210719.5.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.1.0-alpha.20210719.5","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"3ee7bce9f67b0daea460f5f96787cf4bae033bc7","size":344683,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.1.0-alpha.20210719.5.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.1.0-alpha.20210719.5_1626720184506_0.260307759555642"},"_hasShrinkwrap":false,"publish_time":1626720184729,"_cnpm_publish_time":1626720184729,"contributors":[]},"2.0.1-alpha.20210716.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.0.1-alpha.20210716.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.0.1-alpha.20210716.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.0.1-alpha.20210716.1","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"6745e4760c859cfc7d1bb845701963f35e5a3df0","size":342962,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.0.1-alpha.20210716.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.0.1-alpha.20210716.1_1626461191572_0.7384538470601534"},"_hasShrinkwrap":false,"publish_time":1626461191772,"_cnpm_publish_time":1626461191772,"contributors":[]},"2.0.1-alpha.20210713.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.0.1-alpha.20210713.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.0.1-alpha.20210713.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.0.1-alpha.20210713.1","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"bc0b56805e1707dba7483e6c64f812f884fa627b","size":342804,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.0.1-alpha.20210713.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.0.1-alpha.20210713.1_1626201640658_0.45756819289678186"},"_hasShrinkwrap":false,"publish_time":1626201640831,"_cnpm_publish_time":1626201640831,"contributors":[]},"2.0.1-alpha.20210707.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.0.1-alpha.20210707.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.0.1-alpha.20210707.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.0.1-alpha.20210707.1","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"6f0e98bcaa96441aff55c86df6166667449b71f0","size":343086,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.0.1-alpha.20210707.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.0.1-alpha.20210707.1_1625682992085_0.7777052699097406"},"_hasShrinkwrap":false,"publish_time":1625682992322,"_cnpm_publish_time":1625682992322,"contributors":[]},"2.0.1-alpha.20210702.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.0.1-alpha.20210702.4","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.0.1-alpha.20210702.4.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.0.1-alpha.20210702.4","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"3e96747ffd2934bcd43f6189a355928af92975b4","size":343161,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.0.1-alpha.20210702.4.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.0.1-alpha.20210702.4_1625252355747_0.07422603643178705"},"_hasShrinkwrap":false,"publish_time":1625252355968,"_cnpm_publish_time":1625252355968,"contributors":[]},"2.0.0":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.0.0","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.12","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.0.0.tgz","_id":"@azure/core-http@2.0.0","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"3decae3a80ec19d5d2fbe2cd21834858743ff348","size":343125,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.0.0.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.0.0_1625090041270_0.4851988873805446"},"_hasShrinkwrap":false,"publish_time":1625090041542,"_cnpm_publish_time":1625090041542,"contributors":[]},"1.2.7-alpha.20210623.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.7-alpha.20210623.4","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-1.2.7-alpha.20210623.4.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.7-alpha.20210623.4","_nodeVersion":"14.17.1","_npmVersion":"6.14.13","dist":{"shasum":"213a111777ff758d036c1f0c86952198ac7b2faf","size":352525,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.7-alpha.20210623.4.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.7-alpha.20210623.4_1624479736449_0.7231980116837597"},"_hasShrinkwrap":false,"publish_time":1624479736616,"_cnpm_publish_time":1624479736616,"contributors":[]},"1.2.7-alpha.20210617.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.7-alpha.20210617.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.7-alpha.20210617.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.7-alpha.20210617.1","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"7a7313f24ed3a385df49e36a43740b5b33acae6c","size":352245,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.7-alpha.20210617.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.7-alpha.20210617.1_1623960576395_0.4573281749615097"},"_hasShrinkwrap":false,"publish_time":1623960576599,"_cnpm_publish_time":1623960576599,"contributors":[]},"1.2.7-alpha.20210615.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.7-alpha.20210615.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.7-alpha.20210615.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.7-alpha.20210615.1","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"9e30a95d9bff50a82505cb90b8caeefe8464b2c0","size":352126,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.7-alpha.20210615.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.7-alpha.20210615.1_1623782050336_0.19337070258230438"},"_hasShrinkwrap":false,"publish_time":1623782050695,"_cnpm_publish_time":1623782050695,"contributors":[]},"1.2.6":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.6","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.6.tgz","_id":"@azure/core-http@1.2.6","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"9cd508418572d2062fd3175274219438772bdb65","size":352070,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.6.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.6_1623706779448_0.2765832908127652"},"_hasShrinkwrap":false,"publish_time":1623706779640,"_cnpm_publish_time":1623706779640,"contributors":[]},"1.2.6-alpha.20210614.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.6-alpha.20210614.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.6-alpha.20210614.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.6-alpha.20210614.2","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"6a25b1fe443e40b83d5751c5b9ffb34b7e805900","size":352090,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.6-alpha.20210614.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.6-alpha.20210614.2_1623695527553_0.026429574715959747"},"_hasShrinkwrap":false,"publish_time":1623695527748,"_cnpm_publish_time":1623695527748,"contributors":[]},"1.2.6-alpha.20210611.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.6-alpha.20210611.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.6-alpha.20210611.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.6-alpha.20210611.2","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"316e81897adb135b4c7ec34c857b2ac8641db823","size":352069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.6-alpha.20210611.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.6-alpha.20210611.2_1623448679672_0.3653405075756102"},"_hasShrinkwrap":false,"publish_time":1623448679889,"_cnpm_publish_time":1623448679889,"contributors":[]},"1.2.6-alpha.20210611.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.6-alpha.20210611.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.6-alpha.20210611.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.6-alpha.20210611.1","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"a057b1292ee1a28717b2a73daef53f9ff0f407d6","size":352069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.6-alpha.20210611.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.6-alpha.20210611.1_1623436432775_0.9903494679288192"},"_hasShrinkwrap":false,"publish_time":1623436433017,"_cnpm_publish_time":1623436433017,"contributors":[]},"1.2.6-alpha.20210610.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.6-alpha.20210610.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.6-alpha.20210610.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.6-alpha.20210610.1","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"45ddad156390ae9ec99908dd58bca6e3abb70b89","size":351198,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.6-alpha.20210610.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.6-alpha.20210610.1_1623350007180_0.9403878849997389"},"_hasShrinkwrap":false,"publish_time":1623350007399,"_cnpm_publish_time":1623350007399,"contributors":[]},"1.2.5":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.5","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.5.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.5","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"de1e96482bdeb6ab361d2a088942804d33278e01","size":351162,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.5.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.5_1622767508646_0.4950538796721735"},"_hasShrinkwrap":false,"publish_time":1622767508914,"_cnpm_publish_time":1622767508914,"contributors":[]},"1.2.5-alpha.20210518.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.5-alpha.20210518.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/dev-tool":"^1.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@rollup/plugin-replace":"^2.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.5-alpha.20210518.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.5-alpha.20210518.2","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"d12d38166e6f45ae8d358cbd464c5b60c3655809","size":350200,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.5-alpha.20210518.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.5-alpha.20210518.2_1621368693105_0.949527616278317"},"_hasShrinkwrap":false,"publish_time":1621368693355,"_cnpm_publish_time":1621368693355,"contributors":[]},"1.2.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.11","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4.tgz","_id":"@azure/core-http@1.2.4","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"7de543f349de2c1033321252debdee4642c398f9","size":264973,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4_1617157437228_0.1295381198729213"},"_hasShrinkwrap":false,"publish_time":1617157437417,"_cnpm_publish_time":1617157437417,"contributors":[]},"1.2.4-alpha.20210326.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4-alpha.20210326.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"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 tsconfig.es.json && npm run build:nodebrowser && npm run extract-api:nobuild && npm run build:types","build:scripts":"tsc -p ./.scripts/","build:test":"tsc -p tsconfig.es.json && rollup -c rollup.test.config.js 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build:nodebrowser":"rollup -c 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^9.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4-alpha.20210326.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.4-alpha.20210326.1","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"06cc5e68ba0e2ab5034cfc65221d319255f5c9a6","size":259939,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4-alpha.20210326.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4-alpha.20210326.1_1616783187048_0.34757953478050907"},"_hasShrinkwrap":false,"publish_time":1616783187230,"_cnpm_publish_time":1616783187230,"contributors":[]},"1.2.4-alpha.20210317.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4-alpha.20210317.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4-alpha.20210317.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.4-alpha.20210317.1","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"1437b53d544a705f6a260b91acfc775b16607b8d","size":259938,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4-alpha.20210317.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4-alpha.20210317.1_1616005837244_0.9813793862306648"},"_hasShrinkwrap":false,"publish_time":1616005837452,"_cnpm_publish_time":1616005837452,"contributors":[]},"1.2.4-alpha.20210303.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4-alpha.20210303.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4-alpha.20210303.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.4-alpha.20210303.1","_nodeVersion":"14.16.0","_npmVersion":"6.14.11","dist":{"shasum":"b2ea0a30dea92d915d5020d305ba69377f17a86f","size":259129,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4-alpha.20210303.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4-alpha.20210303.1_1614799529737_0.24015548668563813"},"_hasShrinkwrap":false,"publish_time":1614799529970,"_cnpm_publish_time":1614799529970,"contributors":[]},"1.2.4-alpha.20210301.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4-alpha.20210301.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4-alpha.20210301.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.4-alpha.20210301.1","_nodeVersion":"14.15.5","_npmVersion":"6.14.11","dist":{"shasum":"f426a31bb83708f9a682e8e7d83ea501b443672f","size":259940,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4-alpha.20210301.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4-alpha.20210301.1_1614626814718_0.43454837953656966"},"_hasShrinkwrap":false,"publish_time":1614626815013,"_cnpm_publish_time":1614626815013,"contributors":[]},"1.2.4-alpha.20210226.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4-alpha.20210226.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4-alpha.20210226.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.4-alpha.20210226.1","_nodeVersion":"14.15.5","_npmVersion":"6.14.11","dist":{"shasum":"01ece438558e65284a67048e4bb2bef9d14b93a6","size":259972,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4-alpha.20210226.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4-alpha.20210226.1_1614367999515_0.3167242669183419"},"_hasShrinkwrap":false,"publish_time":1614367999738,"_cnpm_publish_time":1614367999738,"contributors":[]},"1.2.4-alpha.20210224.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4-alpha.20210224.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4-alpha.20210224.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.4-alpha.20210224.1","_nodeVersion":"14.15.5","_npmVersion":"6.14.11","dist":{"shasum":"cdb4ca0768515182909ac98a8042afcad95a909c","size":260556,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4-alpha.20210224.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4-alpha.20210224.1_1614194785001_0.03133490970007813"},"_hasShrinkwrap":false,"publish_time":1614194785201,"_cnpm_publish_time":1614194785201,"contributors":[]},"1.2.4-alpha.20210222.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4-alpha.20210222.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4-alpha.20210222.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.4-alpha.20210222.1","_nodeVersion":"14.15.5","_npmVersion":"6.14.11","dist":{"shasum":"5ea4560d6ae265b036945f6be985a1e8ff81f411","size":260434,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4-alpha.20210222.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4-alpha.20210222.1_1614022091256_0.5412240877410779"},"_hasShrinkwrap":false,"publish_time":1614022091572,"_cnpm_publish_time":1614022091572,"contributors":[]},"1.2.4-alpha.20210210.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4-alpha.20210210.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.2.0","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4-alpha.20210210.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.4-alpha.20210210.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.10","dist":{"shasum":"15cdeda7a24b71e7531c7c3e40629d840a6b612e","size":260443,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4-alpha.20210210.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4-alpha.20210210.1_1612985404036_0.6418361444708931"},"_hasShrinkwrap":false,"publish_time":1612985404270,"_cnpm_publish_time":1612985404270,"contributors":[]},"1.2.4-alpha.20210205.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.4-alpha.20210205.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.4-alpha.20210205.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.4-alpha.20210205.2","_nodeVersion":"14.15.4","_npmVersion":"6.14.11","dist":{"shasum":"2a878e82c5a336449d020a46780956001ad75479","size":260446,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.4-alpha.20210205.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.4-alpha.20210205.2_1612553734180_0.9279399956449979"},"_hasShrinkwrap":false,"publish_time":1612553734518,"_cnpm_publish_time":1612553734518,"contributors":[]},"1.2.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.3","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.9","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.3.tgz","_id":"@azure/core-http@1.2.3","_nodeVersion":"14.15.4","_npmVersion":"6.14.11","dist":{"shasum":"b1e459f6705df1f8d09bf6582292891c04bcace1","size":260423,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.3.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.3_1612482041980_0.6754137007222611"},"_hasShrinkwrap":false,"publish_time":1612482042193,"_cnpm_publish_time":1612482042193,"contributors":[]},"1.2.3-alpha.20210204.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.3-alpha.20210204.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http-1.2.3-alpha.20210204.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.3-alpha.20210204.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.11","dist":{"shasum":"bf98679911aaa3e7f8e255407f9374e974e9c477","size":260439,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.3-alpha.20210204.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.3-alpha.20210204.1_1612467219999_0.24645532144882187"},"_hasShrinkwrap":false,"publish_time":1612467220181,"_cnpm_publish_time":1612467220181,"contributors":[]},"1.2.3-alpha.20210129.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.3-alpha.20210129.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.3-alpha.20210129.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.3-alpha.20210129.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.11","dist":{"shasum":"2a19fdfc15637f159e8d9d2136ec87d6c53b272c","size":259398,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.3-alpha.20210129.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.3-alpha.20210129.1_1611948777672_0.13801044133291684"},"_hasShrinkwrap":false,"publish_time":1611948777933,"_cnpm_publish_time":1611948777933,"contributors":[]},"1.2.3-alpha.20210125.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.3-alpha.20210125.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.3-alpha.20210125.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.3-alpha.20210125.2","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"4f7945c8639771b69812337e98c500951ce989dc","size":257715,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.3-alpha.20210125.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.3-alpha.20210125.2_1611603131758_0.000996128067344726"},"_hasShrinkwrap":false,"publish_time":1611603131956,"_cnpm_publish_time":1611603131956,"contributors":[]},"1.2.3-alpha.20210125.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.3-alpha.20210125.3","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.3-alpha.20210125.3.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.3-alpha.20210125.3","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"4d53acec6bcb5bd22bdc55b78c65be709a68ce4e","size":257715,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.3-alpha.20210125.3.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.3-alpha.20210125.3_1611603043965_0.6859658614626161"},"_hasShrinkwrap":false,"publish_time":1611603044154,"_cnpm_publish_time":1611603044154,"contributors":[]},"1.2.3-alpha.20210122.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.3-alpha.20210122.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.3-alpha.20210122.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.3-alpha.20210122.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"5142054bdb755d86a34933cff7c4cdf5ee946197","size":257714,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.3-alpha.20210122.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.3-alpha.20210122.1_1611344224567_0.9267887345263246"},"_hasShrinkwrap":false,"publish_time":1611344224761,"_cnpm_publish_time":1611344224761,"contributors":[]},"1.2.3-alpha.20210118.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.3-alpha.20210118.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.3-alpha.20210118.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.3-alpha.20210118.1","_nodeVersion":"14.15.4","_npmVersion":"6.14.11","dist":{"shasum":"8fd2ffcf5142e7f5f942238eb8328212b1df2ea9","size":256890,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.3-alpha.20210118.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.3-alpha.20210118.1_1610997995237_0.7041725978987883"},"_hasShrinkwrap":false,"publish_time":1610997995455,"_cnpm_publish_time":1610997995455,"contributors":[]},"1.2.3-alpha.20210108.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.3-alpha.20210108.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.3-alpha.20210108.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.3-alpha.20210108.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"db9dbc53fb9c6e9f0818c12f4178ee31a6311ec8","size":256863,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.3-alpha.20210108.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.3-alpha.20210108.1_1610133968997_0.1319547602030231"},"_hasShrinkwrap":false,"publish_time":1610133969157,"_cnpm_publish_time":1610133969157,"contributors":[]},"1.2.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.9","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.2.tgz","_id":"@azure/core-http@1.2.2","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"a6f7717184fd2657d3acabd1d64dfdc0bd531ce3","size":256846,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.2_1610060492463_0.7108815357073046"},"_hasShrinkwrap":false,"publish_time":1610060492621,"_cnpm_publish_time":1610060492621,"contributors":[]},"1.2.1-alpha.20210104.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20210104.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20210104.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20210104.2","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"7de2af2c931126b228ff9a624f38977cd543a0ac","size":256856,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20210104.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20210104.2_1609796528323_0.1698347486587548"},"_hasShrinkwrap":false,"publish_time":1609796528521,"_cnpm_publish_time":1609796528521,"contributors":[]},"1.2.1-alpha.20201224.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201224.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201224.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201224.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"a990407f299b5f1515beb755b2d892b9f0c5b9c4","size":256252,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201224.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201224.1_1608837682805_0.6305753066558373"},"_hasShrinkwrap":false,"publish_time":1608837683011,"_cnpm_publish_time":1608837683011,"contributors":[]},"1.2.1-alpha.20201218.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201218.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped.","docs":"typedoc --excludePrivate --excludeNotExported --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201218.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201218.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"7925e28b670f680044d42e2b37c4e1583a7dc6f1","size":256246,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201218.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201218.1_1608317204826_0.9680918584152356"},"_hasShrinkwrap":false,"publish_time":1608317204991,"_cnpm_publish_time":1608317204991,"contributors":[]},"1.2.1-alpha.20201217.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201217.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped."},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201217.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201217.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"5799e514208bb7b1f1f09697f9cc2ba6d6887ac0","size":256267,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201217.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201217.1_1608233704598_0.5827148219488005"},"_hasShrinkwrap":false,"publish_time":1608233704839,"_cnpm_publish_time":1608233704839,"contributors":[]},"1.2.1-alpha.20201215.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201215.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped."},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"4.1.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201215.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201215.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"0fe14763e88c05c79488fddec52fc6cccaa771ac","size":258563,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201215.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201215.1_1608060612840_0.7288356926909751"},"_hasShrinkwrap":false,"publish_time":1608060613111,"_cnpm_publish_time":1608060613111,"contributors":[]},"1.2.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped."},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.9","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1.tgz","_id":"@azure/core-http@1.2.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"af33bc90062f72de4cd933fd8148a16a9032f8fe","size":257389,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1_1607545696929_0.718205460578432"},"_hasShrinkwrap":false,"publish_time":1607545697099,"_cnpm_publish_time":1607545697099,"contributors":[]},"1.2.1-alpha.20201209.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201209.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped."},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201209.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201209.2","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"5d347f5edb50f69ce2cb8ac481ced839c846f57d","size":257404,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201209.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201209.2_1607542500792_0.045265063743902045"},"_hasShrinkwrap":false,"publish_time":1607542501052,"_cnpm_publish_time":1607542501052,"contributors":[]},"1.2.1-alpha.20201207.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201207.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts","build:samples":"echo Skipped."},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201207.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201207.1","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"e436f9cb6219b159004addac841863c90ab406f8","size":257433,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201207.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201207.1_1607369399332_0.3277637195724743"},"_hasShrinkwrap":false,"publish_time":1607369399544,"_cnpm_publish_time":1607369399544,"contributors":[]},"1.2.1-alpha.20201203.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201203.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js","./es/src/util/url.js":"./es/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201203.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201203.2","_nodeVersion":"14.15.1","_npmVersion":"6.14.9","dist":{"shasum":"ec38a24b2ce489b314004b35b2919199c8edacb4","size":257429,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201203.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201203.2_1607044234102_0.7557418285904343"},"_hasShrinkwrap":false,"publish_time":1607044234314,"_cnpm_publish_time":1607044234314,"contributors":[]},"1.2.1-alpha.20201202.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201202.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201202.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201202.1","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"shasum":"affd4b7cbacad55741bc757ee826c6acbfea8242","size":255755,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201202.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201202.1_1606937261867_0.9177226411562605"},"_hasShrinkwrap":false,"publish_time":1606937262052,"_cnpm_publish_time":1606937262052,"contributors":[]},"1.2.1-alpha.20201123.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201123.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201123.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201123.1","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"shasum":"2dd6e0dfc5cc7e57d0ea7ebc086547c6747a2982","size":255783,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201123.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201123.1_1606159979972_0.9904028634636872"},"_hasShrinkwrap":false,"publish_time":1606159980397,"_cnpm_publish_time":1606159980397,"contributors":[]},"1.2.1-alpha.20201113.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201113.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201113.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201113.2","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"shasum":"05c066c0e756b16c38a1c674d770f6029651b3de","size":255748,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201113.2.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201113.2_1605299748176_0.5351737101303637"},"_hasShrinkwrap":false,"publish_time":1605299748381,"_cnpm_publish_time":1605299748381,"contributors":[]},"1.2.1-alpha.20201109.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.1-alpha.20201109.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.1-alpha.20201109.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.1-alpha.20201109.1","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"shasum":"76864aa7da258f6d44c7fa3230d09c6ffd7cb0b1","size":253522,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.1-alpha.20201109.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.1-alpha.20201109.1_1604951684409_0.26520473027356095"},"_hasShrinkwrap":false,"publish_time":1604951684560,"_cnpm_publish_time":1604951684560,"contributors":[]},"1.2.0-alpha.20201106.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.0-alpha.20201106.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.0-alpha.20201106.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.0-alpha.20201106.1","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"shasum":"42d720b4ef040a1c73f8826aedab97b8db47571e","size":253512,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.0-alpha.20201106.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.0-alpha.20201106.1_1604691874441_0.3934746349504856"},"_hasShrinkwrap":false,"publish_time":1604691874565,"_cnpm_publish_time":1604691874565,"contributors":[]},"1.2.0":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.0","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.9","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.0.tgz","_id":"@azure/core-http@1.2.0","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"shasum":"eb2a1da9bdba8407a09d78450af5f13f8cc43d63","size":253501,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.0.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.0_1604622914154_0.8345448567972558"},"_hasShrinkwrap":false,"publish_time":1604622914376,"_cnpm_publish_time":1604622914376,"contributors":[]},"1.2.0-alpha.20201105.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.0-alpha.20201105.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.0-alpha.20201105.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.0-alpha.20201105.1","_nodeVersion":"14.15.0","_npmVersion":"6.14.8","dist":{"shasum":"a8fb418b6443baf0a3eabcdca837281830e39af8","size":253358,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.0-alpha.20201105.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.0-alpha.20201105.1_1604606952811_0.9824563974865619"},"_hasShrinkwrap":false,"publish_time":1604606953037,"_cnpm_publish_time":1604606953037,"contributors":[]},"1.2.0-alpha.20201104.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.0-alpha.20201104.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.0-alpha.20201104.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.0-alpha.20201104.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"3ce9aaa197e9de870eb3e6a970d14d7064241b3f","size":248818,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.0-alpha.20201104.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.0-alpha.20201104.1_1604518548107_0.5264249557808096"},"_hasShrinkwrap":false,"publish_time":1604518548311,"_cnpm_publish_time":1604518548311,"contributors":[]},"1.2.0-alpha.20201103.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.0-alpha.20201103.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.0-alpha.20201103.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.0-alpha.20201103.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"479319313392e606c792b2b56fddaf41edb2bebf","size":248707,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.0-alpha.20201103.1.tgz"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.0-alpha.20201103.1_1604438192070_0.21540472666535293"},"_hasShrinkwrap":false,"publish_time":1604438192237,"_cnpm_publish_time":1604438192237,"contributors":[]},"1.2.0-alpha.20201030.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.0-alpha.20201030.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.0-alpha.20201030.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.0-alpha.20201030.2","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"033df6a776e616c524400066ffa9026cd093d2c4","size":248607,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.0-alpha.20201030.2.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.0-alpha.20201030.2_1604082910579_0.08157621603472487"},"_hasShrinkwrap":false,"publish_time":1604082910813,"_cnpm_publish_time":1604082910813,"contributors":[]},"1.2.0-alpha.20201019.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.2.0-alpha.20201019.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.2.0-alpha.20201019.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.2.0-alpha.20201019.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"d59d71b6caf712f48a9ce3ed3cbeeb26d323c351","size":248568,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.2.0-alpha.20201019.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.2.0-alpha.20201019.1_1603132277181_0.39822575234773505"},"_hasShrinkwrap":false,"publish_time":1603132277396,"_cnpm_publish_time":1603132277396,"contributors":[]},"1.1.10-alpha.20201016.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.10-alpha.20201016.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.10-alpha.20201016.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.10-alpha.20201016.1","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"shasum":"f81176cd92b6c429bc20edf170d43fd1f295de5c","size":247944,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.10-alpha.20201016.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.10-alpha.20201016.1_1602873057867_0.7440625729086523"},"_hasShrinkwrap":false,"publish_time":1602873058178,"_cnpm_publish_time":1602873058178,"contributors":[]},"1.1.10-alpha.20201001.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.10-alpha.20201001.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.10-alpha.20201001.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.10-alpha.20201001.1","_nodeVersion":"12.18.4","_npmVersion":"6.14.8","dist":{"shasum":"082fae1244ebfc3dcc457d18f0557842f191bbe0","size":247500,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.10-alpha.20201001.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.10-alpha.20201001.1_1601577299423_0.8091852117709908"},"_hasShrinkwrap":false,"publish_time":1601577299676,"_cnpm_publish_time":1601577299676,"contributors":[]},"1.1.9":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.9","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.9","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.9.tgz","_id":"@azure/core-http@1.1.9","_nodeVersion":"12.18.4","_npmVersion":"6.14.8","dist":{"shasum":"627d5abf476dac094795f7e53128b5b6c590c021","size":247480,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.9.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.9_1601507408582_0.3963738091195146"},"_hasShrinkwrap":false,"publish_time":1601507408869,"_cnpm_publish_time":1601507408869,"contributors":[]},"1.1.9-alpha.20200929.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.9-alpha.20200929.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.9-alpha.20200929.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.9-alpha.20200929.1","_nodeVersion":"12.18.4","_npmVersion":"6.14.8","dist":{"shasum":"51feae6b6a397abaa9ae6f316b2e40b3c40bc0f5","size":247341,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.9-alpha.20200929.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.9-alpha.20200929.1_1601405437356_0.4672695383879495"},"_hasShrinkwrap":false,"publish_time":1601405437498,"_cnpm_publish_time":1601405437498,"contributors":[]},"1.1.9-alpha.20200928.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.9-alpha.20200928.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.9-alpha.20200928.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.9-alpha.20200928.1","_nodeVersion":"12.18.4","_npmVersion":"6.14.8","dist":{"shasum":"ee0bd4295092c89ba5e43291d824d2c76f03907c","size":247416,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.9-alpha.20200928.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.9-alpha.20200928.1_1601318658581_0.7026075689199447"},"_hasShrinkwrap":false,"publish_time":1601318658766,"_cnpm_publish_time":1601318658766,"contributors":[]},"1.1.9-alpha.20200925.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.9-alpha.20200925.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.9-alpha.20200925.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.9-alpha.20200925.1","_nodeVersion":"12.18.4","_npmVersion":"6.14.8","dist":{"shasum":"58cc2edfed25621aa657b1a74dd05ae1b0f34bbe","size":245584,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.9-alpha.20200925.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.9-alpha.20200925.1_1601058540380_0.43297784981253473"},"_hasShrinkwrap":false,"publish_time":1601058540529,"_cnpm_publish_time":1601058540529,"contributors":[]},"1.1.9-alpha.20200924.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.9-alpha.20200924.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.9-alpha.20200924.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.9-alpha.20200924.1","_nodeVersion":"12.18.4","_npmVersion":"6.14.8","dist":{"shasum":"282826b857fb3f6a087c8d7508064435a32497f6","size":244564,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.9-alpha.20200924.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.9-alpha.20200924.1_1600971971202_0.8642794371151659"},"_hasShrinkwrap":false,"publish_time":1600971971543,"_cnpm_publish_time":1600971971543,"contributors":[]},"1.1.9-alpha.20200918.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.9-alpha.20200918.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.9-alpha.20200918.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.9-alpha.20200918.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"355e90fd117f68a34ebe69e06f44d8d4065a9ed9","size":243121,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.9-alpha.20200918.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.9-alpha.20200918.1_1600453243558_0.059251413609839654"},"_hasShrinkwrap":false,"publish_time":1600453243755,"_cnpm_publish_time":1600453243755,"contributors":[]},"1.1.9-alpha.20200910.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.9-alpha.20200910.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.9-alpha.20200910.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.9-alpha.20200910.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"413ee4a23872cb9a09665eab284d5e1a4b4a7be2","size":239459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.9-alpha.20200910.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.9-alpha.20200910.1_1599763723549_0.6735383191880369"},"_hasShrinkwrap":false,"publish_time":1599763723768,"_cnpm_publish_time":1599763723768,"contributors":[]},"1.1.8-alpha.20200909.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.8-alpha.20200909.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.8-alpha.20200909.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.8-alpha.20200909.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"037b3f85df69ea4a260ab75a88b98ecc64371d19","size":239445,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.8-alpha.20200909.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.8-alpha.20200909.1_1599675808080_0.3184372667010613"},"_hasShrinkwrap":false,"publish_time":1599675808250,"_cnpm_publish_time":1599675808250,"contributors":[]},"1.1.8":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.8","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.9","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.8.tgz","_id":"@azure/core-http@1.1.8","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"33e2725380f92d34d5f09b25c0ebbf8963086447","size":239433,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.8.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.8_1599602163768_0.8997747750406728"},"_hasShrinkwrap":false,"publish_time":1599602164088,"_cnpm_publish_time":1599602164088,"contributors":[]},"1.1.8-alpha.20200907.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.8-alpha.20200907.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.8-alpha.20200907.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.8-alpha.20200907.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"91bbcb028ea8877752eae8e49c4e33adbe9b0778","size":239378,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.8-alpha.20200907.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.8-alpha.20200907.1_1599503132457_0.30595923112297796"},"_hasShrinkwrap":false,"publish_time":1599503132794,"_cnpm_publish_time":1599503132794,"contributors":[]},"1.1.8-alpha.20200903.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.8-alpha.20200903.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-alpha","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.8-alpha.20200903.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.8-alpha.20200903.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"082106af1c712f482f1f5955c0bd478539f714e9","size":239519,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.8-alpha.20200903.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.8-alpha.20200903.1_1599157728693_0.32469917859306197"},"_hasShrinkwrap":false,"publish_time":1599157728930,"_cnpm_publish_time":1599157728930,"contributors":[]},"1.1.7":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.7","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.9","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.7.tgz","_id":"@azure/core-http@1.1.7","_nodeVersion":"12.18.3","_npmVersion":"6.14.8","dist":{"shasum":"fff2b15d53d9d8dd49f00d5f124a609a9c40c37c","size":239495,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.7.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.7_1599094099774_0.30078045603879744"},"_hasShrinkwrap":false,"publish_time":1599094099911,"_cnpm_publish_time":1599094099911,"contributors":[]},"1.1.7-dev.20200824.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.7-dev.20200824.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.7-dev.20200824.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.7-dev.20200824.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"083f31474756299bb44514f5c98ada52893e1cbc","size":239457,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.7-dev.20200824.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.7-dev.20200824.1_1598293344606_0.670056746550376"},"_hasShrinkwrap":false,"publish_time":1598293344791,"_cnpm_publish_time":1598293344791,"contributors":[]},"1.1.7-dev.20200821.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.7-dev.20200821.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.7-dev.20200821.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.7-dev.20200821.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"fdc0d769c0832f133bf0b55ac0fed394b33adeed","size":239509,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.7-dev.20200821.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.7-dev.20200821.1_1598034346712_0.960317441514196"},"_hasShrinkwrap":false,"publish_time":1598034346936,"_cnpm_publish_time":1598034346936,"contributors":[]},"1.1.7-dev.20200819.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.7-dev.20200819.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.7-dev.20200819.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.7-dev.20200819.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"faade6b9913eea3b8c122df033464ccce0ce598a","size":239200,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.7-dev.20200819.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.7-dev.20200819.1_1597861208988_0.306546294899229"},"_hasShrinkwrap":false,"publish_time":1597861209149,"_cnpm_publish_time":1597861209149,"contributors":[]},"1.1.7-dev.20200818.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.7-dev.20200818.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.7-dev.20200818.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.7-dev.20200818.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"2c24733e475b8e91a570715b3e83dfc2cc1d8040","size":239197,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.7-dev.20200818.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.7-dev.20200818.1_1597774850636_0.2751660055597678"},"_hasShrinkwrap":false,"publish_time":1597774850874,"_cnpm_publish_time":1597774850874,"contributors":[]},"1.1.7-dev.20200812.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.7-dev.20200812.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","cover:unit:node":"nyc npm run unit-test:node","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.7-dev.20200812.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.7-dev.20200812.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"df880b3152347b54f155655610b8daf3ff7dd111","size":235747,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.7-dev.20200812.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.7-dev.20200812.1_1597256995439_0.7293831234956993"},"_hasShrinkwrap":false,"publish_time":1597256995618,"_cnpm_publish_time":1597256995618,"contributors":[]},"1.1.7-dev.20200807.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.7-dev.20200807.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.7-dev.20200807.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.7-dev.20200807.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"849152b9704aa5ab994fccd360935b3e0108fa45","size":235735,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.7-dev.20200807.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.7-dev.20200807.1_1596824240246_0.16576278803917766"},"_hasShrinkwrap":false,"publish_time":1596824240446,"_cnpm_publish_time":1596824240446,"contributors":[]},"1.1.7-dev.20200806.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.7-dev.20200806.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.7-dev.20200806.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.7-dev.20200806.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"d3f1f42e241f8151a849561670d70bd2bfa78e11","size":235736,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.7-dev.20200806.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.7-dev.20200806.1_1596738053656_0.45285057432343256"},"_hasShrinkwrap":false,"publish_time":1596738053847,"_cnpm_publish_time":1596738053847,"contributors":[]},"1.1.6":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.6","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.9","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.10.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.6.tgz","_id":"@azure/core-http@1.1.6","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"9d76bc569c9907e3224bd09c09b4ac08bde9faf8","size":235707,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.6.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.6_1596665947953_0.413624741862878"},"_hasShrinkwrap":false,"publish_time":1596665948120,"_cnpm_publish_time":1596665948120,"contributors":[]},"1.1.5":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.5","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.8","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.5.tgz","_id":"@azure/core-http@1.1.5","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"dffbf7876af7573cd9f2d2154cdca0fb837a7d95","size":235649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.5.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.5_1596575390759_0.9842886256809016"},"_hasShrinkwrap":false,"publish_time":1596575390945,"_cnpm_publish_time":1596575390945,"contributors":[]},"1.1.5-dev.20200804.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.5-dev.20200804.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.5-dev.20200804.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.5-dev.20200804.2","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"9ecf49b2dcfee7901f1e43ab2d1de0e43c439925","size":235665,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.5-dev.20200804.2.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.5-dev.20200804.2_1596565595027_0.04161195962018516"},"_hasShrinkwrap":false,"publish_time":1596565595253,"_cnpm_publish_time":1596565595253,"contributors":[]},"1.1.5-dev.20200803.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.5-dev.20200803.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.5-dev.20200803.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.5-dev.20200803.1","_nodeVersion":"12.18.3","_npmVersion":"6.14.7","dist":{"shasum":"dcab8ff3df03ac078b3aca3ca7484459a61b4b6d","size":235612,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.5-dev.20200803.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.5-dev.20200803.1_1596478687058_0.08340016903311898"},"_hasShrinkwrap":false,"publish_time":1596478687292,"_cnpm_publish_time":1596478687292,"contributors":[]},"1.1.5-dev.20200729.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.5-dev.20200729.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.5-dev.20200729.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.5-dev.20200729.1","_nodeVersion":"12.18.2","_npmVersion":"6.14.6","dist":{"shasum":"94c39a01cbea5ba851ee01280ba938966c28a350","size":235458,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.5-dev.20200729.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.5-dev.20200729.1_1596046836680_0.8526508485931039"},"_hasShrinkwrap":false,"publish_time":1596046836899,"_cnpm_publish_time":1596046836899,"contributors":[]},"1.1.5-dev.20200728.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.5-dev.20200728.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.5-dev.20200728.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.5-dev.20200728.1","_nodeVersion":"12.18.2","_npmVersion":"6.14.6","dist":{"shasum":"00744df6e523c1609daec5206046e01046b6fca0","size":235460,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.5-dev.20200728.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.5-dev.20200728.1_1595966168258_0.8388909545045111"},"_hasShrinkwrap":false,"publish_time":1595966168399,"_cnpm_publish_time":1595966168399,"contributors":[]},"1.1.5-dev.20200727.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.5-dev.20200727.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^5.1.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.5-dev.20200727.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.5-dev.20200727.1","_nodeVersion":"12.18.2","_npmVersion":"6.14.6","dist":{"shasum":"95f824d0bde7e2315911aa3fdbe6ee9202a2dcb6","size":235459,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.5-dev.20200727.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.5-dev.20200727.1_1595874023981_0.951014583859265"},"_hasShrinkwrap":false,"publish_time":1595874024156,"_cnpm_publish_time":1595874024156,"contributors":[]},"1.1.5-dev.20200708.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.5-dev.20200708.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.5-dev.20200708.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.5-dev.20200708.1","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"f9acbae5e65e987cbe70db80f862253a6d73c3b4","size":235460,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.5-dev.20200708.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.5-dev.20200708.1_1594232313494_0.3398425562890177"},"_hasShrinkwrap":false,"publish_time":1594232313671,"_cnpm_publish_time":1594232313671,"contributors":[]},"1.1.5-dev.20200707.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.5-dev.20200707.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3-dev","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.5-dev.20200707.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.5-dev.20200707.1","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"851659fecfcfda346f3147a2549cb530818f6db4","size":235461,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.5-dev.20200707.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.5-dev.20200707.1_1594146412596_0.816870581271512"},"_hasShrinkwrap":false,"publish_time":1594146412756,"_cnpm_publish_time":1594146412756,"contributors":[]},"1.1.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.4","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-tracing":"1.0.0-preview.8","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.4.tgz","_id":"@azure/core-http@1.1.4","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"6f15423d6f62e1d9bc051ca4b724e2a7d18cd6e9","size":235435,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.4.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.4_1594060322659_0.8377954416800844"},"_hasShrinkwrap":false,"publish_time":1594060322876,"_cnpm_publish_time":1594060322876,"contributors":[]},"1.1.4-dev.20200702.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.4-dev.20200702.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3-dev","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.4-dev.20200702.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.4-dev.20200702.2","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"b6618d47d2ebf5d5571a09430eb2894a57dd2eb2","size":235452,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.4-dev.20200702.2.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.4-dev.20200702.2_1593714128772_0.29553885653683487"},"_hasShrinkwrap":false,"publish_time":1593714129053,"_cnpm_publish_time":1593714129053,"contributors":[]},"1.1.4-dev.20200701.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"1.1.4-dev.20200701.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=8.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","Azure","cloud"],"main":"dist/index.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","lint:terminal":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3-dev","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.4-dev.20200701.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.4-dev.20200701.1","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"2f50a91b80d0a3af08dd6b3c0b6166192cd9f13d","size":235426,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.4-dev.20200701.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.4-dev.20200701.1_1593627219039_0.48663531557774964"},"_hasShrinkwrap":false,"publish_time":1593627219265,"_cnpm_publish_time":1593627219265,"contributors":[]},"1.1.4-dev.20200629.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.4-dev.20200629.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.3-dev","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.4-dev.20200629.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.4-dev.20200629.1","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"ddf7884c140abbe2143ff9c75dbded8dc6be2ada","size":307538,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.4-dev.20200629.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.4-dev.20200629.1_1593454359693_0.9407884974691028"},"_hasShrinkwrap":false,"publish_time":1593454359870,"_cnpm_publish_time":1593454359870,"contributors":[]},"1.1.4-dev.20200626.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.4-dev.20200626.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.4-dev.20200626.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.4-dev.20200626.1","_nodeVersion":"12.18.1","_npmVersion":"6.14.5","dist":{"shasum":"e8a47e6a7210f4d206bb315aa1ef5b76667c8cef","size":307532,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.4-dev.20200626.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.4-dev.20200626.1_1593196873858_0.23954652392763887"},"_hasShrinkwrap":false,"publish_time":1593196874531,"_cnpm_publish_time":1593196874531,"contributors":[]},"1.1.4-dev.20200611.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.4-dev.20200611.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.0.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^3.3.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.4-dev.20200611.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.4-dev.20200611.1","_nodeVersion":"12.18.0","_npmVersion":"6.14.5","dist":{"shasum":"a3e29e97ef37d98c71edcdcf38499c97ed034202","size":308103,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.4-dev.20200611.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.4-dev.20200611.1_1591912413165_0.5446128904201988"},"_hasShrinkwrap":false,"publish_time":1591912413360,"_cnpm_publish_time":1591912413360,"contributors":[]},"1.1.4-dev.20200609.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.4-dev.20200609.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.4-dev.20200609.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.4-dev.20200609.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"a46aa03c06234edd2cc0a9a8faabe315f8fcaa31","size":308494,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.4-dev.20200609.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.4-dev.20200609.1_1591727762848_0.7639177232803371"},"_hasShrinkwrap":false,"publish_time":1591727763081,"_cnpm_publish_time":1591727763081,"contributors":[]},"1.1.4-dev.20200605.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.4-dev.20200605.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.4-dev.20200605.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.4-dev.20200605.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"ca17ea8c94199ad37f3290b732de906f249aa2f7","size":308367,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.4-dev.20200605.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.4-dev.20200605.1_1591382227834_0.40462989304692254"},"_hasShrinkwrap":false,"publish_time":1591382227994,"_cnpm_publish_time":1591382227994,"contributors":[]},"1.1.3-dev.20200604.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200604.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200604.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200604.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"eb45f047011d308e5b23d2e6221778ce74673ca0","size":308365,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200604.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200604.1_1591295713119_0.3502443913266997"},"_hasShrinkwrap":false,"publish_time":1591295713286,"_cnpm_publish_time":1591295713286,"contributors":[]},"1.1.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"1.0.0-preview.8","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3.tgz","_id":"@azure/core-http@1.1.3","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"8cdff20e3ce65dbe726bfdd46889c30fc2e07c6d","size":308348,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3_1591290354420_0.000365738306995933"},"_hasShrinkwrap":false,"publish_time":1591290354656,"_cnpm_publish_time":1591290354656,"contributors":[]},"1.1.3-dev.20200603.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200603.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.9.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200603.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200603.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"0f2492d9092c2971ac11ad3d6de1e93e59da174d","size":307696,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200603.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200603.1_1591209756747_0.39844565748869454"},"_hasShrinkwrap":false,"publish_time":1591209756950,"_cnpm_publish_time":1591209756950,"contributors":[]},"1.1.3-dev.20200601.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200601.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200601.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200601.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"af47f1e7080dcee6e390e99e606c042d67a298cc","size":307325,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200601.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200601.1_1591036545385_0.2993745395519323"},"_hasShrinkwrap":false,"publish_time":1591036545598,"_cnpm_publish_time":1591036545598,"contributors":[]},"1.1.3-dev.20200529.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200529.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^6.0.3","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200529.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200529.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"2c86531d9b945751c9d05fd57d710aebdcde5218","size":307297,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200529.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200529.1_1590779141217_0.7287640516415008"},"_hasShrinkwrap":false,"publish_time":1590779141443,"_cnpm_publish_time":1590779141443,"contributors":[]},"1.1.3-dev.20200528.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200528.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^8.1.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200528.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200528.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"9481e83a087b615bdceb18f257c69ad313413482","size":307299,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200528.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200528.1_1590690870086_0.7796819027466546"},"_hasShrinkwrap":false,"publish_time":1590690870330,"_cnpm_publish_time":1590690870330,"contributors":[]},"1.1.3-dev.20200527.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200527.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200527.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200527.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"fb36eb30589abb07efd9b638795b6a8c3265a6ad","size":308948,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200527.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200527.1_1590604613100_0.6566600661263273"},"_hasShrinkwrap":false,"publish_time":1590604613303,"_cnpm_publish_time":1590604613303,"contributors":[]},"1.1.3-dev.20200522.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200522.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^9.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200522.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200522.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"eeedab9741b9740283b27475f45b11ee419d6473","size":308960,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200522.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200522.1_1590172487358_0.6105665544424843"},"_hasShrinkwrap":false,"publish_time":1590172487562,"_cnpm_publish_time":1590172487562,"contributors":[]},"1.1.3-dev.20200521.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200521.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"11.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200521.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200521.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"99c384be2d18ba3b77ac985a194e20c3d35f2785","size":308955,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200521.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200521.1_1590086086500_0.6978297288387463"},"_hasShrinkwrap":false,"publish_time":1590086086629,"_cnpm_publish_time":1590086086629,"contributors":[]},"1.1.3-dev.20200520.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200520.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200520.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200520.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"33255658c65cabb17d23d4aec72f6f60aad7a516","size":308956,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200520.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200520.1_1589999806858_0.4315573097237775"},"_hasShrinkwrap":false,"publish_time":1589999807066,"_cnpm_publish_time":1589999807066,"contributors":[]},"1.1.3-dev.20200518.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200518.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200518.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200518.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.5","dist":{"shasum":"50ab30ab348e504de49cd25f5aaf024fdcfa30e9","size":308598,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200518.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200518.1_1589826970280_0.8889990793311571"},"_hasShrinkwrap":false,"publish_time":1589826970477,"_cnpm_publish_time":1589826970477,"contributors":[]},"1.1.3-dev.20200512.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200512.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha --require ts-node/register --timeout 50000 --reporter ../../../common/tools/mocha-multi-reporter.js --colors --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200512.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200512.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"f87a171da2dbffac57147dcb7b91e025a7343fa7","size":308442,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200512.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200512.1_1589308595382_0.020031433202498228"},"_hasShrinkwrap":false,"publish_time":1589308595508,"_cnpm_publish_time":1589308595508,"contributors":[]},"1.1.3-dev.20200508.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.3-dev.20200508.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.3-dev.20200508.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.3-dev.20200508.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"0221868ea8cba83d49b8bcf4071dc54c8e6f4175","size":308395,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.3-dev.20200508.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.3-dev.20200508.1_1588961728347_0.44416406971630273"},"_hasShrinkwrap":false,"publish_time":1588961728502,"_cnpm_publish_time":1588961728502,"contributors":[]},"1.1.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"1.0.0-preview.8","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.2.tgz","_id":"@azure/core-http@1.1.2","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"2e63e073d8e773fb83d3f67ad14e94629806417b","size":308380,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.2.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.2_1588889213798_0.6881429327543513"},"_hasShrinkwrap":false,"publish_time":1588889213969,"_cnpm_publish_time":1588889213969,"contributors":[]},"1.1.2-dev.20200507.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.2-dev.20200507.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.8.3","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.2-dev.20200507.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.2-dev.20200507.1","_nodeVersion":"12.16.3","_npmVersion":"6.14.4","dist":{"shasum":"ba013812f17836419063ee82942fcfb84de55268","size":308387,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.2-dev.20200507.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.2-dev.20200507.1_1588875404057_0.3361159624836556"},"_hasShrinkwrap":false,"publish_time":1588875404219,"_cnpm_publish_time":1588875404219,"contributors":[]},"1.1.2-dev.20200501.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.2-dev.20200501.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.2-dev.20200501.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.2-dev.20200501.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"176f0b87862287e1cd64b35c028f954b553074a5","size":308385,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.2-dev.20200501.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.2-dev.20200501.1_1588357871718_0.8341879020925083"},"_hasShrinkwrap":false,"publish_time":1588357871990,"_cnpm_publish_time":1588357871990,"contributors":[]},"1.1.2-dev.20200429.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.2-dev.20200429.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.2-dev.20200429.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.2-dev.20200429.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"2ab255448fae025783675dd72954da65ccc60875","size":307883,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.2-dev.20200429.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.2-dev.20200429.1_1588183998754_0.551840321252808"},"_hasShrinkwrap":false,"publish_time":1588183999046,"_cnpm_publish_time":1588183999046,"contributors":[]},"1.1.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-tracing":"1.0.0-preview.8","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1.tgz","_id":"@azure/core-http@1.1.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"ebd4edcd0b7a74af7bf1e592e69e8c28a7fefaef","size":307860,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1_1588117296689_0.2895068480429759"},"_hasShrinkwrap":false,"publish_time":1588117296854,"_cnpm_publish_time":1588117296854,"contributors":[]},"1.1.1-dev.20200428.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1-dev.20200428.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2-dev","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1-dev.20200428.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.1-dev.20200428.2","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"8fc0b9f186f38ba84225cf10ddc0541827677447","size":307874,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1-dev.20200428.2.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1-dev.20200428.2_1588097657648_0.12824225099002806"},"_hasShrinkwrap":false,"publish_time":1588097657835,"_cnpm_publish_time":1588097657835,"contributors":[]},"1.1.1-dev.20200427.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1-dev.20200427.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/*":["types/3.1/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc extract-api:nobuild build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1 ./coverage ./temp ./*.tgz","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","extract-api:nobuild":"api-extractor run --local","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2-dev","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.7.11","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1-dev.20200427.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.1-dev.20200427.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"5779fd7483ade411ca3ef2b859c72ab224cb6cf6","size":290918,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1-dev.20200427.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1-dev.20200427.1_1588011293196_0.47640728524834675"},"_hasShrinkwrap":false,"publish_time":1588011293444,"_cnpm_publish_time":1588011293444,"contributors":[]},"1.1.1-dev.20200424.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1-dev.20200424.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2-dev","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/api":"^0.6.1","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1-dev.20200424.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.1-dev.20200424.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"ec08200ee7bb4100b2c1e7e73f4baf41960f8c76","size":308007,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1-dev.20200424.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1-dev.20200424.1_1587744736635_0.39744637620206724"},"_hasShrinkwrap":false,"publish_time":1587744736849,"_cnpm_publish_time":1587744736849,"contributors":[]},"1.1.1-dev.20200422.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1-dev.20200422.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2-dev","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1-dev.20200422.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.1-dev.20200422.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"ecc9cb638c6d81c37973fb0c5e50c8dac3930868","size":308019,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1-dev.20200422.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1-dev.20200422.1_1587571912644_0.2750708756056546"},"_hasShrinkwrap":false,"publish_time":1587571912897,"_cnpm_publish_time":1587571912897,"contributors":[]},"1.1.1-dev.20200421.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1-dev.20200421.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.2-dev","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1-dev.20200421.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.1-dev.20200421.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"e20456058b22d46321b461487254aff8d46ee6f3","size":307845,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1-dev.20200421.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1-dev.20200421.1_1587471983099_0.8589922194856865"},"_hasShrinkwrap":false,"publish_time":1587471983468,"_cnpm_publish_time":1587471983468,"contributors":[]},"1.1.1-dev.20200417.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1-dev.20200417.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1-dev.20200417.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.1-dev.20200417.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"b991aa94b1e5a20f5d87328c3ee9406eeafa58ad","size":307844,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1-dev.20200417.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1-dev.20200417.1_1587128960706_0.9872515723875877"},"_hasShrinkwrap":false,"publish_time":1587128960921,"_cnpm_publish_time":1587128960921,"contributors":[]},"1.1.1-dev.20200410.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1-dev.20200410.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1-dev.20200410.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.1-dev.20200410.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"fbc726dd60a787df2f9b3ece975ae6126e875daf","size":307966,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1-dev.20200410.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1-dev.20200410.1_1586524378813_0.31218943794269305"},"_hasShrinkwrap":false,"publish_time":1586524379081,"_cnpm_publish_time":1586524379081,"contributors":[]},"1.1.1-dev.20200408.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1-dev.20200408.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1-dev.20200408.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.1-dev.20200408.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.4","dist":{"shasum":"180fc6d4eb8a7999bf26c61aa21aa3df89f886e8","size":307611,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1-dev.20200408.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1-dev.20200408.1_1586352879135_0.3311283737993458"},"_hasShrinkwrap":false,"publish_time":1586352879382,"_cnpm_publish_time":1586352879382,"contributors":[]},"1.1.1-dev.20200401.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.1-dev.20200401.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^7.0.2","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^7.1.1","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.1-dev.20200401.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.1-dev.20200401.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.2","dist":{"shasum":"a82b01de923ab9d975ca08b33593b6c01adcf55e","size":307249,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.1-dev.20200401.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.1-dev.20200401.1_1585748142445_0.6621524122566902"},"_hasShrinkwrap":false,"publish_time":1585748142613,"_cnpm_publish_time":1585748142613,"contributors":[]},"1.1.0":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.0","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-tracing":"1.0.0-preview.7","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.0.tgz","_id":"@azure/core-http@1.1.0","_nodeVersion":"12.16.1","_npmVersion":"6.14.2","dist":{"shasum":"c6709160ead3b6f4130e143acb049251d7dafd06","size":306744,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.0.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.0_1585682823278_0.12649139304890644"},"_hasShrinkwrap":false,"publish_time":1585682823702,"_cnpm_publish_time":1585682823702,"contributors":[]},"1.1.0-dev.20200325.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.0-dev.20200325.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/disableResponseDecompressionPolicy.js":"./es/src/policies/disableResponseDecompressionPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.0-dev.20200325.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.0-dev.20200325.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.2","dist":{"shasum":"eab53943d788f5d922a1562f21ef87423a6e18a2","size":306495,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.0-dev.20200325.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.0-dev.20200325.1_1585143740253_0.7511116668341322"},"_hasShrinkwrap":false,"publish_time":1585143740429,"_cnpm_publish_time":1585143740429,"contributors":[]},"1.1.0-dev.20200321.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.1.0-dev.20200321.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.1.0-dev.20200321.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.1.0-dev.20200321.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.2","dist":{"shasum":"b5d20b42382b0bfdbeac7aaf803e96caff491298","size":302803,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.1.0-dev.20200321.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.1.0-dev.20200321.1_1584792854667_0.01495929823505393"},"_hasShrinkwrap":false,"publish_time":1584792854841,"_cnpm_publish_time":1584792854841,"contributors":[]},"1.0.5-dev.20200312.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.5-dev.20200312.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.5-dev.20200312.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.5-dev.20200312.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.1","dist":{"shasum":"0e62f1d1ae45b73d9f70933b2cc3b20e4fa0a79f","size":299510,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.5-dev.20200312.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.5-dev.20200312.1_1584022531897_0.9880773062972288"},"_hasShrinkwrap":false,"publish_time":1584022532071,"_cnpm_publish_time":1584022532071,"contributors":[]},"1.0.5-dev.20200310.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.5-dev.20200310.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.5-dev.20200310.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.5-dev.20200310.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.1","dist":{"shasum":"43690f26d743fd4a677532c265a4a8f8da2e17de","size":285042,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.5-dev.20200310.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.5-dev.20200310.1_1583851027060_0.1698502594674156"},"_hasShrinkwrap":false,"publish_time":1583851027217,"_cnpm_publish_time":1583851027217,"contributors":[]},"1.0.5-dev.20200306.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.5-dev.20200306.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.5-dev.20200306.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.5-dev.20200306.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.1","dist":{"shasum":"ce10d83a9bd9fbc0c2a0c25747c5bc80e5309c7d","size":285056,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.5-dev.20200306.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.5-dev.20200306.1_1583510238390_0.17400462678601003"},"_hasShrinkwrap":false,"publish_time":1583510238618,"_cnpm_publish_time":1583510238618,"contributors":[]},"1.0.5-dev.20200305.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.5-dev.20200305.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.5-dev.20200305.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.5-dev.20200305.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.1","dist":{"shasum":"d6847186568b1687284538afcc5d2dbe28015ab3","size":284660,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.5-dev.20200305.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.5-dev.20200305.1_1583426792991_0.7595571797779943"},"_hasShrinkwrap":false,"publish_time":1583426793190,"_cnpm_publish_time":1583426793190,"contributors":[]},"1.0.4-dev.20200304.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200304.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200304.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200304.1","_nodeVersion":"12.16.1","_npmVersion":"6.14.1","dist":{"shasum":"f6f1029339f347c04e8d3fb6c57b44322f8a6801","size":284649,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200304.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200304.1_1583338570447_0.40159819244307315"},"_hasShrinkwrap":false,"publish_time":1583338570704,"_cnpm_publish_time":1583338570704,"contributors":[]},"1.0.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:types build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:types":"downlevel-dts types/latest/ types/3.1/","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test ./dist-browser ./types ./types3.1","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","downlevel-dts":"~0.4.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4.tgz","_id":"@azure/core-http@1.0.4","_nodeVersion":"12.16.1","_npmVersion":"6.13.7","dist":{"shasum":"11b4190007a269c6c2b54986d45b8af338e9b8b7","size":284637,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4_1583276954974_0.9778404601125033"},"_hasShrinkwrap":false,"publish_time":1583276955155,"_cnpm_publish_time":1583276955155,"contributors":[]},"1.0.4-dev.20200229.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200229.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/src/coreHttp.js","types":"./es/src/coreHttp.d.ts","browser":{"./es/src/policies/msRestUserAgentPolicy.js":"./es/src/policies/msRestUserAgentPolicy.browser.js","./es/src/policies/proxyPolicy.js":"./es/src/policies/proxyPolicy.browser.js","./es/src/util/base64.js":"./es/src/util/base64.browser.js","./es/src/util/xml.js":"./es/src/util/xml.browser.js","./es/src/defaultHttpClient.js":"./es/src/defaultHttpClient.browser.js","./es/src/util/inspect.js":"./es/src/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json src test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200229.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200229.1","_nodeVersion":"12.16.0","_npmVersion":"6.13.7","dist":{"shasum":"572342e3d9622ae682d880bf1318287d624517c6","size":275790,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200229.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200229.1_1582987224664_0.48792002430432624"},"_hasShrinkwrap":false,"publish_time":1582987224910,"_cnpm_publish_time":1582987224910,"contributors":[]},"1.0.4-dev.20200225.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200225.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js","./es/lib/util/inspect.js":"./es/lib/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"cross-env TS_NODE_FILES=true nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","cross-env":"^6.0.3","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200225.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200225.1","_nodeVersion":"12.16.0","_npmVersion":"6.13.7","dist":{"shasum":"b0f0f267a597b7c0b42f3de909603501ed1f756f","size":275689,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200225.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200225.1_1582651841364_0.5060361554627246"},"_hasShrinkwrap":false,"publish_time":1582651841581,"_cnpm_publish_time":1582651841581,"contributors":[]},"1.0.4-dev.20200221.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200221.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js","./es/lib/util/inspect.js":"./es/lib/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200221.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200221.1","_nodeVersion":"12.16.0","_npmVersion":"6.13.7","dist":{"shasum":"3e84ff7e0bc83d80c936a5ce79a7396bdb9207ec","size":274774,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200221.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200221.1_1582295549599_0.39570981438236474"},"_hasShrinkwrap":false,"publish_time":1582295549906,"_cnpm_publish_time":1582295549906,"contributors":[]},"1.0.4-dev.20200212.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200212.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js","./es/lib/util/inspect.js":"./es/lib/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200212.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200212.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"3c3832a0f6dc8c73eaadde24c76e826423b5684b","size":274768,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200212.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200212.1_1581517041316_0.2341512976669291"},"_hasShrinkwrap":false,"publish_time":1581517041457,"_cnpm_publish_time":1581517041457,"contributors":[]},"1.0.4-dev.20200208.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200208.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js","./es/lib/util/inspect.js":"./es/lib/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.7.5","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200208.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200208.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.7","dist":{"shasum":"f4a3cdbd6f093bc8687630101e1d760e7febadca","size":273255,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200208.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200208.1_1581171371016_0.8584793784052149"},"_hasShrinkwrap":false,"publish_time":1581171371325,"_cnpm_publish_time":1581171371325,"contributors":[]},"1.0.4-dev.20200206.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200206.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js","./es/lib/util/inspect.js":"./es/lib/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-s build:tsc build:rollup","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c 2>&1","build:test-browser":"rollup -c rollup.test.config.js 2>&1","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist ./dist-test","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200206.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200206.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.6","dist":{"shasum":"58aae39ffd8b38af286d42dd434c3936407e9f37","size":273227,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200206.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200206.1_1580998407314_0.09781320541997718"},"_hasShrinkwrap":false,"publish_time":1580998407488,"_cnpm_publish_time":1580998407488,"contributors":[]},"1.0.4-dev.20200204.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200204.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js","./es/lib/util/inspect.js":"./es/lib/util/inspect.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200204.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200204.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.6","dist":{"shasum":"ef058d91491e3b164b965e6e773bd16a55bf2537","size":283125,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200204.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200204.1_1580826121531_0.6572177638980394"},"_hasShrinkwrap":false,"publish_time":1580826121814,"_cnpm_publish_time":1580826121814,"contributors":[]},"1.0.4-dev.20200129.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200129.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200129.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200129.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.6","dist":{"shasum":"9cac13356510045e2a3831b098aaa311c91fecae","size":279061,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200129.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200129.1_1580307724232_0.5394607448858044"},"_hasShrinkwrap":false,"publish_time":1580307724421,"_cnpm_publish_time":1580307724421,"contributors":[]},"1.0.4-dev.20200128.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200128.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200128.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200128.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.6","dist":{"shasum":"732dc5f3bbbcd6fac6a99a4f247e4fdf455e3eb7","size":279065,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200128.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200128.1_1580221076528_0.6894660641223511"},"_hasShrinkwrap":false,"publish_time":1580221076734,"_cnpm_publish_time":1580221076734,"contributors":[]},"1.0.4-dev.20200124.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200124.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200124.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200124.1","_nodeVersion":"12.14.1","_npmVersion":"6.13.6","dist":{"shasum":"8bb43baf66796772e18bf803053acb98e56283d8","size":279066,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200124.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200124.1_1579874666949_0.23925661016137068"},"_hasShrinkwrap":false,"publish_time":1579874667098,"_cnpm_publish_time":1579874667098,"contributors":[]},"1.0.4-dev.20200122.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200122.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200122.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200122.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"c44a0ba2dec71d6f1fe0e69b2cee93d28e3adc97","size":279068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200122.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200122.1_1579701419647_0.39239424424859437"},"_hasShrinkwrap":false,"publish_time":1579701420066,"_cnpm_publish_time":1579701420066,"contributors":[]},"1.0.4-dev.20200121.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200121.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200121.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200121.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"6f7d1d51d97211c01f791cf8ed3eb88d3adcbdc9","size":279068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200121.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200121.1_1579617539382_0.9655529704986632"},"_hasShrinkwrap":false,"publish_time":1579617539654,"_cnpm_publish_time":1579617539654,"contributors":[]},"1.0.4-dev.20200120.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200120.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200120.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200120.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"d58ce99b98b30ba28e91c6a8bcba2d7e32ff03da","size":279068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200120.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200120.1_1579528860905_0.5508064442794653"},"_hasShrinkwrap":false,"publish_time":1579528861032,"_cnpm_publish_time":1579528861032,"contributors":[]},"1.0.4-dev.20200119.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200119.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200119.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200119.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"7ce9bfc9caaf199a20d89e77f02958ebcc5ae452","size":279069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200119.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200119.1_1579443120139_0.7787264776440395"},"_hasShrinkwrap":false,"publish_time":1579443120283,"_cnpm_publish_time":1579443120283,"contributors":[]},"1.0.4-dev.20200118.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200118.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200118.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200118.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"75df6ce8c72e225341678a682d75a88477dabc29","size":279069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200118.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200118.1_1579355543903_0.9739000315737851"},"_hasShrinkwrap":false,"publish_time":1579355544060,"_cnpm_publish_time":1579355544060,"contributors":[]},"1.0.4-dev.20200117.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200117.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200117.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200117.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"5131c5b9f59ff466d95580d5339202d2989ddbde","size":279069,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200117.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200117.1_1579270825678_0.8517866797922009"},"_hasShrinkwrap":false,"publish_time":1579270825901,"_cnpm_publish_time":1579270825901,"contributors":[]},"1.0.4-dev.20200116.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200116.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200116.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200116.1","_nodeVersion":"12.14.0","_npmVersion":"6.13.4","dist":{"shasum":"fbe315ef66632ced710b4af3e8f824821ec99160","size":279067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200116.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200116.1_1579177253576_0.31264587378628117"},"_hasShrinkwrap":false,"publish_time":1579177253821,"_cnpm_publish_time":1579177253821,"contributors":[]},"1.0.4-dev.20200115.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200115.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200115.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200115.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"3499d7bfcf8ce2da9853e685c0ad892466e17026","size":279067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200115.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200115.1_1579098173174_0.8592887534330977"},"_hasShrinkwrap":false,"publish_time":1579098173312,"_cnpm_publish_time":1579098173312,"contributors":[]},"1.0.4-dev.20200114.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200114.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200114.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200114.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"96d27b3369df81916772f79580e3aec410fe9c14","size":279068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200114.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200114.1_1579010816717_0.7804493919797746"},"_hasShrinkwrap":false,"publish_time":1579010816884,"_cnpm_publish_time":1579010816884,"contributors":[]},"1.0.4-dev.20200113.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200113.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200113.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200113.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"51d4b56dd74d09f57f35f32212418f731cd6d65a","size":279068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200113.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200113.1_1578924351107_0.8301134823342622"},"_hasShrinkwrap":false,"publish_time":1578924351448,"_cnpm_publish_time":1578924351448,"contributors":[]},"1.0.4-dev.20200112.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200112.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200112.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200112.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"1f016b05224888a0829b0cec98db1c3982c982a0","size":279068,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200112.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200112.1_1578840044267_0.026287957895686942"},"_hasShrinkwrap":false,"publish_time":1578840044439,"_cnpm_publish_time":1578840044439,"contributors":[]},"1.0.4-dev.20200111.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200111.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200111.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200111.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"faa5d36a5729ddccdcf041ee00d1e5c0b68c8192","size":279067,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200111.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200111.1_1578750554593_0.08727126992209189"},"_hasShrinkwrap":false,"publish_time":1578750554852,"_cnpm_publish_time":1578750554852,"contributors":[]},"1.0.4-dev.20200110.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200110.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","@rollup/plugin-commonjs":"^11.0.1","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200110.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200110.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"2309093948741f29f3f728e7fda495e7ec07efff","size":279010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200110.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200110.1_1578664247775_0.539413042804407"},"_hasShrinkwrap":false,"publish_time":1578664247991,"_cnpm_publish_time":1578664247991,"contributors":[]},"1.0.4-dev.20200109.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200109.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","@rollup/plugin-node-resolve":"^7.0.0","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200109.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200109.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"89371f64ab60d95d9de019b29d259d09929940db","size":279004,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200109.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200109.1_1578578643312_0.15353989332747875"},"_hasShrinkwrap":false,"publish_time":1578578643555,"_cnpm_publish_time":1578578643555,"contributors":[]},"1.0.4-dev.20200108.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200108.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@rollup/plugin-multi-entry":"^3.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200108.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200108.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"e255a0787dda8e0f661b9868c48182188b82255e","size":279006,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200108.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200108.1_1578491358309_0.8525406952881227"},"_hasShrinkwrap":false,"publish_time":1578491358498,"_cnpm_publish_time":1578491358498,"contributors":[]},"1.0.4-dev.20200107.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200107.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200107.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200107.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"7af58f9922a4d4fd89abc2f55dcdcf8b56ce302b","size":279010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200107.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200107.1_1578405125817_0.8101607667380344"},"_hasShrinkwrap":false,"publish_time":1578405125997,"_cnpm_publish_time":1578405125997,"contributors":[]},"1.0.4-dev.20200106.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200106.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200106.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200106.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"1b674cc3454e16d2981192df048ef9af57c3fa86","size":279010,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200106.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200106.1_1578318650443_0.2284947841265157"},"_hasShrinkwrap":false,"publish_time":1578318650574,"_cnpm_publish_time":1578318650574,"contributors":[]},"1.0.4-dev.20200105.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200105.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200105.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200105.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"f68bac6534fd6b5525c8a8fde498743e4fc6ce5c","size":279012,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200105.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200105.1_1578232476353_0.21530901190385632"},"_hasShrinkwrap":false,"publish_time":1578232476544,"_cnpm_publish_time":1578232476544,"contributors":[]},"1.0.4-dev.20200104.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200104.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200104.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200104.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"7317aedec0f404f08a6b64ba816cc9234c04f26c","size":279012,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200104.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200104.1_1578145525095_0.24646071205609155"},"_hasShrinkwrap":false,"publish_time":1578145525266,"_cnpm_publish_time":1578145525266,"contributors":[]},"1.0.4-dev.20200103.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.4-dev.20200103.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.4-dev.20200103.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.4-dev.20200103.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"e33078adf185bbca4971edb802c41ab17eba1c1f","size":278987,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.4-dev.20200103.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.4-dev.20200103.1_1578061118269_0.7379842716378775"},"_hasShrinkwrap":false,"publish_time":1578061118467,"_cnpm_publish_time":1578061118467,"contributors":[]},"1.0.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3.tgz","_id":"@azure/core-http@1.0.3","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"faea8da9187278b7109c2af74d6f96e0c806e636","size":278907,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3_1578004990620_0.2967282624257419"},"_hasShrinkwrap":false,"publish_time":1578004990833,"_cnpm_publish_time":1578004990833,"contributors":[]},"1.0.3-dev.20200102.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20200102.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20200102.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20200102.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"00f46349d36089a098b1925393b44e4ce289a7b4","size":278974,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20200102.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20200102.1_1577974094391_0.6748279895354596"},"_hasShrinkwrap":false,"publish_time":1577974094568,"_cnpm_publish_time":1577974094568,"contributors":[]},"1.0.3-dev.20200101.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20200101.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.10.0","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20200101.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20200101.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"b32b3820b1613cb343bce81c544b1c0a423b0f0c","size":278977,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20200101.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20200101.1_1577886392311_0.5019614640467611"},"_hasShrinkwrap":false,"publish_time":1577886392465,"_cnpm_publish_time":1577886392465,"contributors":[]},"1.0.3-dev.20191231.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191231.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"~8.2.1","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191231.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191231.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"325d1df5a961d02b4184adc50f11883b9d6e1934","size":278987,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191231.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191231.1_1577800379888_0.043008760297993165"},"_hasShrinkwrap":false,"publish_time":1577800380076,"_cnpm_publish_time":1577800380076,"contributors":[]},"1.0.3-dev.20191228.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191228.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191228.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191228.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"147577dfe71e0d799ecd27eafed2b1687db59f83","size":278819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191228.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191228.1_1577540975501_0.22116682854168568"},"_hasShrinkwrap":false,"publish_time":1577540975752,"_cnpm_publish_time":1577540975752,"contributors":[]},"1.0.3-dev.20191227.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191227.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191227.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191227.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"ac1970d473262975ea5a768bd6ed1ffb63ef2e3d","size":278820,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191227.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191227.1_1577454401800_0.6769690460279469"},"_hasShrinkwrap":false,"publish_time":1577454401960,"_cnpm_publish_time":1577454401960,"contributors":[]},"1.0.3-dev.20191226.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191226.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191226.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191226.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"04e070d1369482225d16cefb31eefae6d72de531","size":278819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191226.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191226.1_1577368616468_0.35035029477584767"},"_hasShrinkwrap":false,"publish_time":1577368616666,"_cnpm_publish_time":1577368616666,"contributors":[]},"1.0.3-dev.20191225.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191225.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191225.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191225.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"4638b5aa1cce85b6e09c988c7b31ededae1ac6bb","size":278819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191225.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191225.1_1577281812560_0.33244528325563416"},"_hasShrinkwrap":false,"publish_time":1577281812751,"_cnpm_publish_time":1577281812751,"contributors":[]},"1.0.3-dev.20191224.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191224.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191224.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191224.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"bc0d327535483e8afcff9b6427a5c98e92f7af20","size":278820,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191224.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191224.1_1577195794854_0.054396451167952886"},"_hasShrinkwrap":false,"publish_time":1577195795024,"_cnpm_publish_time":1577195795024,"contributors":[]},"1.0.3-dev.20191223.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191223.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191223.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191223.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"1c14b5740e961046e9f8f38f8a9246e8ebe7db28","size":278818,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191223.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191223.1_1577109700911_0.29487270961261625"},"_hasShrinkwrap":false,"publish_time":1577109701102,"_cnpm_publish_time":1577109701102,"contributors":[]},"1.0.3-dev.20191222.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191222.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191222.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191222.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"703aebeb61a23f2a6e9ef147ce92ca555cf897c5","size":278818,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191222.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191222.1_1577022350907_0.21502907853001396"},"_hasShrinkwrap":false,"publish_time":1577022351195,"_cnpm_publish_time":1577022351195,"contributors":[]},"1.0.3-dev.20191221.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191221.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191221.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191221.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"3191fecb7234e36fc3ef6a66b09a0586d28541cd","size":278819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191221.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191221.1_1576935959460_0.012211122261414964"},"_hasShrinkwrap":false,"publish_time":1576935959628,"_cnpm_publish_time":1576935959628,"contributors":[]},"1.0.3-dev.20191220.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191220.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191220.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191220.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"555b6a135aea93f78526ae635689bc6c7a5a1c5e","size":278820,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191220.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191220.1_1576849849643_0.9719438576026727"},"_hasShrinkwrap":false,"publish_time":1576849849805,"_cnpm_publish_time":1576849849805,"contributors":[]},"1.0.3-dev.20191219.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191219.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191219.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191219.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"9b283b1072f42344995fea40fb80b41f48c76f05","size":278819,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191219.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191219.1_1576763384520_0.5978119960118362"},"_hasShrinkwrap":false,"publish_time":1576763384690,"_cnpm_publish_time":1576763384690,"contributors":[]},"1.0.3-dev.20191216.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191216.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191216.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191216.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"shasum":"5455307142dd6333fcc6b00e3fd5df37734e5d1f","size":286978,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191216.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191216.1_1576504742469_0.36608752521262455"},"_hasShrinkwrap":false,"publish_time":1576504742667,"_cnpm_publish_time":1576504742667,"contributors":[]},"1.0.3-dev.20191217.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191217.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191217.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191217.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.2","dist":{"shasum":"88803951da859acdc923c414b9d6e40505df78cb","size":288597,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191217.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191217.1_1576590433246_0.6120614589920885"},"_hasShrinkwrap":false,"publish_time":1576590433427,"_cnpm_publish_time":1576590433427,"contributors":[]},"1.0.3-dev.20191215.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191215.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191215.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191215.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"shasum":"bc6dc020d0cbb0afe9315462ecf5c04dba62babd","size":286978,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191215.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191215.1_1576417375830_0.4270442348623231"},"_hasShrinkwrap":false,"publish_time":1576417376000,"_cnpm_publish_time":1576417376000,"contributors":[]},"1.0.3-dev.20191214.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.3-dev.20191214.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.3-dev.20191214.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.3-dev.20191214.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"shasum":"777ebde0ba639c8e80884f26a1d3b8ddefb1214f","size":286978,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.3-dev.20191214.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.3-dev.20191214.1_1576332118115_0.5471097608039497"},"_hasShrinkwrap":false,"publish_time":1576332118333,"_cnpm_publish_time":1576332118333,"contributors":[]},"1.0.2-dev.20191212.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.2-dev.20191212.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.2-dev.20191212.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.2-dev.20191212.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"shasum":"d1ba44ce641aceba1ae413eaed21632a6696d898","size":286806,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.2-dev.20191212.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.2-dev.20191212.1_1576158922502_0.4188080592186323"},"_hasShrinkwrap":false,"publish_time":1576158922742,"_cnpm_publish_time":1576158922742,"contributors":[]},"1.0.2-dev.20191211.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.2-dev.20191211.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.2-dev.20191211.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.2-dev.20191211.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"shasum":"c2409731953f5e031f3a8a5f59e98af3e92e5288","size":286807,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.2-dev.20191211.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.2-dev.20191211.1_1576072185768_0.10829108991132053"},"_hasShrinkwrap":false,"publish_time":1576072185975,"_cnpm_publish_time":1576072185975,"contributors":[]},"1.0.2-dev.20191210.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.2-dev.20191210.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.2-dev.20191210.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.2-dev.20191210.1","_nodeVersion":"12.13.1","_npmVersion":"6.13.1","dist":{"shasum":"404947b0be44e89e618a5b9fce85b34233593658","size":286935,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.2-dev.20191210.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.2-dev.20191210.1_1575985835777_0.7224063481058307"},"_hasShrinkwrap":false,"publish_time":1575985835917,"_cnpm_publish_time":1575985835917,"contributors":[]},"1.0.2-dev.20191209.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.2-dev.20191209.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.2-dev.20191209.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.2-dev.20191209.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"5c2c02136cd78737924fcb837900c4fee43115a2","size":286933,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.2-dev.20191209.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.2-dev.20191209.1_1575898659117_0.09719389420985136"},"_hasShrinkwrap":false,"publish_time":1575898659283,"_cnpm_publish_time":1575898659283,"contributors":[]},"1.0.2-dev.20191207.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.2-dev.20191207.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.2-dev.20191207.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.2-dev.20191207.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"ac6658718242912f81662a1e5a728e852b52c7b3","size":286933,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.2-dev.20191207.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.2-dev.20191207.1_1575726196183_0.18724679064427496"},"_hasShrinkwrap":false,"publish_time":1575726196415,"_cnpm_publish_time":1575726196415,"contributors":[]},"1.0.2-dev.20191206.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.2-dev.20191206.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.2-dev.20191206.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.2-dev.20191206.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"7d5e6387d3258be23fa74107c002cba477fae476","size":286933,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.2-dev.20191206.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.2-dev.20191206.1_1575642385684_0.8994800745369993"},"_hasShrinkwrap":false,"publish_time":1575642385888,"_cnpm_publish_time":1575642385888,"contributors":[]},"1.0.2-dev.20191205.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.2-dev.20191205.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.2-dev.20191205.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.2-dev.20191205.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"deef06cd74433cf96c53cfc07bb8507c5ec2c27b","size":286781,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.2-dev.20191205.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.2-dev.20191205.1_1575555917388_0.5673401683631085"},"_hasShrinkwrap":false,"publish_time":1575555917620,"_cnpm_publish_time":1575555917620,"contributors":[]},"1.0.2-dev.20191204.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.2-dev.20191204.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.2-dev.20191204.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.2-dev.20191204.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"c4fb3350e5f50a41e31d6853cc5eef46b7425d78","size":286772,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.2-dev.20191204.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.2-dev.20191204.1_1575470101273_0.7971121895071112"},"_hasShrinkwrap":false,"publish_time":1575470101464,"_cnpm_publish_time":1575470101464,"contributors":[]},"1.0.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@azure/logger":"^1.0.0","@opentelemetry/types":"^0.2.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^3.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@rollup/plugin-json":"^4.0.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^8.0.0","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.2","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^2.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.2.tgz","_id":"@azure/core-http@1.0.2","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"e281861492cf96459edd035c98ae234401cf8bfd","size":286679,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.2.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.2_1575401873723_0.13529027685113015"},"_hasShrinkwrap":false,"publish_time":1575401873911,"_cnpm_publish_time":1575401873911,"contributors":[]},"1.0.1-dev.20191118.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.1-dev.20191118.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.1-dev.20191118.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.1-dev.20191118.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"13ce2b58820654c9d0cdcdf3d10d155123a2d66a","size":286692,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.1-dev.20191118.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.1-dev.20191118.1_1574085898379_0.5380815688496567"},"_hasShrinkwrap":false,"publish_time":1574085898547,"_cnpm_publish_time":1574085898547,"contributors":[]},"1.0.1-dev.20191117.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.1-dev.20191117.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.1-dev.20191117.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.1-dev.20191117.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"cfac9aec4ada26e40aae89fdd76a24b85d8b8a1b","size":286693,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.1-dev.20191117.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.1-dev.20191117.1_1573998593106_0.3131805870777913"},"_hasShrinkwrap":false,"publish_time":1573998593318,"_cnpm_publish_time":1573998593318,"contributors":[]},"1.0.1-dev.20191116.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.1-dev.20191116.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.1-dev.20191116.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.1-dev.20191116.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"7bb17240f9e40e1f5e83822453d451910fa61039","size":286692,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.1-dev.20191116.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.1-dev.20191116.1_1573912152305_0.4078106043551917"},"_hasShrinkwrap":false,"publish_time":1573912152507,"_cnpm_publish_time":1573912152507,"contributors":[]},"1.0.1-dev.20191115.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.1-dev.20191115.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.1-dev.20191115.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.1-dev.20191115.2","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"6209a6eb9e2b3f7aaaa67d564e8f82b181f3cd98","size":286690,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.1-dev.20191115.2.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.1-dev.20191115.2_1573825673464_0.62468527647711"},"_hasShrinkwrap":false,"publish_time":1573825673748,"_cnpm_publish_time":1573825673748,"contributors":[]},"1.0.1-dev.20191115.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.1-dev.20191115.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","execute:samples":"echo skipped","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"~3.6.4","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"//metadata":{"constantPaths":[{"path":"lib/util/constants.ts","prefix":"coreHttpVersion"}]},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.1-dev.20191115.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.1-dev.20191115.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"d94dc49aa8005be923863218c9dabf4d448ee3c3","size":286690,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.1-dev.20191115.1.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.1-dev.20191115.1_1573811149275_0.11692292663224602"},"_hasShrinkwrap":false,"publish_time":1573811149583,"_cnpm_publish_time":1573811149583,"contributors":[]},"1.0.0":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.0","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.0.0","@azure/core-tracing":"1.0.0-preview.5","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.2","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"^3.2.2","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.0.tgz","_id":"@azure/core-http@1.0.0","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"d599cd48034916b84babec0478d357a30f0a92e2","size":286509,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.0.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.0_1572391053461_0.27827614748283835"},"_hasShrinkwrap":false,"publish_time":1572391053659,"_cnpm_publish_time":1572391053659,"contributors":[]},"1.0.0-preview.6":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.0-preview.6","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"1.0.0-preview.2","@azure/core-auth":"1.0.0-preview.4","@azure/core-tracing":"1.0.0-preview.5","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","@azure/logger":"1.0.0-preview.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.0","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"^3.2.2","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.0-preview.6.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.0-preview.6","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"ce77f7fd1f07b079c1101ae861e5ecf7ce332c2c","size":528896,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.0-preview.6.tgz"},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.0-preview.6_1571785892613_0.21141911785388423"},"_hasShrinkwrap":false,"publish_time":1571785892828,"_cnpm_publish_time":1571785892828,"contributors":[]},"1.0.0-preview.5":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.0-preview.5","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"1.0.0-preview.2","@azure/core-auth":"1.0.0-preview.3","@azure/core-tracing":"1.0.0-preview.4","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.0","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"^3.2.2","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.0-preview.5.tgz","_id":"@azure/core-http@1.0.0-preview.5","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"81b9e3755725b676b32add0587ffe80ee2d6d626","size":468596,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.0-preview.5.tgz"},"maintainers":[{"name":"anonymous","email":"azuresdkengsysadmins@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.0-preview.5_1570590022917_0.15340545100230085"},"_hasShrinkwrap":false,"publish_time":1570590023140,"_cnpm_publish_time":1570590023140,"contributors":[]},"1.0.0-preview.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.0-preview.4","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json tsconfig.json \"lib/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","lint":"eslint package.json tsconfig.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"1.0.0-preview.2","@azure/core-auth":"1.0.0-preview.3","@azure/core-tracing":"1.0.0-preview.3","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^2.0.1","@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.0","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"^3.2.2","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.0-preview.4.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.0-preview.4","_nodeVersion":"10.16.3","_npmVersion":"6.11.3","dist":{"shasum":"9ad17dba9cea5a4925d0f9744bd277a7d54ad668","size":486278,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.0-preview.4.tgz"},"maintainers":[{"name":"anonymous","email":"azuresdkengsysadmins@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.0-preview.4_1570475535965_0.44491409755530364"},"_hasShrinkwrap":false,"publish_time":1570475536174,"_cnpm_publish_time":1570475536174,"contributors":[]},"1.0.0-preview.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.0-preview.3","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"terser -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint \"lib/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","lint":"eslint -c ../../.eslintrc.json lib test --ext .ts -f html -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/abort-controller":"1.0.0-preview.2","@azure/core-auth":"1.0.0-preview.3","@azure/core-tracing":"1.0.0-preview.2","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.1","form-data":"^2.5.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/fetch-mock":"^7.3.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^2.0.0","@typescript-eslint/parser":"^2.0.0","babel-runtime":"^6.26.0","chai":"^4.2.0","eslint":"^6.1.0","eslint-config-prettier":"^6.0.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","fetch-mock":"^7.3.9","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^6.2.0","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi":"^1.1.3","npm-run-all":"^4.1.5","nyc":"^14.0.0","puppeteer":"^1.11.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","shx":"^0.3.2","sinon":"^7.1.0","terser":"^4.0.2","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"^3.2.2","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/1/packages/azure-core-http-1.0.0-preview.3.tgz","_id":"@azure/core-http@1.0.0-preview.3","_nodeVersion":"10.16.3","_npmVersion":"6.10.3","dist":{"shasum":"890e4dedc7a33398175bbabc3488d779b301ae6e","size":477806,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.0-preview.3.tgz"},"maintainers":[{"name":"anonymous","email":"azuresdkengsysadmins@microsoft.com"},{"name":"anonymous","email":"mharder@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.0-preview.3_1568059041448_0.16097259380678874"},"_hasShrinkwrap":false,"publish_time":1568059041691,"_cnpm_publish_time":1568059041691,"contributors":[]},"1.0.0-preview.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.0-preview.2","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"uglifyjs -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf ./es ./dist","format":"prettier --write --config ../../.prettierrc.json \"lib/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint \"lib/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","lint":"eslint -c ../../.eslintrc.json lib test --ext .ts -f node_modules/eslint-detailed-reporter/lib/detailed.js -o core-http-lintReport.html || exit 0","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@azure/core-auth":"1.0.0-preview.2","@types/tunnel":"^0.0.1","axios":"^0.19.0","form-data":"^2.5.0","process":"^0.11.10","tough-cookie":"^3.0.1","tslib":"^1.9.3","tunnel":"^0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/semver":"^5.5.0","@types/sinon":"^7.0.13","@types/tough-cookie":"^2.3.5","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","@typescript-eslint/eslint-plugin":"^1.11.0","@typescript-eslint/parser":"^1.11.0","abortcontroller-polyfill":"^1.1.9","axios-mock-adapter":"^1.16.0","chai":"^4.2.0","eslint":"^5.16.0","eslint-config-prettier":"^6.0.0","eslint-detailed-reporter":"^0.8.0","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^2.3.0","eslint-plugin-promise":"^4.1.1","express":"^4.16.3","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^5.2.0","mocha-chrome":"^2.0.0","mocha-junit-reporter":"^1.18.0","mocha-multi-reporters":"^1.1.7","npm-run-all":"^4.1.5","nyc":"^14.0.0","puppeteer":"^1.11.0","rimraf":"^2.6.2","rollup":"^1.16.3","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^4.0.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-resolve":"0.0.1-predev.1","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^2.0.0","semver":"^5.5.0","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^6.0.4","ts-node":"^8.3.0","typescript":"^3.2.2","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/r1/a/_publishArtifacts/packages/azure-core-http-1.0.0-preview.2.tgz","readmeFilename":"README.md","_id":"@azure/core-http@1.0.0-preview.2","_nodeVersion":"10.16.0","_npmVersion":"6.10.2","dist":{"shasum":"623acdcdda6340650b9055efc69b12df836a4c27","size":390279,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.0-preview.2.tgz"},"maintainers":[{"name":"anonymous","email":"azuresdkengsysadmins@microsoft.com"},{"name":"anonymous","email":"mharder@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.0-preview.2_1565113024840_0.7820193600304306"},"_hasShrinkwrap":false,"publish_time":1565113025056,"_cnpm_publish_time":1565113025056,"contributors":[]},"1.0.0-preview.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation","email":"azsdkteam@microsoft.com","url":"https://github.com/Azure/azure-sdk-for-js"},"version":"1.0.0-preview.1","description":"","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"main":"./dist/coreHttp.node.js","module":"./es/lib/coreHttp.js","types":"./es/lib/coreHttp.d.ts","browser":{"./es/lib/policies/msRestUserAgentPolicy.js":"./es/lib/policies/msRestUserAgentPolicy.browser.js","./es/lib/policies/proxyPolicy.js":"./es/lib/policies/proxyPolicy.browser.js","./es/lib/util/base64.js":"./es/lib/util/base64.browser.js","./es/lib/util/xml.js":"./es/lib/util/xml.browser.js","./es/lib/defaultHttpClient.js":"./es/lib/defaultHttpClient.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/http","repository":{"type":"git","url":"git+ssh://git@github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"http://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"run-p build:lib","build:lib":"run-s build:tsc build:rollup build:minify-browser","build:scripts":"tsc -p ./.scripts/","build:test":"run-s build build:test-browser","build:tsc":"tsc -p tsconfig.es.json","build:rollup":"rollup -c rollup.config.ts 2>&1","build:minify-browser":"uglifyjs -c -m --comments --source-map \"content='./dist/coreHttp.browser.js.map'\" -o ./dist/coreHttp.browser.min.js ./dist/coreHttp.browser.js","build:test-browser":"webpack --config webpack.testconfig.ts","check-format":"prettier --list-different --config .prettierrc.json \"src/**/*.ts\"","clean":"rimraf ./es ./dist","format":"prettier --write --config .prettierrc.json \"src/**/*.ts\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint":"tslint -p .","lint:fix":"tslint -p . --fix","pack":"npm pack 2>&1","prebuild":"npm run clean","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","test":"npm run build:test && npm run unit-test && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"node ./node_modules/karma/bin/karma start karma.conf.ts --browsers ChromeNoSecurity --single-run","unit-test:node":"nyc mocha","check:packagejsonversion":"ts-node ./.scripts/checkPackageJsonVersion.ts","check:foronlycalls":"ts-node ./.scripts/checkForOnlyCalls.ts","check:everything":"ts-node ./.scripts/checkEverything.ts","dep:autorest.typescript":"npx ts-node .scripts/testDependentProjects.ts autorest.typescript 'gulp build' 'gulp regenerate' 'npm run local'","dep:ms-rest-azure-js":"npx ts-node .scripts/testDependentProjects.ts ms-rest-azure-js","publish-preview":"mocha --no-colors && shx rm -rf dist/test && node ./.scripts/publish","local":"ts-node ./.scripts/local.ts","latest":"ts-node ./.scripts/latest.ts"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"dependencies":{"@types/tunnel":"^0.0.0","axios":"^0.19.0","form-data":"^2.3.2","process":"^0.11.10","tough-cookie":"^2.4.3","tslib":"^1.9.3","tunnel":"0.0.6","uuid":"^3.3.2","xml2js":"^0.4.19"},"devDependencies":{"@azure/logger-js":"^1.0.2","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/form-data":"^2.2.1","@types/glob":"^7.1.1","@types/karma":"^3.0.0","@types/mocha":"^5.2.5","@types/node":"^8.0.0","@types/semver":"^5.5.0","@types/sinon":"^5.0.5","@types/tough-cookie":"^2.3.3","@types/uuid":"^3.4.3","@types/webpack":"^4.4.13","@types/webpack-dev-middleware":"^2.0.2","@types/xml2js":"^0.4.3","abortcontroller-polyfill":"^1.1.9","axios-mock-adapter":"^1.16.0","chai":"^4.2.0","express":"^4.16.3","glob":"^7.1.2","karma":"^4.0.1","karma-chai":"^0.1.0","karma-chrome-launcher":"^2.2.0","karma-mocha":"^1.3.0","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.7","karma-typescript-es6-transform":"^4.0.0","karma-webpack":"^4.0.0-rc.6","mocha":"^5.2.0","mocha-chrome":"^1.1.0","mocha-junit-reporter":"^1.18.0","mocha-multi-reporters":"^1.1.7","npm-run-all":"^4.1.5","nyc":"^14.0.0","opn-cli":"^4.0.0","puppeteer":"^1.11.0","rimraf":"^2.6.2","rollup":"~1.13.1","rollup-plugin-alias":"^1.4.0","rollup-plugin-commonjs":"^10.0.0","rollup-plugin-json":"^3.1.0","rollup-plugin-multi-entry":"^2.1.0","rollup-plugin-node-resolve":"^5.0.2","rollup-plugin-resolve":"0.0.1-predev.1","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^1.0.0","semver":"^5.5.0","shx":"^0.3.2","sinon":"^7.1.0","ts-loader":"^5.3.1","ts-node":"^7.0.1","tslint":"^5.15.0","tslint-eslint-rules":"^5.4.0","typescript":"^3.2.2","uglify-js":"^3.4.9","webpack":"^4.16.3","webpack-cli":"^3.2.3","webpack-dev-middleware":"^3.1.2","xhr-mock":"^2.4.1","yarn":"^1.6.0"},"_resolved":"","_integrity":"","_from":"file:/home/vsts/work/r1/a/_publishArtifacts/packages/azure-core-http-1.0.0-preview.1.tgz","_id":"@azure/core-http@1.0.0-preview.1","_nodeVersion":"10.16.0","_npmVersion":"6.9.0","dist":{"shasum":"e88b0a0d37847d13ea74b47fd5b58d1e2cedacb7","size":389038,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-1.0.0-preview.1.tgz"},"maintainers":[{"name":"anonymous","email":"azuresdkengsysadmins@microsoft.com"},{"name":"anonymous","email":"mharder@microsoft.com"}],"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_1.0.0-preview.1_1561678436490_0.027942694275348456"},"_hasShrinkwrap":false,"publish_time":1561678436660,"_cnpm_publish_time":1561678436660,"contributors":[]},"2.2.5-alpha.20220204.4":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220204.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220204.4","_integrity":"sha512-NOA2V2QTeKJUxceO+e9abpL33ytUUZmYPa8zL5ptLwvCrAeitAKRiXNDHt+MawT/XHOowmT5lvW3ueP9BD66gg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220204.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220204.4.tgz","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-NOA2V2QTeKJUxceO+e9abpL33ytUUZmYPa8zL5ptLwvCrAeitAKRiXNDHt+MawT/XHOowmT5lvW3ueP9BD66gg==","shasum":"26f26481e4926956880795be72a9c3bb360c23f8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220204.4.tgz","fileCount":357,"unpackedSize":1756128,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/Xo6CRA9TVsSAnZWagAAUd8P/2TkykoiZIBo1Oe+lTrp\nO+5+eskG7sctkiNGXfq8n+SPNeXMl7Dqzw+EDJCVc+xtrvE9UGxoAnHu5qyW\ndQ3N73jNTIUjb5vY/dodRytUYE3Fo3Fu6QccWupX4LiTReFaVv0PJJZvrONr\nuoXXxGcbdnbOcw4NKYfE7Hjde/jcOHXuukb4ukFELpi25D/JMHfYN8e1WKuh\n6MehH4XGW9FYkTox6b+gDqWOWfouOGDY3mrIbuHRZ/5rOhI/FP3T9xIWSpDw\no4U+hBjOEQ60i+UUlcn6eUQson+9mIMIDC5GHkUDyh7spqrWHlQAM9LFU18E\nnCdo0hfmYrcnieTA0Qo04Tpqyiwww0qigvpMmZAfFwPTiDYiqJEJKxQIeHL/\nqYPwlGS6uFGwjtgYeVo2lc7HO1RzyA9gyS5xpYDSGkXGzbnMEXl9kFRxAlUg\njG3VWsKU59ISztDijr38JoVYQW2qBEH+Hx2NVGaiatlTPbwWas5kWJ5WX6oG\nX56+hcNr3IeBq8jYCTfUtbX8OZv1+V/tVtkecrPnkAMZ0U0RbtbRjdmVI3/X\nd8RwOg/EVESFqqUbFqX5F7/apGFxoRglED+LqHBcs9O6YYrspun/wOFQXC9N\nBQfZiC1eaWIw5QfyI93wYa/jyXfRuITUvBJPhgXjQ30UCUxnH+Rv0+5Sd7SI\nBT58\r\n=Odk6\r\n-----END PGP SIGNATURE-----\r\n","size":370544},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220204.4_1644001849986_0.6827351692007597"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-04T19:11:02.566Z","contributors":[]},"2.2.4":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.4","_integrity":"sha512-QmmJmexXKtPyc3/rsZR/YTLDvMatzbzAypJmLzvlfxgz/SkgnqV/D4f6F2LsK6tBj1qhyp8BoXiOebiej0zz3A==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4.tgz","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-QmmJmexXKtPyc3/rsZR/YTLDvMatzbzAypJmLzvlfxgz/SkgnqV/D4f6F2LsK6tBj1qhyp8BoXiOebiej0zz3A==","shasum":"df5a5b4138dbbc4299879f2fc6f257d0a5f0401e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.4.tgz","fileCount":357,"unpackedSize":1755971,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh/C7KCRA9TVsSAnZWagAAOo0QAJbQssYekKrO/7GaAeZy\new98j+oXcihYvhfHJATqiM1L8UI7O7jkj7POcOYOFhfxg+TgaawRxYTBg0gR\nm2iZZSfmqiPwtz86+zJzDDPXAoUELE4ggbanxocrFna2JKB7R0btrf/bqbWJ\n+KiaCgz6GaF0QAKIWkmxl6H7XU3d2CLoq2BFRWcZOmp8EgI1Vzn913YJK0nj\niGy6WD3EzQYqVo+QZ3wzDzrd0pB5EQa14A/9mOB7M+KR0vWNzbiObK+vmcvS\ngd3eV8KCGTYQPfZGILeYfNWxyCP9nVg3tCBhN/xpxuouJmCgQpXpA/cpaMFQ\ns010PftgsO2e5uOQor97vfUkJSeLhjoQnXBRRRcd9vomoawouBEBJtbeeOxa\n1fffcPdh6pbXAk/JLl+HKzfnHbjfFBROlHYVEttc4jl2M1523zwBToEXZDPT\n3eXPvTWY1xKGb2+g5G+WxUlyrj1mwwMBaTsoEJ8WIMKTpxWiNYzPaXVP25ar\nARELqUns2RZLBs0Dt2zwxHhnDrSj8I3Q6aKvrWk/CiXBzZ09M+1nALP9+bkM\nmVsK1/3MHRqH62akaxFbxtFp5KlDmBNTWoqdD02UG2bzTAIXodX+1Spw8MgT\ncRYUoE5iCmEG0YDwcr8XeJuSkxjf31R9TjumD1yAQ1ojvOwOs9fzAUeGOHb0\ntjWa\r\n=8KQM\r\n-----END PGP SIGNATURE-----\r\n","size":370496},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.4_1643917002032_0.5351145753729474"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-03T19:37:23.156Z","contributors":[]},"2.2.4-alpha.20220131.3":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.4-alpha.20220131.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.4-alpha.20220131.3","_integrity":"sha512-uiI2E2btHL7hLJz3QtZTennvRqgjqhOnFCzKAPEemD/+9JLKJBsDUxs+FBK/B6lgOtfGETmiCQ4PD3Jcyl6ObQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220131.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220131.3.tgz","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-uiI2E2btHL7hLJz3QtZTennvRqgjqhOnFCzKAPEemD/+9JLKJBsDUxs+FBK/B6lgOtfGETmiCQ4PD3Jcyl6ObQ==","shasum":"a29539668068967e9d31516079641121a8ca769f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.4-alpha.20220131.3.tgz","fileCount":357,"unpackedSize":1756089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+DSgCRA9TVsSAnZWagAAqpsP/AonJpviR7Wb3v6ZUNjL\nxtqPxMsUQ6lqLLSWQneMVgNvOSC1WVXp5AwfDP23aB9GCFy+EJ02/rDn/ZZc\nQswzkkM9AHzRYVK57rpxXuJWR1OPQ5DjFSlGsZzPyg6ipNAtKY3d7jhWQy08\nHOdxNZiJtcvhpa7AOdt7Q/GvWkruGfxi7ke3F+ad5eIMb6TmvUg1DhGcLpza\nLYG9iahCuO8laBwVcAOnSyinoloWdlqwPNYo0MyHvv3JK2ITQqoDy89J6tXL\n6UwgJB/1qT5jyTcoN0WMRgpiKKJy+1e3sWdNuycUMwdnu+CBzaNX3xbCP3hI\nfoAfy1kEJ4kSKZCe3jYpqGozfTYtPmpJIEiNDqLoE/FMPc8NbcUa5taLB5zk\nMk2Upa28LnI6adPbf1InNDMaS15sKdlS+HDq54d0JkHao7q+iKrhmoL/ahWt\nKIWYpJjfmzZNM7jx+h0ScF0P7yXwVIzGPR2F6VWNCM1qT5fcE1E5ic57O5ju\nyCctOTjpMmn+evc+lxxJLLguMKnY6O/RbnUZxG5+ExODCCWKQ5nzmg37SnaV\ngm9vrqWgzYLHScv9fmzVPpGkOHJCkbQbW6Y29Ziqg7qIgL8f59etY+CrEfeY\nofCuuWQk/wedLcmNVEzllPLSCsvYbH9HBFfkUcMMEKKa+TG4J/xuU/7uWZPa\ntwr5\r\n=1SLj\r\n-----END PGP SIGNATURE-----\r\n","size":370534},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.4-alpha.20220131.3_1643656352395_0.08598739388473708"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-31T19:13:05.465Z","contributors":[]},"2.2.3-alpha.20211214.4":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.3-alpha.20211214.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.3-alpha.20211214.4","_integrity":"sha512-i3pyMJToXgm/UpQaBYOP0Zjob6dC83dKik2nhRyiLhXrEUKWpxwR3w6/d3KrBvWprH4NLdaRFsUYitmwPlN6ww==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20211214.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20211214.4.tgz","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-i3pyMJToXgm/UpQaBYOP0Zjob6dC83dKik2nhRyiLhXrEUKWpxwR3w6/d3KrBvWprH4NLdaRFsUYitmwPlN6ww==","shasum":"09a315b40e29e626c6586ee266ce5b3efa3378e4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.3-alpha.20211214.4.tgz","fileCount":357,"unpackedSize":1754014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuOu4CRA9TVsSAnZWagAASdsP/AtJe/H2BIZ/ElP1AiF2\nu8gQm9dVauwZGg3DwTPy6N9s8xUCLUVLO2UBpREtT9SR/taad7x1BW2QZk+s\nCOATZAnnkwjyf/wNET2fb3K0EwArPcPpLBr3dEB45IUot6Xn/6Bi6/X0IQJu\nriCz7sanxh1dEIh6IVKAjWF9cm5wN0ltx8JHE6ktriukaXvnmTvr8U+Egn3u\ncOvFtn0RYFd5nTXe1PaXfqbbZvZfUlny84rNKCQA9PHd27dC5D4rR1es1yOp\nY7aeqSRjmcB6vMoy1iBu/Bgp2DzwVdUOAQXR+49QRGXtYvIVItBR1zn7s+9f\n6fb9KR6iic6KvorT3QFhNXT91SiV+/Le1eZbSAZJaQlCcDBQhBJdyqmvNqUr\nRYKT466EQdeFhPAp/+joF+Nv2yiXGZH6WWSGshw225h/e9uADk4PFWl4f49k\nccecNGBcdxKpr+eaclB3kcEU0F5p4T2lwamac23nuLkOYoP4IxShuebh6ROO\nELdUktsSP/VzY6MT3oDFElGCbDzylJLiJ0SCC/lq4AIFX+oUn6lnQy3lj4BI\nrZ4lfB6y/ZqSWpEoKkri+QqitQWXPbo3QKSAIclGmh19bzREv3dHybW4tEyC\nB0ee+6vjP8pXdwpUqyN66zaLTu2na06KPNyj+J2KHFta3a0KyBQaljc9NG0b\nP3rC\r\n=3uuh\r\n-----END PGP SIGNATURE-----\r\n","size":369953,"noattachment":false},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.3-alpha.20211214.4_1639508920713_0.7769566594633677"},"_hasShrinkwrap":false,"publish_time":1639508920986,"_cnpm_publish_time":1639508920986,"_cnpmcore_publish_time":"2021-12-15T21:22:29.116Z","contributors":[]},"2.2.3-alpha.20211208.10":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.3-alpha.20211208.10","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_id":"@azure/core-http@2.2.3-alpha.20211208.10","_integrity":"sha512-Fj55XWDKxXMr7nzskyRKq5IIGgFoR9iXX8JRT6uEtDlh3TTBvJlyHhRPtpyrzZPga1oRCN6ZERyacPPWf0IuFA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20211208.10.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20211208.10.tgz","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-Fj55XWDKxXMr7nzskyRKq5IIGgFoR9iXX8JRT6uEtDlh3TTBvJlyHhRPtpyrzZPga1oRCN6ZERyacPPWf0IuFA==","shasum":"845c4f6e052d8025143414a7376ddef7a04f3292","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.3-alpha.20211208.10.tgz","fileCount":357,"unpackedSize":1754173,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhsUJ6CRA9TVsSAnZWagAAtToP/RzQYz+cs94/F/IDwahm\nMPVHvwR6BJfvjTxGnX8UUxUnQHur9g8HSzBb5DtlqdBCRg9MF/1weTd5Cev/\nWdpr2qGtiLIb+FcvjPbsUnJcuvE5wFd5wzgVHMq0SkMkXFu5+QP5xwIkdEYQ\niLdF3ImUbxZInfSzgOlNDCxqPHwQap4WqJcovgLYsthwdkfit/JODY1StXT6\n1QquRMZLgCSiFtHFRPKWNp75chHUKTjR3u9wn4NQsHB7FUpoyt5uOvny/D3f\nf3TN8zBwZaoBGZRxj3Qe4h3WMQF903x0zBwyjHhAYd5X0sHAIKu84v5V5yXP\nDRcQM3p807AP0jKrAs1u2/iGZHOGLWLh0/borhfogr/LFcg+D7bkfVK461za\nTEWE8DVvlWQg1qzvwbO1tfskCxXHQstriJCPjGA6lKZjsd2XMH5HBvI7TeOU\nhEDqKltB0irkj+DN8hEQP6JJ38EVhZkX31Y9VIPtiM3A0kZ6ahIy+7ClYaBz\nMTok81aAY2bXFsRoB+HI0P37LCCstp/Cu1UbrGBTslxlWIZDj11M0Gn2bQFt\n4vBe1H+EvT/9sbjXOMTuhP1myHo6xHoLnbeDeRDv6c894CW1yZCS4j/dkt5C\nf1UV3vXHTyUyK8osQYSrsyHKPUqUp05GvjnzJ5jHwlPxYlq4/RlK9avbwj34\nf5oR\r\n=IsrR\r\n-----END PGP SIGNATURE-----\r\n","size":370022,"noattachment":false},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.3-alpha.20211208.10_1639006842576_0.22845052761927098"},"_hasShrinkwrap":false,"publish_time":1639006842779,"_cnpm_publish_time":1639006842779,"_cnpmcore_publish_time":"2021-12-15T21:22:30.942Z","contributors":[]},"2.2.3-alpha.20211206.10":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.3-alpha.20211206.10","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_id":"@azure/core-http@2.2.3-alpha.20211206.10","_integrity":"sha512-QUiZuALkPdSK/6Iw90YVKvSVWeq04nn/YWv6XHljJwwLwhLJRYvWVCqLL0r2tJ6i89MyHQS4sByEhnA8XHPXPQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20211206.10.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20211206.10.tgz","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"integrity":"sha512-QUiZuALkPdSK/6Iw90YVKvSVWeq04nn/YWv6XHljJwwLwhLJRYvWVCqLL0r2tJ6i89MyHQS4sByEhnA8XHPXPQ==","shasum":"50bd34e3f1c75f960a969b745663a57df69ad998","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.3-alpha.20211206.10.tgz","fileCount":357,"unpackedSize":1754018,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhrqKbCRA9TVsSAnZWagAAjskP/2mNn1C/l5qpsSafigjM\nqqukrNU5VuQrkMbYxyWYEB9cllW/SeKlydmaHCEFLkt4+XEYcufw+MAuFolw\nxiBN7RSdUOl112p7qF+qzJCcPCBdhGNuEdpVdIG64HuHpgw5zXeGP04cArCQ\nsVpzYP04RvNUZrxqn8QA1a4hgQywaqgto8QZjG+b4/HqyHXjRprpJ71LdEzZ\nMhEhMcXXTZANsK0UBWYh2pBuA72p9BxXY6ioa1KzDw8WdnXE5G9fU3kc/V3V\nn7DAY1SYL6apDbofLPJgSDjLWAZ85lKo1owMwMb6pp5NAB063nWBK/eFC01l\nh+8XOZ63+V71K3KjBNy7NqEMOVE8qw9DiqJbp9lyP4pPdSH5fOQ+c5ANjLQ9\nZ/AoZI0CBDLL4lY9ChxD+ugD+SA8xoV7alijQc+eIuCn/FIVIdKTHpIkX4Ow\nSNsmkG3m46dOYnX7fF75qFuqnkrsCd880mYeBC2S3qhsFvzOon5E8IvzVLqB\nVbBd7ppKS0Xg5G4GMh9mxGhfqQSkcT6O+NYYr3QrqMzjrUNP5jhCthPf3sCi\ndtoT/e+BtDvxxUj8ZXZHtUw2UVX96e0nvnboOINHkAHMHFktxrQ67bXyATtL\nnjsBBQxL1/uk4DIGrk/gVs55eZRh1IK/vKbKBg76PchZcWvBkyr4IwBCslMK\ntJZ9\r\n=u3Lt\r\n-----END PGP SIGNATURE-----\r\n","size":369305,"noattachment":false},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.3-alpha.20211206.10_1638834843595_0.27356059113864384"},"_hasShrinkwrap":false,"publish_time":1638834843882,"_cnpm_publish_time":1638834843882,"_cnpmcore_publish_time":"2021-12-15T21:22:33.011Z","contributors":[]},"2.2.3-alpha.20211123.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.3-alpha.20211123.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20211123.3.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.3-alpha.20211123.3","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"integrity":"sha512-Pe/Hv6lKMyLgzOiuP8Q5YCdQPZxrBG82uN2cJSiiWQ/iC3DKxS8VKzhhxHvvKBqk5nesOc0u5RDG75EiLHPyLg==","shasum":"84bcd7232e89e2e5ecc9962711ddd3e1d89369fc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.3-alpha.20211123.3.tgz","fileCount":367,"unpackedSize":1658365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhnQ+gCRA9TVsSAnZWagAAGjIQAJoRo52vuNy+aDrXwBVY\nRQGJj79Zyfwj65JzcM3UIZy0L2ItseaLmyYL5fL+c97YXohruM6Q6jfz9lyc\nnXZVFtXNZlNcB2jlFAn/oHM+2RdQQDNB5+4zs8/xoytKyKK0JZ+9pbrjAvdm\n0qI64NV9kb0MwNtvPtzenA4EB9eGsYlL1z4S2c2VMN6qNOTkfuqg8FvYxPfu\n/EasxskSLY4MrfLP+WkrOE880x/kGB22mm8dm1HaiKDojxxRvT2w3EZDwZT2\nwVhK5tpCwHQy4rv/Cz4DVmSY1d0Gq2X3Dbhsk1QFAcPnwHlBBDX8ZJK7x3MS\nykZYCNTas/Zb5IHl84GEzp90R8W/xTzNQ2pLnmrCcDsKBY6M/6g4wk4SR538\nCOEK7faR9T2c5VRrJPmGMM2ETQaZC+GBeg1VZqQuCJZI34Z65Pw6qEDxueDC\nTyWBzP3dIujN9xdJxYd0qpST0j7r2esfnLe+cooXjewrlmjEQoFkN6StBDBC\nwb+w9Vz+ZGjH7CJzszZdoRvj9Jwxa5DP3eaW1c76DdlJYICSUYzxnbwAoB03\ngIZPIC8NYtgARBvC2wTyAR5venQqd5juWn3hXKA8GbV45wnLCnrzZq8+JH6+\nx/H51qN5Zl/o141/qTu2tcNvtj8gWiyX+NfKwh7ftqnE1srPfWdfzFZUHTiD\nZore\r\n=8XZ6\r\n-----END PGP SIGNATURE-----\r\n","size":348642,"noattachment":false},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.3-alpha.20211123.3_1637683104325_0.274013177763198"},"_hasShrinkwrap":false,"publish_time":1637683104524,"_cnpm_publish_time":1637683104524,"_cnpmcore_publish_time":"2021-12-15T21:22:33.935Z","contributors":[]},"2.2.3-alpha.20211104.5":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.3-alpha.20211104.5","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20211104.5.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.3-alpha.20211104.5","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"ada2ffd5c51226a3dee008e2669b5958e36731bd","size":348314,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.3-alpha.20211104.5.tgz","integrity":"sha512-w65IGEGiZosCSgMD0EGLI3kFiGLojiWUMllph8eIkuu/TOxPc5HnyCggIkwbfx7JRxGXW56l8Y8ks9ttiuWhDg=="},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.3-alpha.20211104.5_1636049745708_0.6961803844496179"},"_hasShrinkwrap":false,"publish_time":1636049745950,"_cnpm_publish_time":1636049745950,"_cnpmcore_publish_time":"2021-12-15T21:22:35.087Z","contributors":[]},"2.2.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.2.tgz","_id":"@azure/core-http@2.2.2","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"573798f087d808d39aa71fd7c52b8d7b89f440da","size":348235,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.2.tgz","integrity":"sha512-V1DdoO9V/sFimKpdWoNBgsE+QUjQgpXYnxrTdUp5RyhsTJjvEVn/HKmTQXIHuLUUo6IyIWj+B+Dg4VaXse9dIA=="},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.2_1635981548232_0.557559341515891"},"_hasShrinkwrap":false,"publish_time":1635981548419,"_cnpm_publish_time":1635981548419,"_cnpmcore_publish_time":"2021-12-15T21:22:36.230Z","contributors":[]},"2.2.2-alpha.20211103.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.2-alpha.20211103.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.2-alpha.20211103.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.2-alpha.20211103.1","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"85bee874acb6b2d6756117301f61c018b0acfa77","size":348272,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.2-alpha.20211103.1.tgz","integrity":"sha512-2rbO6XWv5xSdwym2j6YkGyJqmxotTg54X12UYy3YvG12XXrKsKagz+oCHqScZ1UeLjyE8EvA0CJsfqdBpUay7w=="},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.2-alpha.20211103.1_1635966037473_0.5036140164610134"},"_hasShrinkwrap":false,"publish_time":1635966037699,"_cnpm_publish_time":1635966037699,"_cnpmcore_publish_time":"2021-12-15T21:22:38.263Z","contributors":[]},"2.2.2-alpha.20211028.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.2-alpha.20211028.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\"","docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src"},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.0","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^1.18.0","npm-run-all":"^4.1.5","nyc":"^14.0.0","prettier":"^1.16.4","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","typedoc":"0.15.2"},"_resolved":"","_integrity":"","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.2-alpha.20211028.1.tgz","readmeFilename":"README.md","_id":"@azure/core-http@2.2.2-alpha.20211028.1","_nodeVersion":"14.18.1","_npmVersion":"6.14.15","dist":{"shasum":"74666d1bdfd7c60c56aa88e14c8076a6bbca4298","size":348247,"noattachment":false,"tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.2-alpha.20211028.1.tgz","integrity":"sha512-2sUSwpN6eGGnhoJWCD8XMuVvGDgHVQfZ0EY+BB9PVKU46Ptm9xfin8WuwhssGKWGLhVjqQbbJFjovO3AJ1tRKw=="},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.2-alpha.20211028.1_1635444797194_0.6740744746852383"},"_hasShrinkwrap":false,"publish_time":1635444797489,"_cnpm_publish_time":1635444797489,"_cnpmcore_publish_time":"2021-12-15T21:22:39.327Z","contributors":[]},"2.2.3-alpha.20220104.5":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.3-alpha.20220104.5","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.6","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.3-alpha.20220104.5","_integrity":"sha512-cA+7Ju8hCcgMmoQsT8pdCP6WYZgDSO6PGBh2d1Z5eyAJSNxVOG7WIOXYZ84uvIxBxEwEbegSEyc5sLzS1Lb9Ag==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20220104.5.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3-alpha.20220104.5.tgz","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-cA+7Ju8hCcgMmoQsT8pdCP6WYZgDSO6PGBh2d1Z5eyAJSNxVOG7WIOXYZ84uvIxBxEwEbegSEyc5sLzS1Lb9Ag==","shasum":"5db32109e0d14637bba235679c42ccec03a2fedf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.3-alpha.20220104.5.tgz","fileCount":357,"unpackedSize":1754432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh1Jw3CRA9TVsSAnZWagAABCkQAJuYz9LROeCqexkJmEYC\nAP78BwyCJLexo28+D0FIuqMnDKYUNnt3GlVFrih3Sg6Tuj8BT4/SXyIvPbUi\nyhiA805Tn2a3EfPcZg7p8n1pbRVz28nCA2AFjt3bv4eK01ZDrxPQwMoA7NZO\nR+qzlZdgGDTgPjTCfozx1e6m8QXesBCA+0IiIqoGrizQV/6yu1KsE/dcOVSi\nc/D24IdYigCmgj8ZgII+GoPVI7cpyZnWTFjCNsA4WbSBM3HnVry3kyrgxP8S\nSi4cRceYBNHnL+EBdn/ku6WCr+LxdBjYRW7v2hP3W4ZRM465Vphjnsr4kK/K\nsud5gUN7r9sftiibpSVcw5Rt5GqLqBpm8S/j0gY1OKvXGgVnVT8IINkw+rcr\nzqQh+uL5wnJ/dgI5/wLe45gR1yjydlpe82I2tvltg7xHY0xxoZIfhXfrvLJS\njswZ6myb5/66fQfnMybheA/zQ1vQZPkCPTRqq0x52nocT9vq5sqc707ST5nh\n1dJRnEEn72Ygzpa+kUNGdIRTbtSBe4jdwjDg4QhO8e2ZiNwOmM6HidmNfjvU\n7YyrL3V06zrOTK6Hu12+cqklEmH/zpZUEixcpXS+0wfTQdJrm6DzL9eZA1MK\nWd+RMeRAQxOEJO/qLYW5MR6G/QU7G1ArBjq+bgEWql5ZUfS6Zn9kuV/QsbYG\ns9P8\r\n=GuCo\r\n-----END PGP SIGNATURE-----\r\n","size":370096},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.3-alpha.20220104.5_1641323575519_0.8514696742335501"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-04T19:13:09.401Z","contributors":[]},"2.2.3":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.6","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.3","_integrity":"sha512-xr8AeszxP418rI//W38NfJDDr0kbVAPZkURZnZ+Fle+lLWeURjDE5zNIuocA1wUPoKSP8iXc0ApW6nPtbLGswA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.3.tgz","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-xr8AeszxP418rI//W38NfJDDr0kbVAPZkURZnZ+Fle+lLWeURjDE5zNIuocA1wUPoKSP8iXc0ApW6nPtbLGswA==","shasum":"8c0d94e8bb6e8003c6c390e9f1902073a1ed37c8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.3.tgz","fileCount":357,"unpackedSize":1754333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh12gpCRA9TVsSAnZWagAAcVUQAIPDbz8bA0fGuS8iImY8\n0m9DchBR+yk4sff3r3FpwwmzdoA0nZe63jq4Vl4pngZPRtoRdQ1mNek1FYyq\n/dGIWbTbgD+Ux4eoUG89LiL/ksGxqvXE3hGv60mK22LvsWZb/NibfRe7t750\nm8i+OfnrSAHZQsYQifIQCYHTavNUggvqRcVLcQvHDchcXXNcRA2Df29kZW6r\nS9YbwJjhfE2mqoFQWDIa/8cvbYVKEOcDuUsXkZ1hQHkDJJgh56lcoJvLPvzY\nz7K4fH1Kg6lEkHCVN7RikdH9Y8S2iDIHqqGdt3u6vkKutm1JtPkGxnJXCtfK\nI+MIbNBCItqSbS04hzJ1zOsbO5gGH8cURwDMadjOip/iz2uJKrRh04qwoeKl\nYOcVla0wFkg/hNEQH3iXE5RqUxu75Njcbwb7X9zj/cGu8mYoE1PLYNFcs6P3\nBhuGVHK5eWZeOdo9t5DaCEQJmLH2+TTKY8itpMsZTR5olGfDvaWuu44ECfVS\nOOh7BURwf31+jdj+48vy6CnB95C2ckWaEYS4q490QwEqVmgFWDsEfdQYlT2D\n+TR194Z+zRvkrN8z9AIvAIzI21M5LDioAp5YP4D7sCuaONnloNQbtxBRKgV4\nvPZr/tdNE8z2S8IWLRQshb8c9PrjUpOa8/+sAydVvt62c5R0fM0dzEtwzZql\nNJsX\r\n=tNQI\r\n-----END PGP SIGNATURE-----\r\n","size":370058},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.3_1641506857179_0.881486471508222"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-06T22:07:52.218Z","contributors":[]},"2.2.4-alpha.20220107.1":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.4-alpha.20220107.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.6","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"~0.4.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.4-alpha.20220107.1","_integrity":"sha512-iYlLDbR+LIR+xO5AQ1TYjx/L1WrWPaiyNQ43nVCXEUEJXynN6tNQTnn4OhJC4rCbkBWo5lMlO95v+U4V7yuZbA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220107.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220107.1.tgz","_nodeVersion":"16.13.1","_npmVersion":"8.1.2","dist":{"integrity":"sha512-iYlLDbR+LIR+xO5AQ1TYjx/L1WrWPaiyNQ43nVCXEUEJXynN6tNQTnn4OhJC4rCbkBWo5lMlO95v+U4V7yuZbA==","shasum":"7f655d8c0cc1aed858af5f0d9cbe795dcd24fab8","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.4-alpha.20220107.1.tgz","fileCount":357,"unpackedSize":1754490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2JBUCRA9TVsSAnZWagAAVKoP/jdGyFtIo12DV2iuQHry\nh/CRN5ojie1C7lK+mhoZOYQeQk92/6A22gICcK6ALRb4057Pu2bf8Tgf6OmT\njmduAhhuoP2YVPnx4EBm1cc0L2+KXzbXdSDo2XosfmSYRs9I0QJD2Ufr2ujs\nM/fnOXER1RsaHGLjN6DQsV8Wmn0WFFeraEiwCgWFDXJ6M/gSnKdTCEvhVFtv\n1/96J3F1PVzVGmhUoaKWtjxAD7QMB31hzX0GhkLq1ETsYefpS+ehixTdkL1N\nT5in9eJshbpY4KWmLFlyz9SJ6dv19o/V4yzSgXx9QdCZ46nHLuG5fJF9Ec9d\nPFIqCK5DcMJfu9UPSOz5opH4EL1wFVpmdtupx5aX7r8I/WhgwVbk4bu3JYIN\nrsDwe1MR6BctJG2cV5DIAStVJtDfM0hKXdVVan2Tc3uTia2JgvfNxXDZEDFd\nhfklaASzXfs1hJHacGR55l9GKdHkQzKXQ+DcLNimqwRVkBaZ9Fm8GzJY+wDN\nWTnKO8jOPbUp8e+okXQWYyor78iwXnk/82EI09TgntDZA2rJ6m2UGdIXZOPo\nTTHWY75/TsXLGf3Ogzrjg5hgrrAw1oMIMv86rZ4a7Mxuu5/f/dVV0cKF9pfR\nAopi38IvHIfAQig1I2PzO74vtuoeHJKnRKTBZIZaL0Jr9QzovTt3FY9edMsG\nyzLF\r\n=RMJ7\r\n-----END PGP SIGNATURE-----\r\n","size":370105},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.4-alpha.20220107.1_1641582675905_0.5898917709893303"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-07T19:11:58.228Z","contributors":[]},"2.2.4-alpha.20220112.1":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.4-alpha.20220112.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.6","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.4-alpha.20220112.1","_integrity":"sha512-h3+9K78IDO/Lp69JSA/IPxn9sqzP0oOEOVAk16vGXCJWN+1/WTksQGXxgmpL5IzcqzMqT1vv8SzQ+cW+3KamMA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220112.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220112.1.tgz","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-h3+9K78IDO/Lp69JSA/IPxn9sqzP0oOEOVAk16vGXCJWN+1/WTksQGXxgmpL5IzcqzMqT1vv8SzQ+cW+3KamMA==","shasum":"d596f35c49a2a8efa880582b25d0818b3fd37c60","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.4-alpha.20220112.1.tgz","fileCount":357,"unpackedSize":1755634,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh3ydDCRA9TVsSAnZWagAAVY8QAIT7uiP4Bp99569Lj1h4\n8oJyXB1rkHswqB3yqnLTc+SEqAkyuFKB9UfrL6fHtnfazzo4qoD0EF0yn74l\n0FeNvqE4F8QOZFR6S4itGrFmozAtgc4sormyUZyP1L1jNZXzWQnToda9WOdd\nlTCtLgDtVEkjXSWSpwo1vd1L355qxevZHNQEpb1iMYL5LiqJkw+YdDxbMDxT\nqK7WjHXN3b+on8PavGDfiHt9K2xLabEuOkcYT+f9GIsL7IVxlDNRJb3OnH3X\nVr5sAvfTCkLnpQNce7fY2ZaNcJ9YdeJGy2NReP57CjU6Cy4kg1zd8XMKO8o6\nmkE5T8FWbGiKNE5wPGBalZKjgBk/OazqKiPx+hPMgwg5i+Pt/+ZCPmTxlVJ1\nTxya3VN0bwkWg54BTbxw4Lgepl6jMQU+bheFSZB3M2Au3zQdUkElmy4+poYs\n7tLFvARXD29Mi2/91cqodiaQ9fkAeEvg/AMuTcQoP6jBt16vM4/iujuWyfLA\nhtOyG8NnD6X2C8uph2xjNwit6xLK6qFB/OICwJpMWOFJB9zdVFXafb5IC54j\nAMDfCOBbfnxcwf48rDHeICFIv9H+wN2/7hmEam0EL4XjetaK0eF4RcBlK6PE\nYGS7YJk3uXLk3Qhmta4gm6SQ88zfI3cDQlcyDZ5McsOriu4P137+Ri00AmOi\nhr9S\r\n=r4wc\r\n-----END PGP SIGNATURE-----\r\n","size":370163},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.4-alpha.20220112.1_1642014530975_0.554218980735049"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-12T19:09:06.698Z","contributors":[]},"2.2.4-alpha.20220114.1":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.4-alpha.20220114.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.6","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.4-alpha.20220114.1","_integrity":"sha512-5VnwGsepf037NBn9g4JWT342cmY53NuTpKXH/mcSd/vZbr7uPzrIBsf11leam9LzUMzp4Q7Cg8NiM74MThTqFg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220114.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220114.1.tgz","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-5VnwGsepf037NBn9g4JWT342cmY53NuTpKXH/mcSd/vZbr7uPzrIBsf11leam9LzUMzp4Q7Cg8NiM74MThTqFg==","shasum":"c0b82ac78451bf477920af48e01a42b01048c0b5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.4-alpha.20220114.1.tgz","fileCount":357,"unpackedSize":1755124,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh4cocCRA9TVsSAnZWagAA/uwP/39aJfYMTt+kWqqRdo7a\nmq5mjqqL6hHGyv93I+KdixerY+reNis2nJQE0wuJYt5+U3edTWlVpFEDi2qG\nSm0MmqBlBNtbYXQyRGQraoigEW/TgURXkLwvZLZcxDbgorChLsBhVP1Hff3t\nbsmYsNK9vTmDfQ1bns4rx2butiqxD3e24hJgD5W+WENfNC3JLbMiCX3zJp+T\nqoyQ5CXXQPXHAQeHRZnlYPk9Y2AeeF49j//J/w99ajed0ZKhXLwlOOxiW+RX\ncBCBh1g+3ADyuAoWBFZlPKWYrZ3oJ8egl6ysJUKoqBxdre1U4auH5kHbpFuC\n649d7eHO6GkpepKoU6id2HR/+Bl1B+1cSjuauO9bPU/BYkJM+wX0sCG5U6pf\nOmDfj6Qgmz0QFdJb3P4/ccnEkCQbxG+Kykrt6R8rDDfFiEVTneOJqJUKsjDz\n3uyB6WoIf0h6Yte5Py7xtj43+VYEAzRBXeQB6Q5ZV4J0oK7IcbxnWG/8UA5w\nK7r8226MOvFxDZEIwGvrevMJqKfKSc6EflGEMSoDy+/TdD3Xoo7skjHLMCCx\nlcX0lTdZKrI3Hb9xCceo6jvpsNy1JRfAeAvyUlAoHGayCzSHEcStapW0w7yD\nFV/PGpAY3a9RZAOOBUqRWElHIyfaKWdOCIN+nppBMul5/EwfZjq3qaeSTset\n7FaN\r\n=IVj+\r\n-----END PGP SIGNATURE-----\r\n","size":370044},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.4-alpha.20220114.1_1642187291772_0.6833258711841306"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-14T19:08:43.966Z","contributors":[]},"2.2.4-alpha.20220120.2":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.4-alpha.20220120.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.6","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.4-alpha.20220120.2","_integrity":"sha512-IbYoNIOYwvi5zeXvwSg+qo2hH3INRTn8q/jM4a5jMTX3MgGBE1SMJGNEoqw09rNWwP0dD/3tLFNnp64ld1e72Q==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220120.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220120.2.tgz","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-IbYoNIOYwvi5zeXvwSg+qo2hH3INRTn8q/jM4a5jMTX3MgGBE1SMJGNEoqw09rNWwP0dD/3tLFNnp64ld1e72Q==","shasum":"e69873f4f06a751376c75367a50439ac5dd6d383","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.4-alpha.20220120.2.tgz","fileCount":357,"unpackedSize":1755490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh6bM9CRA9TVsSAnZWagAAcUQP/1916qqbP1Zi+0h7NO9u\nluUKdXdVifGJc/99VDqE917F5GMCZsLknOu3xNEmW0PZpYszg/ViMsc6Bb6j\n0I49xcOFFWWTRYHrI+u2o1LcTekVUiMtOTa2+jFXWzj3dSf4SlJnAm/7Xnjx\nd+Zt/Nc/8Z+uRtn+e8EafM0cyA+bsuk3MruJlsyRIEtQaEQ6ruiaB98aqSat\nGS4kaS1Vw638lUgU61f+UKcJik7oYu75NWqE0+jkgO402q4qHopvqD06WuJF\nFQFOrkKz+m3PnRTOhIjniBB4bIGFTiai9yoNtK3ucCd1k3nu3/eNNIgDeJ71\ncfKerHJdXLTbaHhlR01NDhu3R0+1hu+HGTMDJTzNicb3ioeT78llh/vPe+LE\n+LDI5VVFC/RTU2evWJtAAFPRZf/AaBz1g3e5SnOQUtFZmwzRe8yqlqFHh3/c\nvyChOLGVUhkH+7KTmqk85pZ9kscvmUSdGZhnZkr3Gbg+wgjeSiZjSFKOBEgv\nIH09QSTYbzN7ljPJhNIC0HsAXtRxL8LdNl4se+7PFgRG0VdeyOehW6939aF8\nrfD+uDWw5JH9Ym6lR7fGbjcVgk8Ub1bavrIoK/agPR4Dc/lXcz7Saecbcnfw\n7Km1EjiUmdYXaLiQ932S+zD3NdpCkNQgwEdHn2d7dlZbhO44Zt+aEfKXGg9G\nE9sv\r\n=zHf0\r\n-----END PGP SIGNATURE-----\r\n","size":370186},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.4-alpha.20220120.2_1642705725051_0.9810130300710285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-20T19:08:58.819Z","contributors":[]},"2.2.4-alpha.20220125.3":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.4-alpha.20220125.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && rollup -c 2>&1","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && rollup -c 2>&1 && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && rollup -c 2>&1 && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-rollup-preprocessor":"^7.0.0","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","rollup":"^1.16.3","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.4-alpha.20220125.3","_integrity":"sha512-FdIPTYzGayC3TOJ4RegmkWeYE7u/U4bUpoEA5btbqdVMxJ7Ojatqsv7YH1mNtbqzkh4HAY36qw/AHZF14AzQDA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220125.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.4-alpha.20220125.3.tgz","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-FdIPTYzGayC3TOJ4RegmkWeYE7u/U4bUpoEA5btbqdVMxJ7Ojatqsv7YH1mNtbqzkh4HAY36qw/AHZF14AzQDA==","shasum":"0eb286ec2e16b6fb678a0e93767d390b6645ee02","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.4-alpha.20220125.3.tgz","fileCount":357,"unpackedSize":1755490,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh8EvmCRA9TVsSAnZWagAAfaYP/3Zx31U2v3t8mvNnhrTI\n4brXzyBCjoEzL90XVJwOUo6wsanXkXt/XxtGsuUU8v5Dw2hu2asD7ewKejl8\nKbNp7sjq8hpVtgBVP/KhC3ZfPZZAXsOi6murgEOehkSAtF8wZZNh+bZkfM06\nq2Kj6rp7h9ap8qX9ygxlWA+5VPnHPrSzHVY4m8SdrD0wTj3MLL85x+kKdQVd\noEpNQmmxlEHDoZgBd5OSedT95CHp5vZ+Pij0XAMExwwgwMmc9wmS+KMnqBpn\nhQVijqgRin3ZubFZxw+7FfYQF0YIXxN91wh6XGpSPCN+UNIKMSaxM17Mot8u\njwtzzP8b8vAFCaHPU9nqxLzee6E4Bif3NEiOMX7tX93cAk2uJ+cQMHzx9P7n\nDSPN5u9GrEN45Qt9LlwlHgixa55fSVVH91R4JSCTPIJ56Zv0GbRfyuyEqpZY\nIt0DruAafXFEXmrpxu8oRo1Bbv02pwU0C9RwYKqUpAfFjciroJf5k66ej8Wu\nGQJEYTn2Sx+41nKKrUTGHBlP/a0SET4dHFLljRMQvY/WsdaJY8PgQiawtrC3\n3rwZEYF2yeq3Oxb7XHtnHqRx3l4hNq/5geWIF2vOimOPsiLavo/gOT7Kf0JE\nMq6Kfzk4M/6TQQTva0TPIGwOmpv7IjtadTVUnoBtb2xZX1JDsKz9jj2i4nzM\ndrm/\r\n=MjAg\r\n-----END PGP SIGNATURE-----\r\n","size":370187},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.4-alpha.20220125.3_1643138022123_0.1239629119116985"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-01-25T19:13:54.767Z","contributors":[]},"2.2.5-alpha.20220210.2":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220210.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220210.2","_integrity":"sha512-ZZ700YWyj/aw8FhQM7gOTM4ZGsBBSxT4qj6czpQnEOCCLQWy8ePfUEA0CldfiUdfUblg7IW5DLPOIt6AkjfP8A==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220210.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220210.2.tgz","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"integrity":"sha512-ZZ700YWyj/aw8FhQM7gOTM4ZGsBBSxT4qj6czpQnEOCCLQWy8ePfUEA0CldfiUdfUblg7IW5DLPOIt6AkjfP8A==","shasum":"bce6b7b7f9b290a9bd538f465cb13e3cee20fddd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220210.2.tgz","fileCount":357,"unpackedSize":1756252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJiBWLxCRA9TVsSAnZWagAAJPUP/2ciMMZneHc23NmIZ2D/\nP0Lo8vE+XC3WqgIMvsBEdAwIDiX9OFQ43DMUd8o++aTpqHNrcYY0nwCj0e/p\na7tF6aSLn4bCCmsVMgE4AFFkzZAODQ9rIJhJaoCXf/Qkh3UXnjhiiPozTVuE\nPEmMeWGEsQcCjoMUaaRPIFVKE6M0zIT8trwICT4Q6L/6HgVYmX0Xnptjwzas\nB2brmhioXKgUriNNapo1c2hi5gE7xP7OtfobSS+YCaYeHq38PWEv73sJtJFT\nksm6CuOQTfBKlojLYDKrCvUdQz4ZmoJ4lxQMFirkAhqKHU0RmHzNN/74hphh\neENTaqEe5XrX5Lu6lGWbnOnvlh7FwUNMmnloplVqHNNhke/895Rr4XwoP5dO\nyuTtICJllMxKOcrw8ITY7m9CFok7ZXDGIvk/7LJUW2geE+H9P18qt3f9Obzk\nNZs5W39yb7kXx6kuVblAcQAF9zsWft6CuMhVXI9z6dNZ2bdD+utIeEMlH+54\n86bj3mbFu70EE3Jl+ZEKukKvwk+zrdzol06Cto2k66X9bh6D5E7r5BDFRgE5\nWie+KpG4LH+L1cwpJvHrbcGAu98omeZ0nI1uIPS/U6VK/CnrJnkfCNI4Z5ox\nre4TPBAZlUmzMOA8izmM5HUImWgYBXOnQqYkZqV7wrqtQE8C27dRk2BYpZgo\n3Z3K\r\n=/x0b\r\n-----END PGP SIGNATURE-----\r\n","size":370599},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220210.2_1644520177126_0.8914791024441207"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T19:09:49.943Z","contributors":[]},"2.2.5-alpha.20220307.7":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220307.7","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220307.7","_integrity":"sha512-g06Gl8Nlu4YZAnZj+OSZzUZ+SAZ+G2+vDyVlZhgxJ6M/0nuZWTkRoY8mge5VAxZIuna+mw7N0ZHvfX/yitoI0w==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220307.7.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220307.7.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-g06Gl8Nlu4YZAnZj+OSZzUZ+SAZ+G2+vDyVlZhgxJ6M/0nuZWTkRoY8mge5VAxZIuna+mw7N0ZHvfX/yitoI0w==","shasum":"c6f551b8830e8f4537df22d7419bc79e89dbee78","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220307.7.tgz","fileCount":357,"unpackedSize":1776764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJlkIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo2yg//XxOq2Bvs3JtquU+ON6I7Sykua8P1tSft6w0aMi9wFqkNv0Fq\r\nqTbYEaFK4wfcq/sZUiP2sUZfsNyeq27CjDr6CA5Aimstn1rs2Nj58dKXGRZ6\r\nD+uwXKm2k1MSh9n3MECZtseIMGtiF6fL/I1rVIF0VUSo5bmUMjtsHzPfrBt3\r\nuJTp+ac984AIpwDPeBAFdTtdfuNgrofBnYf3Ht4fz711KXxBtFr86v7AlVuC\r\nwOCP/c+m/+0marfprdU7Fzv/H0MmdjKUwU4WvolueJXvBat7duI5jbycwONb\r\ns4DrqP34zOU+JKBUl/Ql5NFZqPGJJk5KJFL/5u12W44/EYMisI+LXKnlSQZV\r\n1rxwgadD6/rCaAixoAx1a7RAtqJclRpuc9x+JxvSO7kVtVgx7FXsYHtYYIO+\r\nu9nT0vcOPfiJAzNiDXHLnPm9a4irstpHmtHe6+Uc9JEh8g1FZHe2CfdXKxbr\r\nfJSDhQmywExgCZ6+DUM8Me+KgRd1JZsaumV0NMN8hO0rL4PaM3pRRV4PEy6N\r\noCGs+UNeCyqhH5Bul4WvPDnjCqlk/sTFtudF6NRGZgND6kqENo5aLncBgVyk\r\nEp7jnJA5chwYF0QN9CBSlxBbeD2p8q9ebimpqZWq7dNSAapXNUcs5lwyCPRI\r\n2tBzB1fyvDzKxLE9LaF9ZEjEWteU5DWfIG8=\r\n=708D\r\n-----END PGP SIGNATURE-----\r\n","size":373504},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220307.7_1646680328205_0.888637941145801"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-07T19:12:18.786Z","contributors":[]},"2.2.5-alpha.20220309.5":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220309.5","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220309.5","_integrity":"sha512-M9P1B4V4fV+M0BAnNNg6HQ97piMGbnDbmzYyDPtBHz4tgz2lOtPYxZ8EVr2XLPjQd9nhu6rtDG2DgyLQ+0auvQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220309.5.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220309.5.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-M9P1B4V4fV+M0BAnNNg6HQ97piMGbnDbmzYyDPtBHz4tgz2lOtPYxZ8EVr2XLPjQd9nhu6rtDG2DgyLQ+0auvQ==","shasum":"a708608fd78645b0c44356aa4e3cdcccb46480bb","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220309.5.tgz","fileCount":357,"unpackedSize":1756252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKPz4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpb+g//aPZL5jebJc+e+UrA4o5wove6aSsw5Rg8gkGKUmF0qd9jQB0L\r\nxhHaIqjvO+M7Kr7ifg7NVLjwZCw0naGo/q0IcI2Yk33mPUVYPcmvpwaTMoHX\r\n8ogYmxNrBeNJcn4gLYHutxjP/vMmcCQciHmyka1xuoEoONTr0u87W5lzYNl1\r\nlCMC3k+q2jTtlX+LByJaqM0nKlE2xm38CIVVjSW/tSRcftKACOnP9ext2KhM\r\nLP5/aQbDe49XqY6M3wg+U1tIGbGgsMbs/Xe3BqFSAfwlKPSb0DC+U4teev+O\r\nLzSsaAz7QHPLph8TynI/paENaVXYZ6woNVgNEN7fxEbtJ2L/HVFRvmFabstM\r\npVZ+7bJUkJNDWqT/OWdnSU33GW03gLjTuHRozZ2mne9twpce/3cKfOiuKVHy\r\nFPT8JdD1vfVkbgBtVI07w9ehQJcxlUX9d3asX2HOzK7XIl07XdkWr8bSfiNq\r\nPDXxzR04XUJuHNsdmqY04XLaenSBzYDevGU2O0WElqpQu/6nKOXRCZAAOLz3\r\nYDnElHrVgxw0I5ilmQTFB6Vpx+h00ryyIV/ugDs1WplLNAB4Tk0Xcmp14z7Y\r\nd9VAf0vy+vdeNneJsYRZhasbmq4sOoG08Mhdz0ouS0dL0AZdkhHBaqUcZ9gK\r\nMKW86JAFQWbsmRHKanKr+QaqSFzVxASdgmY=\r\n=kyAQ\r\n-----END PGP SIGNATURE-----\r\n","size":370601},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220309.5_1646853367948_0.5247079453678241"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-09T19:16:18.911Z","contributors":[]},"2.2.5-alpha.20220310.3":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220310.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^10.2.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220310.3","_integrity":"sha512-t+NtO45yW/KnOZ0nfEDH9ZLcdyJKpotAaLmFJi3vY06pDbwM6GRSUtwzYLpLt2g3tjawkLrsZNTbzaGJy61+LA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220310.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220310.3.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-t+NtO45yW/KnOZ0nfEDH9ZLcdyJKpotAaLmFJi3vY06pDbwM6GRSUtwzYLpLt2g3tjawkLrsZNTbzaGJy61+LA==","shasum":"363c026b8c149ff7fa206fb098c2119278bfbb0d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220310.3.tgz","fileCount":357,"unpackedSize":1776764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiKk9gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrkWBAAnt9dfZrL8gdiFIQ9YZtP9N86vmYvAdVc0YXLmgqvvhgBup4V\r\ngtH9BwfnGkso76IpTJ3Gji1/zMP3bxfkqkfVXl73BoqB1Y2GcC1D/b8Vf0qK\r\nUcvGiZybyJG8b+lIo+ruDyh9dPpvs7Q4OEcnejDGP212woZ+sENNkpyY5Z3p\r\nV7lRBb67CKppeLDgkGFO1xtxNWFhQRdRgPLotqHfhvgkOZ2TCEChdilRzITG\r\n8xCAUl4Y1+YBM5kFDqkJ1i7T0yb90UBuVwTat95as9QlyTRKxJfcYFhzHHEM\r\nCgh5ifDZx7MnnmJEeNPwK2xUxfA37AAdUyi2sj0/JIGRE3ggAHbUZUUkLPct\r\nNDbSX324GUavQgi36fIKoxE7JzcpTl7GwBXqIN2dvlvPuihM14nBm23sJxZR\r\n1RJ5cXFs9vrHvRQbaCuUJSfbgEO6yI5WnhCAbSqXUerPDplsNK00jgSfQZGx\r\nljfeaADU7Vcj3Yz5Jm6i7emnHTtcRhmpJXHOvMdvMWuQj78/xYqiNMlxGlhf\r\n/k1lpov+krQa0rUh/2+WdYKLcPOCpAis9VzevHD0OBylRoC+WK66J7CpdEZR\r\nlLYQEXvbTKvYclh3n4SPOglFYIIYHCbAMI3GYCnFkoDI2Kbd5Qanx+Uo3QTO\r\nwdyl276aUbZoaraaxoHQm00AWchlbahNmNo=\r\n=XKNS\r\n-----END PGP SIGNATURE-----\r\n","size":373504},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220310.3_1646940000674_0.169766966632366"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-10T19:22:16.277Z","contributors":[]},"2.2.5-alpha.20220314.2":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220314.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220314.2","_integrity":"sha512-xX3FiFj5PNIyuB7tzBkitYjV0pJufX+eWf+eubdT38oLHSjrn037djqMlCGkQUz7O9k9xg9GkS9Nll7JCX/mdQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220314.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220314.2.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-xX3FiFj5PNIyuB7tzBkitYjV0pJufX+eWf+eubdT38oLHSjrn037djqMlCGkQUz7O9k9xg9GkS9Nll7JCX/mdQ==","shasum":"2771c672d325112ed67dc79fc6c963d3c4976f8a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220314.2.tgz","fileCount":357,"unpackedSize":1776764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiL4dDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpEpxAAifoPYFCfns8B7fCyagOBTAzF7PKllCmdjSHEQl7fEM/+jL6E\r\nG/M57A+JLeNIeYPqb0q6hKC6S7js4KEfPXd1op/5MIE9xoKp+UMS6ZjaFknj\r\nwJ21X2dCYMSOTmtVN4sHM0uP57bb9NTZHip1cTmWOG847ckN7mT8Yc11qnzp\r\n0uwDwMjrmign/6dUe/KySISLC5HfZcEX+koKrQmThfvTcB/oOQ5rrHebslu3\r\nxfUkn5P6FmVwxQPpebebETE520l8Wd4nIJZLhZim/lGx4aUndVdHd3UZjjqi\r\nPGVBxSWv8VXAn2IDwyY2cDpHFJMQUOU6k1Pwmv7oqKNdPOrRdHNYp5ntJdka\r\nOZ5vw1qq5JkMhPBThOzh7/HVo/NjSKnX6eEhMYcrtkV8OzNnLkrvfsbw+CWC\r\nIkq2DW5hg/3hx5NTwgbiyj4+LpLaLcOmRJumQtcJK6o4WXRdLrKBvEeDNa9B\r\nu7vT+rNMSobK9bbny7+6LNKx64VTkyBzjI23wVfW33HC6eSp/QW0pyYgL11w\r\nSDcKWHjUF7U97vDVU3G2mq4QovEIx/U/1nN7NfPGmmypZGL3B39Ga4dzLpZW\r\nwAxcSbxBWcOnVjmd2W8vyEMktVAfA/XpRw8br2tXAOntN5/Z51CcRUA2YGFi\r\nCTivv8fzpiKUAyQKdP07XrRdiP8rQhdI7dg=\r\n=UlRS\r\n-----END PGP SIGNATURE-----\r\n","size":373504},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220314.2_1647281987646_0.6071993815390158"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-14T18:19:59.157Z","contributors":[]},"2.2.5-alpha.20220315.1":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220315.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","babel-runtime":"^6.26.0","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220315.1","_integrity":"sha512-QsTbX6GJOJbjkDdUaYtAaQmfI6LzdNbLKNzb/U61bx8lvN3JleyMwCP5rGU4al0Qb1YBLgnV2dJtZ1M5ieEURg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220315.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220315.1.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-QsTbX6GJOJbjkDdUaYtAaQmfI6LzdNbLKNzb/U61bx8lvN3JleyMwCP5rGU4al0Qb1YBLgnV2dJtZ1M5ieEURg==","shasum":"23e972fb0eef1171a07a6205af48cd3368b72cbf","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220315.1.tgz","fileCount":357,"unpackedSize":1756252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMNf6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpcZA//fcGei4R4ZxID6CRcIKu/9LOP/IAZAFjbVfFLCx7rnJQGlEE8\r\nmm0CKgruA2PfFdwf4u1gezVNlG8F6HEXJZ0dEL2eVm6ABx1bQ9kdCFog3t7r\r\nYtT96QFNs6mv8gTyB5ABOU5K6uT/UTYOq9m7RYJHtPjJZ2HHy5lXkCno5G7I\r\nc/c7s5AAr2IKk46FUj6E7IjvOlbe9jdzwlUfx6KXoFlLfsEaqivbkQ9Kxu5H\r\nlelu9Y+DJO8gmfdWwrDIQZIFeIrHShzsHuIqQvMi+LfQEpgyXP5vo++tRb0h\r\na2oButdGU+Guj9KAbpKySWmv7cW0YsWQIVRt7YdZEeEyJXycbupTSshckWSB\r\nuDOJaYMa9DdWkSCQ6T4zVY1rZk9iMlOtLzA5DSOVi1FUmEb1lFEjZuc6AUEo\r\n/HrEumOXPW2zRPoFGZ6ZfUtc8ScEuC17Ldcwt32/810nEdPwfXPd/SBpHu4Q\r\nJfxquD1Lu8Ywj6DpidVMqgS5zgpq7u9E+3TOlt4sGLB4SOk41ORFGHR2+fFX\r\nH4+08UFG3cTDm1Fb7SvNnmor1xnG9hNd/9wqjPIZ41M3BoLf0eSQLY71U9RG\r\nxWO8RKV+gS2ooA9CnGQbpfpGMdZY3p+NUQAv6z2e1LCCc8Y6R5gNB3YhgaKR\r\n4sgs0/J+O+2kc/NMfbWIM55rOPGX6WsiT6M=\r\n=Znsc\r\n-----END PGP SIGNATURE-----\r\n","size":370602},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220315.1_1647368186539_0.041477718153114296"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-15T18:16:37.355Z","contributors":[]},"2.2.5-alpha.20220317.2":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220317.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220317.2","_integrity":"sha512-5ofd7+IDj1HGUGdt1MEZSAteGCvo56Qmdgaa1eBeANrQrFTI+RSxFNWcSn60zE9zz1R9pl45iWLHM5mxvWmpMA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220317.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220317.2.tgz","_nodeVersion":"16.14.0","_npmVersion":"8.3.1","dist":{"integrity":"sha512-5ofd7+IDj1HGUGdt1MEZSAteGCvo56Qmdgaa1eBeANrQrFTI+RSxFNWcSn60zE9zz1R9pl45iWLHM5mxvWmpMA==","shasum":"f83683a5e4ca2b5bbb515d14607b04b7ae7d5f29","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220317.2.tgz","fileCount":357,"unpackedSize":1756220,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiM3lzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqiiBAAn0TZ+G2vanIiHs4n+/NaDAg00XRtARvIA/kjcWl1doBBGzP7\r\nylI+o0EK5D3/3U4KzrIsxG9goLVljIAIUMHjgqyWzp5GpNP5l/PB56CGw7L8\r\n/XqGbb0O/YyMvMunKq1SwFo9uqWUAlTQY19IOKsUQh1N1J8i1jAc2SROmlEz\r\nBw+/6LPbF9Ge/cG9ZclpB1YfXp7N7RGkZhyU2oEtYQPJnqkFj4F9vB+DfeFq\r\nbb/dUtDAfdqqLC5r04BzwCf/uwXZ1PAGxgkVcRdm9MCjfRl3Dt0sT7UQKTXh\r\nJN/Ahj8FS+oRfosaNZVOe12C9uwGm/B2b2NhMjIsTYsOXeCYimDb3Q99oHMD\r\nWWJxgEJVOkCxDjwiVki8TpLUK23mvcQNhBmiLKDxug3PLafKWmw2WHkHcEiD\r\nNwERKqKbPJ/BvIP6NotJe3ZP+w8o+amUlfIeyk22ko4pfjkwUM0bTGJumlLE\r\nJdsNn4aLT5pSDmdfimKfLxGSFATXeiVtR6bSKk4mIksKBYhWS0hnWNsyG9Rc\r\nlh4/PiHJ0XdzNQbNv13tY72XdmBLQT5LLv/Ny5SXNn2xcD1nW4xqiDSOXSCS\r\n0r9DH8pX6wTOAVmTFY4wKxvyVRgt7xu7N+REhokHBZd3cAyL/rrz2r3ESqJQ\r\nvcuc5ZtZbUhxmDYE6b2Vz53jUWWTiA4mZoA=\r\n=tvMd\r\n-----END PGP SIGNATURE-----\r\n","size":370586},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220317.2_1647540595004_0.9824444224068256"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-17T18:12:45.671Z","contributors":[]},"2.2.5-alpha.20220322.1":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220322.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220322.1","_integrity":"sha512-MJN+H7sJwuTI8/Z+N4HEN1J/NHwvrt1RH/7nH7rv6oqnfDz6T2fKLRpfsecy+x4nnv3mSC/RtTiGBU7LKdR1Ew==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220322.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220322.1.tgz","_nodeVersion":"16.14.1","_npmVersion":"8.5.0","dist":{"integrity":"sha512-MJN+H7sJwuTI8/Z+N4HEN1J/NHwvrt1RH/7nH7rv6oqnfDz6T2fKLRpfsecy+x4nnv3mSC/RtTiGBU7LKdR1Ew==","shasum":"4948d73e9721dd0c5575e4c18bd81daeff6c33f3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220322.1.tgz","fileCount":357,"unpackedSize":1776732,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOhHxACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrCkg/9H8VLMHlvbnyGWuH93TsSnIfuY3fgtvJrxhM2fvrQIGEZquqr\r\n4CZ9WmUlMDopBUM9dG5mYK2oJI9zBjke36kvWr8T3WP9E6yq1e8NtXIIZJaq\r\nX/VcItX8m+lhMXh5ORdkU/5rsDbXoe4ynLZXNP6YQ9tc/cqOHOFVX/l90vPr\r\nsTnC+NiNU4fL8/9cEwE4DhLRt4OHVOsnIY64tBodqwXbcp4RRMixu42znKsl\r\ns2anTTz3cuOmuUJhXHhXQtY2BSs/q+SBpgdiL38+jm5Xp+d3oy2l8tmzAddo\r\nIKBu6o/Y+NMVhx5Fzgd53G0QwuP03tsMldMAoc5Mfc6A+zfUHp+j8podcU0t\r\noZfr5I4Wfzwdt9l3AixbyLk7xhQnl1sdgZn6IbF9XcPTFXCFcQq7GgrIpyqa\r\n5TAYiHdx4Qa/EbEbdTdNs3FcnEyfhd3hQYur7q07SmWI0/yWRsUcBCkV63Zt\r\nltkg96Qyw+JIkFoPWru1EB5ozYHA41l0jlzDWFHdaMIVTDDk+GZ7BFTaHMtn\r\nDzkbBuj/NZUu8TW1ojXZfQUIDG6BlzeS9wmmpUkodOxaB3AmZAFNYQ1AtBNL\r\n+zQQIX0Gk7QYrY8vNImlbmYhEAvwdScG/ROTNpTR9F4SNY2v0C6GmaFcgJlC\r\nk243eg9VJ5ZKSnNi95f9MmFqMvtDwGnBvNU=\r\n=zx33\r\n-----END PGP SIGNATURE-----\r\n","size":373491},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220322.1_1647972849678_0.21733551425173525"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-22T18:14:19.869Z","contributors":[]},"2.2.5-alpha.20220401.10":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220401.10","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220401.10","_integrity":"sha512-TOytU9EFQeed21s3p/po9iL/HZakFnVQSjNkJdm9vfYP+9WyzBxiN+LFueGJt7a13GC7XWTXGQNDOU4Q7KgFfQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220401.10.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220401.10.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-TOytU9EFQeed21s3p/po9iL/HZakFnVQSjNkJdm9vfYP+9WyzBxiN+LFueGJt7a13GC7XWTXGQNDOU4Q7KgFfQ==","shasum":"a6544a00d2404d278f48aba6d73308fc6aa2b606","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220401.10.tgz","fileCount":357,"unpackedSize":1778385,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICtn+dLRhgUXPA6B6+FUsJlaf0ZPrGH26wjEa8mLUzyCAiAqQErKaXL98jd58Z2tsxxqeZtFVzKP8WFAvvi7gYribA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiR2+rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoHyA//UavfhQOidh/U58iQUgWVgc2A9t6IcckMU8HGKMtYIXtbJmwr\r\n7QQc48VlaIaOY8+9e4w8Y1t8Fn7Ezn+ahEqZGCGFoz9QiC7f4ZPKHZmAYLKi\r\n4MXZ6ymx/ymG0zgG38X8v02PQe3X+DmEiaro/cMthNRPs1T7fyzsRp1+BcRv\r\nvRZjjBc8gEXof5Hooqrwn0Ufhom1spyhmTRsijwVmS7aj602FeFRfAGXyx+a\r\nkG14rGR6mscDC0o58tei+Pb4erjeqWtPnxysuMjFBCdEnunda/UG30+8BXqn\r\ns0bEdQn22nPag36dcFjLhGmEjHftsIqTqpiRGcdnh0mFZI5BfJ2HBfcLTXBi\r\nc/8SdZL8wyf9npq6L87keEb+oVD9mEjhQaRlxUXpLtWVGl578MqBUcGmNmj7\r\nq0eqBD7KWDuX6NIUplXimckaNZsiYIX0dwZhAtOVwCTgvVRECtiN3R1HPd4h\r\nUn90nXwDajIzN5mDFD5W0Y+iYzvr6jqEKcNkesiW0Znxrmojwv6BRVBrhkS7\r\nlDVHeHHJW11Ga6WLxRcuLr9UCeS7XIgBP01wv21gXSv9Rtq6qfY1m5uw2sWb\r\neweskZlr3S3P1UM76Jir0xTNEXRd3tygH9j1ZPm3CiG/2GnFmuZFaTOWAbRG\r\nMUd4wLLodISsmlTYeKMCP24EqazHBDWUajo=\r\n=aTXW\r\n-----END PGP SIGNATURE-----\r\n","size":373881},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220401.10_1648848810602_0.03670852957090309"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-01T21:33:41.752Z","contributors":[]},"2.2.5-alpha.20220406.3":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220406.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220406.3","_integrity":"sha512-czv74LfZEuuEYXEaE2loh3zJHflPUrt78CK/6Rtrxm8n7oF0bNgPVJWXrTpMxg6J+WMM+uGfbKtQosyLcsvmxA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220406.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220406.3.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-czv74LfZEuuEYXEaE2loh3zJHflPUrt78CK/6Rtrxm8n7oF0bNgPVJWXrTpMxg6J+WMM+uGfbKtQosyLcsvmxA==","shasum":"22b82ad5a377a9cd8f29f49d93aa297ef4948c5c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220406.3.tgz","fileCount":357,"unpackedSize":1757872,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDkspVi/D6qfxGgdBpG3jg4K68ljueROBLRCEdqHKwvaAiEAyndUp53hqoTWuLm6306BXFg1dVpBZtVRyedSlWtsKq8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTdjLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoReRAAkvo+QwLJF39UbhqOaL2BR1KxDZxGd+duOlv/36zvtsLGpTvJ\r\n5N610AS4OCq8ImiHnrYlzearoGz/TbDGMzNLfLZfZjdy6GP3ABPwprkHohta\r\nKZOzN5/6PyVHaIXkHl+drnrLXDU7UpZU147TG/f07K3oy2oP3LuRGFValExZ\r\ncjTAjlpc2fUwAo7DYFDgioXGcdd+BZS44iiNWFZ6ScebyQffhbRL18x6LLGS\r\nkzMCIdvTX9wVxAH5H+zHV7jrkq9Lc2vbm+PC+qOj8QEXZgLNJh8WwVHL0ft/\r\n45mkwmgbylvPbpWv81c8qz4k7ggti7eaWaEE3DQLN90efzM/669fqtRuyU+9\r\nlsxRXPBLRB5WwgpwmC4qa+7uwC1Y6lqi9eKvOHbno9V3n7rWZr9qaYmTvu4i\r\njqH9M0TGh8OwVK1oif0lOos2QZHuQf6oLOgu03uDL+tuM6xJQfeUt9PRyVJ7\r\n4qaZ5dVnj9oWgSBWbAV8MEVewsBPtY/4ijGKuSeF8dZ4Blbd2sjW1pqoHHKY\r\nyH+0xfvWKYOKeifXZ7Lc5LG7PIlV56DWPQQrAHZ4KeYp11VunXRRLaSAht1E\r\nry4RSUJiU696uEHImGHKgGvTgr/p7cUE9nuV3aZ91cXKktsEECmDUxlc1TCL\r\nMcsVz0A9FIbupt0QuEaWfR045DKQ4J3yAAs=\r\n=wtqh\r\n-----END PGP SIGNATURE-----\r\n","size":370969},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220406.3_1649268938986_0.9672474572826282"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-06T22:35:59.342Z","contributors":[]},"2.2.5-alpha.20220415.2":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220415.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js","./dist-esm/src/util/url.js":"./dist-esm/src/util/url.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220415.2","_integrity":"sha512-I+IdHbT53O26l56YSYfWBNBMW0fnjAOe4Bu0vYLftvaPlNKsdlNfQGX/NlNn5sEA2H6fMhxNX5N8uH3yu20P9Q==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220415.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220415.2.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-I+IdHbT53O26l56YSYfWBNBMW0fnjAOe4Bu0vYLftvaPlNKsdlNfQGX/NlNn5sEA2H6fMhxNX5N8uH3yu20P9Q==","shasum":"8a4243fb4d7163bfc6891d7839a06e05f8ccfd96","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220415.2.tgz","fileCount":362,"unpackedSize":1781216,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC+j6Av8NHunMaTCuUfcoNdrkr5y/NJp/zUr/aM36EVHwIgW/KD5tFNfnZPHNLcN/bYzs2pat2OEfIqVfF3XcltCHY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWbdeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoeiA/+MbSxJrkweNjKYNdF2QIN3tRd/YHAUfRYGm0+GKl4SS/i5cCG\r\nPmCQRh3NJuWLXLuK1UsViNtajP5SvmLIYqTivdrnZxC6D9U8VQIDI6YB6jv3\r\nGr9wo18JQdjYjHlKAO5ZkPV+8rCmJY647qJnlK0+96/uEG6EOV8YuYswuc7H\r\n44892AIXyACsOiPheKPRvt7Zlkzrd/6KpCtJdJxcK6c2ahbDZ6Mrn5+6+6Rn\r\noudb9GijKf0ek5QHlbZSgob4c7+F74VYFwm9w/BhK16rHvjObtuQ3z/GVFvm\r\nW9iz8X86x9ncvOdT9Aqr3EfgDM84CJzrdj99hmeZKeoI28qiV9D56x3cLL77\r\nC12D/M+U6+3rDWhFa5bxobGgcCKCS0Tbde148Y7o2R18uBXk/2JcDmb3Q2hQ\r\n3bwU6NYgtR0ovUFQr/8c/VcQ7VCNZtksK+0R+9vnx1l7ccOv35+6jc3yaaLe\r\n3UA6MKHQ2qhRhg3eyZhvaZxz5tfD7VYj4r2Xfh72nphx8fc657EbizJtWVDx\r\n2etE1waMMepCDaEIH16sC5BYVdKcT6oP/4rnrYEy5g3G8VVEbG76GKOyWolC\r\nLVgpmFlbN7bd6Ll9ie+NXmLmG9j+i/UF7qBwEfI/jAVx8CtHnEwHErg6jRZ+\r\noL60N8eNSgVGCHLiPIp/wNamqHm/TGi3NAI=\r\n=ZyLP\r\n-----END PGP SIGNATURE-----\r\n","size":374377},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220415.2_1650046814512_0.29967319063312714"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-15T18:20:26.898Z","contributors":[]},"2.2.5-alpha.20220419.4":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220419.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220419.4","_integrity":"sha512-LDAZ4ybkFRHdoN+/L4d14YobhNZGGA/a3kBiI7BI7UjAs0QcqWj6ySwnRulXgI5JYfCJBTky9vzk1QqMgprUgg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220419.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220419.4.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-LDAZ4ybkFRHdoN+/L4d14YobhNZGGA/a3kBiI7BI7UjAs0QcqWj6ySwnRulXgI5JYfCJBTky9vzk1QqMgprUgg==","shasum":"ad41827052b576ff7b4c78de74952b3cf9bfa632","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220419.4.tgz","fileCount":352,"unpackedSize":1778778,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLhej5T6WfuMmr4JY+9zVqo6Ew8eJtNHxRnXGeA3dXsQIhAJTLGqy5tlyZlZan9yomxoSdEym2OyQ5bklpamh1IjVS"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXv0RACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq56hAAisnGnP4pewJCnUpYLtScyNairm7ZhSIbAiptfHrixAwuhmn1\r\nPJM7S9igL836RDCKQEHBJ23gdlRhU7YDcmkvgnJgZY/acIrjDJ1kChtv+v8e\r\nLbi8i+NoIMiOWqLgZWUmC1I/JkxEnSP+IlYWasVzohMY1ZuHGN5Bu1TbnBj9\r\nJfILBW1BtICGmc/pMqJmTomF8D9FwDqrtSBwOyla/8vPpziN9QWssxH48T3g\r\n+W1T6JPOil87vvKpl6y6hfxLgQaaPP9J8XGr1hhJxe+ebXpGYBwYFKdLON71\r\n2Fhw1B6ZKG7jg+mXr4eVYnpF4yBFevK3GLERJRg4vNmCLS0c3639Ql+uAAl5\r\nv4OvVP16ZwQsbqTrskSRqGiky0YgYZBsaOsAID97b+xPiIlqhIeCWS1aSoRL\r\nhKo7p+2FiON6TkuBLh1gj413Gi7riWBeuftKKYir/qqft0ugNNUjHH0yIFWG\r\n6iX5PsfgCLnQmbmLiWgogKoj+nXv2F+ACGj88k4ZoY+WnRYp4b+edEin8jfv\r\ncxzSBEUl+HTekDLfdL24j6i+RphHqzzPokL78X9sgu+0eGiQ9pcRXnnTFlm5\r\nSWKV5WEEzMc03KJ5TzZ1dRkEesC6vQLfCwhSzzIJT7yM5bECPS0uRcspsHFN\r\noMgvGEjQPDho+8He+vA1gCt+CblVafZZrYA=\r\n=R5Yj\r\n-----END PGP SIGNATURE-----\r\n","size":373591},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220419.4_1650392337546_0.7586549139665928"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-19T18:21:55.136Z","contributors":[]},"2.2.5-alpha.20220420.2":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220420.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"^7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220420.2","_integrity":"sha512-/T6lktiN8ByQrKGXz19fZMj3VZtEnnes6be69y54ltsJMmAwfcTYeFVxIHGWBgVyv2BCs3KmpisHUGH0iiJ7tA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220420.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220420.2.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-/T6lktiN8ByQrKGXz19fZMj3VZtEnnes6be69y54ltsJMmAwfcTYeFVxIHGWBgVyv2BCs3KmpisHUGH0iiJ7tA==","shasum":"3cb3f23d4ea271c38eac72880e1c65cb68ea5e74","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220420.2.tgz","fileCount":352,"unpackedSize":1779124,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD1IUopy+h2wX7FLzyWIuhdgQsiRS8qOw7iJecM1eLUyQIhALE4vtzIEg3tD8RGL+ZeIxV+k26ORfnFGlERRwjtB9NE"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYE5PACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp+zQ/8D0eSE6XPxl+HCrVHv1yT9AntnMM1kUxb5YJkdRTEf7PAm+QJ\r\n1gMuCXBDR+n3nB6FksJvX0XYcWoEOpDeksYq7ont6WAvkUQ3D1HcEC7V8J3F\r\nQyk4dbzTXw1wfEfNvYrEDW8akztA0vFngGPxsKoeKbujIZplMpXgxNzs3wEa\r\nB8A+aP26f1+JQ27WP/VNd5TNUW9G21/LL891/DAkfSwf/lB8uWHdla6PxD7K\r\nSUx9MDMLBQ4m+mKz3+QKiyq766OdoXrOPn8pnc6Po/y6rlSR3eu1OuKk2C0q\r\nQL+socIsl00Jzg7GMNO+QxeoUV02vckZe9RDwaDtqzctiGle7gR3m5KV6lL8\r\nHHnXL3xV413YLv8UhH+dxSwz4uEcJHVaG+p/fEnkYoskvs7SEyazqDHiAOGQ\r\ni9tl1dCEUl7B//X8hoJpv/lx/Xgi1RgGUbzTj4tmo6SB/4KxdmR0avCG/Uau\r\nEjpX/0LY1GOZQyVA5AXJFrvGVE+bekFtTB8F6E4erFYp1pOqxwKkH0ze/z4r\r\nx9Kz2nN9KEAajTiUaXdXw2+gZ4V40nd0LDKEikRFP1CLh/FVbCVYvQfl4cwL\r\nWpiM9M1avw5HMF37cdFNHS09ke64av3XWahSL3Os/RFEnxrXLkyzqtsOr3tM\r\n6tNqI1BFURYcfhZ+pHgyK+FobdqwSnMaahI=\r\n=xZl1\r\n-----END PGP SIGNATURE-----\r\n","size":373713},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220420.2_1650478671642_0.7068214433367737"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-20T18:18:02.606Z","contributors":[]},"2.2.5-alpha.20220421.2":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220421.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220421.2","_integrity":"sha512-isoKUzPupYeUShEyIBdgw1oMEDNd1lVTzABS9c7CIRGm96LhO9gE6pMq0XtKvH311kCpkZWlQtfxxOgQwQrOaQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220421.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220421.2.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-isoKUzPupYeUShEyIBdgw1oMEDNd1lVTzABS9c7CIRGm96LhO9gE6pMq0XtKvH311kCpkZWlQtfxxOgQwQrOaQ==","shasum":"5abd0c6570a67cb9bd405c3f2d25b3cd79f1c49f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220421.2.tgz","fileCount":352,"unpackedSize":1779123,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCBIP5crTnWH8BQQEIf/9+FB/JOTD+d6YIwcE6KH7h5IAIhAPjjvnxQBgnr2uIdP6WAgnTcn2JyGfq9wFsdqkWZ835p"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYaBWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXgQ//ddQ2rkbSCjb3v18mwZRfh0TNSEpQbJomHFz0k3KoXF/ATZ22\r\n71iq6jNTtnvGNIFDp1Z4Rej0B+beh8QGuyMrUSgl0LB0tQL79Iat/zmcHSo2\r\nTIUk4R+vgmlbfMuDkczIBsx9ulnKHh+TYtfvjs6SUVzWCTCFgFoxcCSruo7b\r\nvoCefTutu5nj1Zx2Ysy53q+Y8e6oRPnzBfT5EW02wlQHKV8Mre+hmR+F1uJj\r\nqeJ0qe+bMuvwJvVh7o5kEMwrFWzWIkjTyHXLxMJZuGtTQyxhdK6j0AcMjO/3\r\npTsLBjzzVmkrFI1JYUG2K7vYGxYgfztb+hwbdAeK9w6EAs0PafBniN52LE8w\r\nfB7HEm0m8Hq01YOLRQGycBKI/wFCi7SNmAsd880yYpH7gIx1bRtbc2pkVqLN\r\nbV1qbPbPSONvqeqiDl54ue2pUPOqTQruIwWAa7f7K/nyBRbEGhRM4GL5nlDz\r\n0u9zUcXsZhT5I2pjYRuVC6e8mCZ7TaLRklFGZlsOTKnZmxqY1cCU6k3ix7bG\r\nITcCNaIywabOI2RNsXxbgP/DynR7+9vRNtAZL18154iM5c6S1p01LjfLtopU\r\nDPxpGiRMXE2v2gUfBJF2No/+nHzNAPV+sMA2lQGEM42gd1mVCWK12M5JUSPD\r\nH2kYwoxkXZNjF6Nm++twVEiNVS8OEwNZDr8=\r\n=onsI\r\n-----END PGP SIGNATURE-----\r\n","size":373714},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220421.2_1650565206192_0.002697801691676105"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-21T18:24:01.104Z","contributors":[]},"2.2.5-alpha.20220422.1":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220422.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.3","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220422.1","_integrity":"sha512-dfzcuegiXDXsc0hfgSFt20SZFVFqcLTCsihzfqeYpwxmhoDYRoQYBBKpQr/x9vpZUiWeNEAfKTka8XuOw9c/KA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220422.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220422.1.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-dfzcuegiXDXsc0hfgSFt20SZFVFqcLTCsihzfqeYpwxmhoDYRoQYBBKpQr/x9vpZUiWeNEAfKTka8XuOw9c/KA==","shasum":"6fef3958fed2313c1c3c33effc96137970e3f792","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220422.1.tgz","fileCount":352,"unpackedSize":1779062,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAkNI1JSeQ7kLfvWh4wvduythulWnFcKBajNhDGf7f6AAiAq6sNouzy58T/L94wh1TiJwJVQG8/sIm+7uwbED6X0ng=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYvCtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqwng//UYaG7OF6UysVtbxSaCf8DBe8fNe9i6lhcUkYmoHSZTY5tOxb\r\nqTvg+Wt4nudBQLsA8xJCV+ttvca/YCAFIky6QqWYzA0AQQSk+zA9oA54yPTT\r\nMncpNR/Mv/BQtCKTW9ehUGqHzzmDk49ZcmL+FGyTSZQSM5dJ8XrTuHWFvUMe\r\nUvZ2ko7dv+pz/jYPX6EaT43zMPkaYdmFf2NgCElA3Wlcxo8+IF1txTQsbGsY\r\nGsPWER8ct+aK9OvxQb+bI80qmUzZ65jkeoBB+or8dDM9C0ephNGP0OCy1y9x\r\nBpWK1yVtj44SK8HI31xDYsv1cvFdNfBce8hX3NTONh/lX/MDt/jCRQ6tHhNI\r\nQv5XcckuAWYIRxxcwpNOx+UwyDOgv0GAoPzRyPS9hmWlE7HEepJRNmyYhE5R\r\nfRG0vMBftpwgOXoMFshoXkSgIgCFhpEkNUOQlG9pymtYGfpip1R/YDpvmN8W\r\nmuz4g/jAGnzqfZE8hwGiVDWiEd/DIwQ2E7vbKlDO1TJjDsrEYt9I+dVknuoP\r\n37H/uc49atJl+jpIZo1uvppl80A2uaffGJ1Dnp5Ip6278J0d2HJntudnsJWi\r\n0L3cXj1Dzgwvpkk+V+gYRFdDYLuZTvOo1lk6U7UFgbhwtXds6UVTMNJGCyFW\r\n0EMkP8NOGzjIp/bmA6FgfZq87PToTjY1gVk=\r\n=IjYD\r\n-----END PGP SIGNATURE-----\r\n","size":373712},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220422.1_1650651309474_0.8146152934283715"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-22T18:15:21.575Z","contributors":[]},"2.2.5-alpha.20220429.2":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"2.2.5-alpha.20220429.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5-alpha.20220429.2","_integrity":"sha512-JTMlx8Fb/FJDg7pkiRenRhkR8n8jv9XCvkbpzS4Ca0+mfNUbU45/LJwJs4ONd9CVONBc7VMdoWZB8jJtUaRg3A==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220429.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220429.2.tgz","_nodeVersion":"16.14.2","_npmVersion":"8.5.0","dist":{"integrity":"sha512-JTMlx8Fb/FJDg7pkiRenRhkR8n8jv9XCvkbpzS4Ca0+mfNUbU45/LJwJs4ONd9CVONBc7VMdoWZB8jJtUaRg3A==","shasum":"b7b3275f72b0bc694b4196d8d91e8ef0f5dfdf70","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220429.2.tgz","fileCount":352,"unpackedSize":1779256,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCICdFdU/BFcK8oqubrd1dBrE8OWvNvyflOF8ROQU7YX0hAiA89yH98Clpw2lCaugodD6mukX4/VUs8+jw1IVdIb7FKg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJibCvQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqn0g//XkxnPUfx1r+7V4X9Um7iaPHPP3UB5MdFvNvmjgG+3u8ag779\r\nS0RWgOIJftGtpHekPfgZY83VzCPiwFPb1xHC8XMsTVmmm2PKGUr8Vfs/iBEC\r\nXilDu0k3CaHEqjcyg1nYVfZ1hKEyXrT9bHlioRv5IGNnIC89gekgi8YeHDKH\r\nv57i2laYoaDDKAS/td9QOyNFVnSp5NqQVxc6W2peBx2s/+j2Ef4MrT0Tnj6V\r\n8euUkXM5m6ivIojQxehuQjF/w6GKf8A6FCS+YQ4AJbEsMcDVfQOWZtyE4DYw\r\nqx6+8WsTCe97czSGCtoSPuekGG+wu/cTYMS1jkvX8z6RD3/Qj57atcol6+z1\r\nx0Lkh5j5FMnQuqSytU7Rs9s8TzMZIAb/Y6fgw+vsfquJNjOBxteeANaiRSlw\r\nI++5mWA/Q8lx8tH9ruFuPaJE4UWe4xhjSDFJ/Z3ogOtBo1m0ML4HUWxQ9qBV\r\n2tApTZgS7MMKQu2wtm5mF5iYgpPxAYF8kyJOztokZwDFUwGpxykbHfawYcCz\r\n9xMU5Kqtqv78WACq59M6uYnyYpaKXpFPFw9579hZ/TY/kkSx9HZnOB6Hk5UT\r\nZ1voNF92fJ22dEE2QKfG0KcLN0HLG6HHKh2F0OeqqBIZtGDrhGwpfDIjUiha\r\n6YHKygaC3xuRnjIiaSWUtCOH4lyFJnYsHZA=\r\n=bhWb\r\n-----END PGP SIGNATURE-----\r\n","size":373794},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220429.2_1651256272538_0.8336448734901725"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-29T18:23:17.728Z","contributors":[]},"2.2.5-alpha.20220505.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.5-alpha.20220505.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.5-alpha.20220505.3","_integrity":"sha512-THbqh5od1mqlwf36x4Z0T3LeIuXzBwhQH3JDWM58/Cfs8zK9CHDIEcWv2f86C0P43hJCqpQu0EIhUEVJqtaPCA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220505.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5-alpha.20220505.3.tgz","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-THbqh5od1mqlwf36x4Z0T3LeIuXzBwhQH3JDWM58/Cfs8zK9CHDIEcWv2f86C0P43hJCqpQu0EIhUEVJqtaPCA==","shasum":"b2ff141caa838d2942d71ba078bca48e957b09bd","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5-alpha.20220505.3.tgz","fileCount":352,"unpackedSize":1779195,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDetjYYUgyAG1DIpyQyQTbQjPd1QEpp8g+3F2AkBLYv7AiAFlGmxxTVraIkeFj7I/UXQxNzPNe4aZTul2Q3uKrAzgw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidBOmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrhKA//acG426G8GBBAHv+HMTEhZhLTCjRiFaH5tecl+zjxixfqhSiL\r\nWxTlu6Jp7jLmMKsyCmtJpByovkARrTuyvEc0PAP9hP4fgwXayYxHY0dcm49Y\r\nGMmjR7Kk8Ie9M0T1diBv2QRu+k/67Bs8OtGsg4TzILkhWE0fGgnAMEOxHjpe\r\nPcetBt1po50DQ201FaEdCMrlVxzzV25oxNncsmXfAAmYiId3HUGUJfOo8hRt\r\nEUozuiAG9yjF0npeOw3GnNfjzqcVhfKXl1dkN74SsMhrUqO1BW++5NQiFbhI\r\nrnNu0fYXdNicg+RuO5U1LyDbc0hhnNLy0bHj/EuM6watvuu3QSfbgcQsY6h/\r\nJakHN6gj7M82JnzQxZNE6rAIU/dPEDxIz96WYlf+F2DBzWcEnAeGKu7qvJeA\r\nflQ1DlVqiy7K7/hwPK1Bs5rvokvZUQlSS83vV5WeEms67ohjZPX0JP/O/veF\r\n6Ob+qhZhuXr7Hu+nAvP/AYEnakkQEki4pIyY/oapvojB4dOGDBureQirtNUS\r\nsdhONGkvUYik9zO21GK198HRa/MuhffGHJP6T/C33RDJRkpSNMn0ChecLWJ4\r\nIo0MdzLFL5LZviWYYVdYVEzb24QaPPPmYVYXfki8unKSKjEqBIM5x7qLzV1l\r\nPpgkmOoL0WywCyBHDqd8Nake2pS1J07W3yo=\r\n=u1KW\r\n-----END PGP SIGNATURE-----\r\n","size":373776},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5-alpha.20220505.3_1651774373819_0.63002164436914"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T18:29:53.576Z","contributors":[]},"2.2.5":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.5","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.5","_integrity":"sha512-kctMqSQ6zfnlFpuYzfUKadeTyOQYbIQ+3Rj7dzVC3Dk1dOnHroTwR9hLYKX8/n85iJpkyaksaXpuh5L7GJRYuQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.5.tgz","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-kctMqSQ6zfnlFpuYzfUKadeTyOQYbIQ+3Rj7dzVC3Dk1dOnHroTwR9hLYKX8/n85iJpkyaksaXpuh5L7GJRYuQ==","shasum":"e8cf8345d4a7f0ee7c8304a300c43d2df992ddbe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.5.tgz","fileCount":352,"unpackedSize":1779138,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsH5f7RB8ungAlWto6JHAPeX/MuxJClY/a8JY1S19h9AIhAM6Hn8Q18MkG4XMlwxiKw6ywE/p1GY+cOlYBscxdHo4L"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidBO2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr17w/7Bziugbv14S3TTZ3n0dqWxgKJ05Yllom/uukJX8T0yOC1LRr5\r\nlTrUVOveky5IgZzOwpJaQY3V6a/BCSGynvJwDdke0axnFbaFfrwnvrItHaNe\r\n+MlIj7VdNroz6jXYTsHXi94Ca8lIn7HUrcdFSa+FRjuMzYrgA35U6jX1LeAo\r\nxzzF0HqguTjYEyi1UbxgLo+yaOfa4DOlAi+9ecJp50FfrF+4IFlsVRNlpIel\r\ncHzNiiddgJLxJEjCrCrP5thEYLph5BHiQ9lhU1mFyn1XOkZobLRPFIg2RSzu\r\nETjyJg9Gf7qTIfQjGph9xVWRfQ5FGXrLlu4ItTbiGVfzoKRwe2xNWv8d9qoy\r\nAkaT3IUqDFZYS2YbZAs9mW/yaHpKSc5JKVPkVbAHRPaeeWXb32PDxZM8axJ/\r\nwqdQGgT88s0Rg0dXp6qtru2Ut0MMLmDgmlHgIKNI+8o2m4XfEVHEOA3ybcWA\r\nJq8VCqy2YuxZ+KL1juLuebEIPcKlQbViPDXlZ02sK+LPNi8XawUpEl6QuZwe\r\nDY8dzc0yOavROg0IfMuhBro3GWpVdHrwgXNPEbqWtaZw8kcTiY59c/3aY3O+\r\n68mvMyXHmPDzHEbo7QabVn9vvV+IlWoDHbsynxdvdSblduQ3cYpWhEdxym0c\r\nJZ1RfHLVMrpX1YxehwX7ccjpLKtd7S3H7xc=\r\n=PGnV\r\n-----END PGP SIGNATURE-----\r\n","size":373741},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.5_1651774390075_0.4375127178010725"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-05T18:29:54.779Z","contributors":[]},"2.2.6-alpha.20220506.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.6-alpha.20220506.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/glob":"^7.1.1","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","glob":"^7.1.2","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^13.5.1","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.6-alpha.20220506.2","_integrity":"sha512-0liNSU4FUegYikZiUPpnng4VlRYD91IOhHZDQHh0m079SHBV63lzS1TL7RND1MZlHNso1Z20IKdsdLRI9Ny+jg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220506.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220506.2.tgz","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-0liNSU4FUegYikZiUPpnng4VlRYD91IOhHZDQHh0m079SHBV63lzS1TL7RND1MZlHNso1Z20IKdsdLRI9Ny+jg==","shasum":"2afdef697ffb2949fd72c64cc212d9ce074ece46","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.6-alpha.20220506.2.tgz","fileCount":352,"unpackedSize":1779295,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBqiLxA/DEoF10YPWIJyETFO6OnjGoNW/B+v2BHwh3wgAiBqTG+3JuMVTs/BH670X/osLSZEMi2lDDyO+sD26oq5zw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJidWWCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5jw//U0DS+/uWQcjklAaGUrut3XdsZIG2NmCWqH3Qp+WgCmn3bg4z\r\nOQzt43H37t/Yqx/617R3VJo+vRBLxB38rmwTVaC2PYVOrIH6GHm+KPqIZbvp\r\np/8DNdk66ozcfZUJ1NmuekCOFmZbt0pcobzUNOR+8JiIXhjfC9Ob3VG2GNb+\r\nHYM0MnZb80vvg4jb3INrhoiRaflH0S79xi0F5kuZ0RDZqQE/t84BngI2CGDU\r\n0xRHTGS+QJSOq+hlElpHZaUg+1p08/3+jNJdzmTsUg0XALq/ECQ6/C/T99Je\r\nW0vu4GmSQyQ+ibJCpuYNv6iXZoXUXvmB6jGDCN2APFPwrvDg+h4dKKlm6tnJ\r\nN9xotze63PXBKzao7e6orsjEXXU500uUACfqLgZK+3/lGYLdSJq1zTeWdQcI\r\n/kf12Fh2dNE+/P5KkbDOg1eSZ3RD+NuEQUJed/tctPS2uWKbJ66c471JQ2bj\r\nf8Ysowt8pGhBpS28iclLxNlioMXl5MtVwQot08bQ9UPX49KrvGaUvQ/HovKG\r\nT5kh2GyMk6cKSYbtXDjGdaS6hQloJ6WhTEo6h+4YpVpI+iNFVpSZqWt6cC9p\r\nILqlu/hafbqRZmPnCF1SemTK0kShMOFQMmaL5rrtqrJanbn7xWa9n8NN1NZH\r\nijAFVA3bj4BkK74uwexz8tLM2UZivk6c1VY=\r\n=QX9O\r\n-----END PGP SIGNATURE-----\r\n","size":373808},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.6-alpha.20220506.2_1651860866407_0.3098690463852414"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-06T18:53:42.879Z","contributors":[]},"2.2.6-alpha.20220518.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.6-alpha.20220518.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^7.15.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.6-alpha.20220518.2","_integrity":"sha512-WHjAECJhJN44MSxFb5VmWjt+KOska4pxW+8ld8MZ99chFtqnJwQiFBzNYoZ+H39IrtN/pyUE9ONsw6u085dLOw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220518.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220518.2.tgz","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-WHjAECJhJN44MSxFb5VmWjt+KOska4pxW+8ld8MZ99chFtqnJwQiFBzNYoZ+H39IrtN/pyUE9ONsw6u085dLOw==","shasum":"cea31ce22d77c9e662c70dc636bbb42cd080e489","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.6-alpha.20220518.2.tgz","fileCount":351,"unpackedSize":1761297,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIBkNrcQGdsLKdA4V7ZAxeG4/kw+78ck3w260XBBAB2e+AiEA9BrTvsTBUm5aZv30aXUK9H/2hdncMeX30DB1ni9kPsM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihTaqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrVPQ/5AdLIl6zgA3SGSMh0S6vxnR1gKHFBOj4gfvFnsqIScrMKZnx2\r\nZU/Xg3KB11VaBjJ5d3c1xOTJo4Q0hBhxxSmUezvY6ftkRhgY7UxCF3JIeMyB\r\nh4DYLUZULZJpUP8wZ/WIdxDOHzsb/umB2rKljJysZIYoqnwAcj41D+WwnQoU\r\n6FtMvHGde3xAVej25xpjA8w9AeZ8lCTKnbjEW2E4ZeOJ1fhuhgnYkfbb+lnH\r\n7HyO4M7hbnijmRS6wlj86eIlFSK5lf6nrzhBcq9/Y33QmRSyK0qxeCA4I2gH\r\nCpFh7m+LyaFsXzC6ivOG3UYfz3i1bMppI4YcvSQoyxtSN5jVTs9PleYEI6Dd\r\n40gCEu05tfmdGzGPhGpXINvARAV/Vg7FrJn6jXB0qhiwHHTgUSy488yKWuMl\r\n30XG+VURIAC0W+05nFSMTvJfCOlJkw1YK01Ym2DiD3jM2y38QrkgsT1ChSvB\r\nsmYdriv65ihu+M0mivclhP/kt492nkdsvzXvqYvwBHa6oz8DWsOiKjEndq3h\r\nb6fsMIJcqwPyRuI6QmCHMdBAdyDB2oqKi+OfbZbRynPL/xgNfOOIYIcbhpJ+\r\nvtgo2ZcTRlki+cHzx+lAxJk8L49vCyfqI1yF509JE1fiWOjDWCb+TmJA1bs6\r\nohEgQrPnb6ZtaSok+6NFGgUB/mbMY8sHhvw=\r\n=Dru/\r\n-----END PGP SIGNATURE-----\r\n","size":363942},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.6-alpha.20220518.2_1652897450397_0.5433802295410377"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-18T19:06:21.672Z","contributors":[]},"2.2.6-alpha.20220523.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.6-alpha.20220523.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.6-alpha.20220523.1","_integrity":"sha512-Tic7wIIceo7+XzDuKYN1hqc3yqxS8TvNegwm2bjSehR+axerIU7nbRyyO+e7d9HXyK8fX1ZXuJ+yBGKKd3rdIg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220523.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220523.1.tgz","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-Tic7wIIceo7+XzDuKYN1hqc3yqxS8TvNegwm2bjSehR+axerIU7nbRyyO+e7d9HXyK8fX1ZXuJ+yBGKKd3rdIg==","shasum":"f58983482192bcd6e01735825f8253bba7735f1b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.6-alpha.20220523.1.tgz","fileCount":351,"unpackedSize":1761296,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDjvB7tMKx8dbsj0v6oEx8PkKy4mablVRaQgN7cfZHp6wIhAMKL3dHXgAbkpzgLcMb3ICfxK7u+eNU+NnPZXDCbpMZI"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii88VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr1Mg/+NC25noOI+lZPZEOV50jse0aSno7OBktUg9HsjnfKZ2Xg8rVC\r\nOKYJGAJIUWUEbh6UKr+s8MSWVP4nBwUTdUQZucItlQRcAZ1axZ7iTkgudO37\r\nHjQR+hAEh+wunhpoQ4HTwWyet2/8UqY2/EtklFzkyE7aOiTsS+Z9Nm2KZPp1\r\n/PhOJ2lqlZlcwy0ovw4vwzkhxZFHdQEJffNeLgCax+Tkc18WVBYX3xKuRF2W\r\nHiW7QswRw6qnWlLTs0Rhd5jWzDPH8s9wTLmZl3r0gTt1rw1DafsPESVMS+EB\r\nyqoVDa7dQy35bnAv7B4xlz13Q7M1k17Dx2Sf69vElP2JKqI+HN1vGOS6gvwD\r\nDbE6L/le8cK+JFw4kdxmCfcqvtsW2AoiKSSmGpf/VN1PCq/+f2s0kxcSCsaZ\r\nwClyqbbUhTHBfjM78WBdU0mzohNPCH8ZfHnUO9Mekb11O6dpX55vXuxxG0y+\r\nNvXLhDUnrtTfCsYdHUB9YSUI5sohQq6h33G7KhLnBn/kRbf+pJhdmGlK2K5G\r\nKsEqSTVtoRMPO86u7MWONk10wx7IqY29mgxp3A1SYolsDiquK3IeaoqGByMX\r\nh+av3nGfLKoJqZnJfiXjsEcL7w9r9/aqWA5BHW/Amr36/z1wqWHT6e4Xkf8t\r\nQLXQ/aIa4VU4ZKp57PVpLiAQXiFT/G6uxjs=\r\n=YfoT\r\n-----END PGP SIGNATURE-----\r\n","size":363939},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.6-alpha.20220523.1_1653329685041_0.7062643774472246"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-05-23T18:43:04.940Z","contributors":[]},"2.2.6-alpha.20220601.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.6-alpha.20220601.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.6-alpha.20220601.1","_integrity":"sha512-4QE9zTOlpVS3FeY3y4GeI5i4mHLckwekUn2fqremJm/RWuvvWpVwnPTfhWbZknj2QoEc1WWtp+WUAuupoaKYbg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220601.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220601.1.tgz","_nodeVersion":"16.15.0","_npmVersion":"8.5.5","dist":{"integrity":"sha512-4QE9zTOlpVS3FeY3y4GeI5i4mHLckwekUn2fqremJm/RWuvvWpVwnPTfhWbZknj2QoEc1WWtp+WUAuupoaKYbg==","shasum":"6ea42fa4ed5e6b8ef250fa17b3380feca5b382ef","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.6-alpha.20220601.1.tgz","fileCount":351,"unpackedSize":1761188,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD9G5/4dxBh9T1f52EbAjkq5uwScg5x3zC6FDP3e9VxFgIgTg5X6fOb8baDRr8yF3J3s6Nc0DqxHy4GxZhbT7FKMxg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJil6zOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7Dg/+KtcHmNCG2X8KPTMzfS/OLBpsLgU1luMY9IyPGWTZNTsD+dHs\r\nQYBtEkB+5Vk/Y868OI7fBFxcFEomTzjGDb9woZ/JgZwVLc0AmRNglkSfmnBN\r\nCrrPNTL1/so5yTdRWamQLdS0egry1IeqnMsA2Ds8eW1tQMDeK+mD/9F+rjEf\r\nxdLJHUzwSI+Qq+gA48mtfLYRiUBO3W18DXnUBVR5Cc99QOwVIoTK5UjTOGmZ\r\nPVxAidbSpSnIrCbiepnnyJ9WnWo7X4/Y4odn5XONKQYT6IccoCIMq/nj/Ct1\r\nyyR/n5/jYfvj5ll0OvxcRRaQ5KDqASRyymSeXZQd14JZ/zPWg/zspssbJTI5\r\nXPDS8XrFwznoRPcnFwYD8woK4Zsqe3iQE8GDVS8SLQIFAsC7ojSUefIMkbMN\r\nnspyEZFTP957lZfyODkh5tOCj/k7srAuW/F2gWXYzV9/QasuJeOPewHTj6E3\r\nxUhvrlFxXHGZUPVP5/T5XqFBIhoRqTN9C6A2VSRMYhDog08Y15YGrJqsTMVr\r\nsk7RUUw7edIe+CTJzXajPBdVl6+9EgK/5Rw7ZwIHjqATu+RqKsvgdR9snLyS\r\nxp7SNcPsti8HPc2NTEBX/3YLItkBN9UYzNfkutjCwqR4+CB1bnrNcNChMVWq\r\nf2U65P/N6EBUsoMtsveMGA72AMh4aEupco4=\r\n=ZMUi\r\n-----END PGP SIGNATURE-----\r\n","size":363947},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.6-alpha.20220601.1_1654107342390_0.9740121382794065"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-06-01T18:23:36.361Z","contributors":[]},"2.2.6-alpha.20220801.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.6-alpha.20220801.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.6-alpha.20220801.2","_integrity":"sha512-zZJ18u+1DKl8xUHRX6Wkvk2s/0NTxoWvpQxOLXAs31y/pma3/vQfAKN8Jl3DpdS+vFJNXT4A45Hesu6rh/UcMw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220801.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6-alpha.20220801.2.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-zZJ18u+1DKl8xUHRX6Wkvk2s/0NTxoWvpQxOLXAs31y/pma3/vQfAKN8Jl3DpdS+vFJNXT4A45Hesu6rh/UcMw==","shasum":"10df592fd91236c6571a2c065da77b0e1d46e806","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.6-alpha.20220801.2.tgz","fileCount":351,"unpackedSize":1763320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDILXN8k9sZdgF99yf+TwUUJJ6JAP0dlZyKtRmQ/eIFXgIgN6ikktWA2WNb6P5j3hHnIK5jDQ9KC+5o6why9sxEy0Y="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi6BhIACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq4ZQ/+PgMNeaSgFZln8vgwl+bo9O6PqtZP+hf8JSDNlcbvDLuGBNq1\r\nsjni4JsmCcr9tQxpufHeCFiUl0hHfZwHx0G8lWtuWSx/iRk3gV5yvqt3mV/2\r\nFeIVOY8wYsdGg69sPlyzMI8YkfJgHUaFvOuT540kfwIH+0BzaaXsk66EwK5g\r\nXBdaIZd8BoM7+cEjPjBdMAHDeoSFKrL/EImv9tpC3QBK+7KzspPmZBXUeh4f\r\nPJ8Vnma68dzkLf7d+00VI/LF/k9gW2Cj7L4d9BBJZBW4maaGMBYwf2gwak1l\r\nmz6Sn8e4kR5ld/YlJc6k7s3aansYRDaIxCbwl2Npjv96KxYXSiee8iTE8i2j\r\nt0Hp9AMIYqlM9x6oMN8eed6wxEtTsk92d4w9JIuXBX+sc637IPJp6vIc6YTT\r\npPIoVjpBURRYSWJ3yhjohaViX1EkCPAqS9j1vb77LUOrfWUZ3bX4vcqmkKsT\r\nCsepIDBqsAtSsU+0+9psELSAeClO66GFaOH/JNrW5x/F7HSz095d2C0v81TI\r\neRs/R6rU4xtsoi+cW15qD5BrvWEqWfl6yDPvx0kY0rZZBQkh+pi8lwDm6K42\r\nB7HNNrQYwoHUgezzXPf5vwyYUkLQVjJczqpGtibmdAiImuHbbzjyXONN4xtZ\r\nlBAc0QUx/izH36gQwv6h1pHtmqUXZf/NWQw=\r\n=EaKv\r\n-----END PGP SIGNATURE-----\r\n","size":364690},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.6-alpha.20220801.2_1659377735988_0.9533663705601911"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-01T18:21:47.339Z","contributors":[]},"2.2.6":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.6","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.6","_integrity":"sha512-Lx7A3k2JIXpIbixfUaOOG79WNSo/Y7dhZ0LaLhaayyZ6PwQdVsEQXAR+oIPqPSfgPzv7RtwPSVviJ2APrsQKvQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.6.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-Lx7A3k2JIXpIbixfUaOOG79WNSo/Y7dhZ0LaLhaayyZ6PwQdVsEQXAR+oIPqPSfgPzv7RtwPSVviJ2APrsQKvQ==","shasum":"6a90529b8f60879b006ee14080480e966cc9d4c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.6.tgz","fileCount":351,"unpackedSize":1763263,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBRXyA08970G7NXdN+RTGX4ZT9xRHM4O2OAnYrlSk5WrAiAEPDOEOc9GSgYp7R/bHfXoyCExKlV0/wSSzSRaTC2Yfw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7EO6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr5Xg/+I6GPOPq7+iPXJ+JgxwtqgtPKCQ8SVsh6mO1Avqr7SAA0P4ZR\r\n1Mg/mJwBK9yDUqcstZVcy/ckKKKjz/peJ6QRwV79i8ZDnwqSas2A7ApajXv/\r\n6/qfd9+Yw+JK01RZzbFmjmE3RloUa2XKvHn1QiGS0q9NyfJvslg/K2q0tYPR\r\nIBehS2WgGnTnLs0Bt07KMSwYNu9BRAob/ZlIoQb1/+6VgFwVwjj8tc9P+OAf\r\nugEI5bK/r0JEo3cGyNvdPj0LOjBJzgnARFYsmFlbPc/DdTy5uXHO0jcK/wpD\r\n7C7ekAq3RRaiQfFHVFktEQZtjKJwb6Laptd4VxLpBasOh+ZKnL4Wb5ozHmHl\r\nGkdNQSVjUo/N7m0bpaNM+FwcKpAUrmJLelKJmCk6UZ79Odr0wTPJ76l7Rnhz\r\ndLMu/Lnshpht52ZOa1WMDZX+Wbtwh+oHgBFE7QdP7SSXAfd7NkboXxHXdNDL\r\nht69X8JJYkIKaT7EKMmpe268AhkWzL3lCWnZoto/pWKxPEdH4VSwMbaU0RNC\r\nwDJ+v4YuxrB4TGaaF/h81bzjr91SQNgSItFDd4R1MV4gLHWWJ6AMFnCSZBxT\r\nb/yZFAobzJFHiLzzbKAZgW3uwaLoclqjBoUGiC/c8Ke0kpxrPSAgrMo8QyI1\r\nCxZ3ij7JGO+JeF7WfGxlqQP3GUeWEsJFcwo=\r\n=ZA1M\r\n-----END PGP SIGNATURE-----\r\n","size":364664},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.6_1659651001614_0.27080125561280766"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-04T22:10:15.807Z","contributors":[]},"2.2.7-alpha.20220805.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.7-alpha.20220805.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.7-alpha.20220805.4","_integrity":"sha512-s3gxLFA165y3rnwJ74qh/7Lr9tSK6w0hyds+BMQUfxcY3OEo960/Q6m7jsJLNk+kHvmgICvXq+EC5+Bi35TBmA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.7-alpha.20220805.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.7-alpha.20220805.4.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-s3gxLFA165y3rnwJ74qh/7Lr9tSK6w0hyds+BMQUfxcY3OEo960/Q6m7jsJLNk+kHvmgICvXq+EC5+Bi35TBmA==","shasum":"e6c49f631404a26c0def458f908c56f17a6c8947","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.7-alpha.20220805.4.tgz","fileCount":351,"unpackedSize":1763320,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCRs4BdMTK5kld9ocZYQGkJ8OCmGsNePtZjzC+3iMSNlwIgaa4hg/5pJ6XRVe016LT6STDC4JceCwj/UDTNtfp7eAY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi7V4/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpuRRAAlrFfZOOWjRbZAVYJLuth9OSeOJg4iTBODXRFBwQSZmwcLD2I\r\n8oBLDVK9XBce5sWqr2/33myMuHfrFQ0RSy/u8Yv2HZEUcZ+t3S7WQGdPh+5Q\r\nWkCOnyYPzRPFybNK+lUZPVqjvgeRV9w59/h9YD0V54hsLnLCelnRXmVNIqh+\r\nYfQCrKNwdhtCU7k+yEG/nGYxav17/uJaM5KcAbKB9qIrvTdEacxwimAq0m/n\r\n1l+wnFFrZIAHtbdb/ORvJnW1y8T/Prloi9NzKpE4KMEXaBCVeUEL3D3psxBP\r\nIlzXD2NmztLsDPNedXDsLmNImRnkTYkW6s/POHSWcW72zYJ75gKu2iJ3d2EI\r\nQVEBAORgQzWIdnuol0lhInTqLS6ODWAvi45BmVSxvylB0eb9b7Z6aLFMyJiT\r\nd8oJERReEnJrT5aU6jWIWNioDqo/I+hrBw7DIIFEz2D2UMEZ/hqLTLHnUT4N\r\nkc8+nw0wqtw9t0wyrT/sRL0n7Jix9x4vwM3XtvcicWAZrzyT29ZwQ4Op2qUw\r\nRhDB+YJ2Y6zjQkbIk0r+MahacrGQYDfiEwGNQqzrSoN6gZqu2QGiXfXgJJpf\r\nM5pTy8S0lZWcHVOy9NF/rf7Sv9G2GFqR4FbKev4V0tFUg4z7efJsssi/s+qY\r\n1Lg8rm6cSq7avZKEBcbwV+RgpzXjyqAuX3c=\r\n=vIR/\r\n-----END PGP SIGNATURE-----\r\n","size":364690},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.7-alpha.20220805.4_1659723327050_0.059971085210345665"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-05T18:15:37.461Z","contributors":[]},"2.2.7-alpha.20220815.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.7-alpha.20220815.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":">=1.0.1-alpha <1.0.1-alphb","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.7-alpha.20220815.2","_integrity":"sha512-wEEeQgddpB2kkzG//fma7MaMs0ienTdfV7fcRX172V3tjkLCBSt8ZkR2y/PUP4zPQsezb6hkvvJcGFN8a4aEXg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.7-alpha.20220815.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.7-alpha.20220815.2.tgz","_nodeVersion":"16.16.0","_npmVersion":"8.11.0","dist":{"integrity":"sha512-wEEeQgddpB2kkzG//fma7MaMs0ienTdfV7fcRX172V3tjkLCBSt8ZkR2y/PUP4zPQsezb6hkvvJcGFN8a4aEXg==","shasum":"06a615164625f13e70beec5de0ec643e994c2b49","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.7-alpha.20220815.2.tgz","fileCount":346,"unpackedSize":1760988,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEr6EKPz6RnfWQMwTAhCG5+KN46l/AuzO5mGjxrqZ7LqAiEAkR1oAPz1UtLrxMJQ5NyqRHsh4KoP3vq0WWPqkEjo380="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi+o1HACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmru9g/5AEvKVqYDlB1LLJGD37W339P/ZFEGpgDXd+WaxNrNGW5b2+Rm\r\n87m1GfzsTbPjUrgqQRIhUL/1tjCWg5z8zQbynBIxg0byLdh/vPKlUL5wzxKu\r\nzdVIHWvBW1xGFanXPIVmLr4mUopgsXoe8/fhdm12T4cVtxDB4k5O44Y8hKRm\r\n/X3mn0XlpIQWhG4nJBFAsE+bCVAfbkaaBSi5e2JaHc+Vv3/h083pqtDFvpZx\r\nHDh0n7cPYp0hH4W9q+NJexixUDzRAx8Nk6IcOyot8GeZHpiG2auyltn84aJ+\r\nnVCdsypKkpB8yiVTvbsAdy6XI5y8RDlzc+5qxaSiM90VaWYLxx/kpcLBTYXE\r\nSAobGUSiP/Bk1qesZmemwgVu/InVH1PDRavQWoKPtUxk8KHLB7MYJoiccagf\r\nOI0PmyDhuJ/9tRBgz8NHXamnOk0qdV8GKnCcDF+3WgVDhCsHfesosuYPgYW6\r\n4vjZqclPoWOhN7AHsuxZYob6Lb5nR4Bj50+MzUUlLSuJJBfmHmDvSNfoxXer\r\n6rCOVTo4DNPNacLbJdiicXo5B3VvyXPz40Dlk6i3cUv6mAZYIUvH2B4pNhVM\r\nzMPnyWUcRbpMUOuEOwuZEoukttyUfOTt9nMZW+VeDpX3GGlRAzSZaAG0h2Cp\r\nx4TyrHOPArOidLrMw0EQME4yTeDusMagOFM=\r\n=xxxg\r\n-----END PGP SIGNATURE-----\r\n","size":364014},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.7-alpha.20220815.2_1660587335426_0.1000492565812432"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-08-15T18:15:44.801Z","contributors":[]},"2.2.7":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.7","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.0","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.2.7","_integrity":"sha512-TyGMeDm90mkRS8XzSQbSMD+TqnWL1XKGCh0x0QVGMD8COH2yU0q5SaHm/IBEBkzcq0u73NhS/p57T3KVSgUFqQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.7.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.7.tgz","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-TyGMeDm90mkRS8XzSQbSMD+TqnWL1XKGCh0x0QVGMD8COH2yU0q5SaHm/IBEBkzcq0u73NhS/p57T3KVSgUFqQ==","shasum":"f4f52b3b7b8adb5387acf11102e751358a31fa6f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.7.tgz","fileCount":346,"unpackedSize":1760911,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAVe919Xixol1M5Ioiza0mGiJutzIzlmGmSBlccDUmV1AiBT3KjnEyMJGFo4pKUN75bfRNmOhvvTxpF2fPj4QORijg=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjETThACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqE+g/+MRb9Cy37JSQzKa2K7cODAvaneaPeVVFFN/GTK86Ui4L+wTBH\r\nPQqfD+rTcvVjWWP+I5BV2SQ+ZhNuuAhu+8iD3ymF6G2baJNhEma43U6YQ9va\r\n/S7D102B4T3QJyNrGiK57x4SIna8YA6fEj0nShev3V8n+pzD7uHy1FAkgD76\r\nI+5AWVAAb5jdeax+t5R8P7l6gBuPPFa7RJC/4whVZGd2/V9ZAt++CVv31L+q\r\nCVtyJDa/y2V3MhXdtt+fOxSA0K5n0lP6Ui0I7+sQ4tIDg9r2zeUK38RqRLkI\r\nWh5KxYvckuTyeSqzZg8W0cbjpZB18Z+4SBL9gx8Knz4uwbsmwn9RyLJ/Te8x\r\ndQoBaOcSxgSOxHrnYuDJMDnYJy141C+1cKOsv1bi281wArtrVQkzEo1ySp+R\r\nswzCsS5d7rTwnKtTxSd7W3DIa0pfVPb4VDLRxKyomxUkPI0W6afYcSQb1QgJ\r\ngIfyvqEx0zTScfdO/bsPhspz15pteKKZn7y5HyLHSMNzEtnKyzUUEKKSv8nY\r\nM4jjOEzqyTxpS9BXSS5vgjwASq+99GX6PWSTC7Omvt5nv9MdbmMrc9cXEaqF\r\n8NUBdJZTL8+OI5g/6m8OcrhZbk570hITL0MdCh4mhvq76xzM2+ekTvmPaJge\r\n0v8hvxfNW9B+f3y5QSn2W30zI/HZWUIk9Kk=\r\n=8jqZ\r\n-----END PGP SIGNATURE-----\r\n","size":363979},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.7_1662072033532_0.24737027829590197"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-01T22:40:46.960Z","contributors":[]},"2.2.8-alpha.20220902.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.8-alpha.20220902.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.0","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.8.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.8-alpha.20220902.1","_integrity":"sha512-c8l4r1EikK2W0E5iPwZ1oOe5yUuLeHdIe/AcmAJT/BGQEmT3deFQZuREayDDAc1rYXsaG5d/Ri0oBE7moY8ilA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220902.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220902.1.tgz","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-c8l4r1EikK2W0E5iPwZ1oOe5yUuLeHdIe/AcmAJT/BGQEmT3deFQZuREayDDAc1rYXsaG5d/Ri0oBE7moY8ilA==","shasum":"c4db884f665d637de37774c3f08f5da38df5d8ed","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.8-alpha.20220902.1.tgz","fileCount":346,"unpackedSize":1760968,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCsJCSa+uELpLrTFdcYjttQ4tHA1pT7vXER8Jcu5h4sdQIhAKx6zhfpeZilobScTwrIyzCfuWh2FFrr9rCbI1krAgoJ"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjEknoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo0kxAAgQzB9RrrQaq5F/n19wiPMnnKhE9FUeJKZsJXB+lAJjrViQlv\r\nKSQkLJMj/6fR7bWKp7/mezkw9EQTE409I4arn/O1rgszYPT3xLiqHcFINkW+\r\nG4mePuyzu1XbJ1yDUr+4cwdcj68kPHCQXHKr/4tqDxdi97zKnTSGi2tZg9J+\r\nrw0rDnjswf8i/q2yLndBF0CYEjIhPHMVJZE8BYIlYURDa5xXKVJPZApSLVkz\r\nqiS3fqlQRQFKQ3AoAPi8NqWmNM8D2JbCkTsd6eatETWe37pjiJeAnhF9d+Dh\r\neuL2U/gjgb4LgSInrJFRigXBWNvXsZpOnDPm6oJ+1Oy/qiEMqrN3hNyjD1ox\r\nfdq3ycVdEV4m6yj1j6ErZiq0Odp8cG4fqmAY7r2Y1CGmT6Kxx7s9e7n+lAnq\r\nEz4k/e/j46Ccnv/ej/c9wfGOCk+VK8xK+FWIvhg+65D9wehVCoH6maDHrVEL\r\nAHF07ucrZPRbpTnLySv4Z2CdzBGJAqcdhJ4sLw11a8L7u8iPegDZjTxiZHvv\r\nhcktD+TeDRX8wIPE4Je/JabOJS8Hu6y1yO7ZmbQYKKexMDqmjD2364YxdO36\r\nZrbfRaYVXTtMqIajL7n30qThXoCuydciQEwsBeno6jzWxwOVuaU0s4en1seO\r\nbTqbqhxY/Dc7s8MDbooXVLNvZEtA0aqKjEE=\r\n=adQF\r\n-----END PGP SIGNATURE-----\r\n","size":364009},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.8-alpha.20220902.1_1662142951805_0.5604354197991275"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-02T18:22:41.362Z","contributors":[]},"2.2.8-alpha.20220908.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.8-alpha.20220908.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.0","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.8-alpha.20220908.1","_integrity":"sha512-U3yL5cJc3+lqUOxwbvUR3tpO/OqALqnfB5oV0zgQpwKowY/4nRgvnJ69Y/nW+6mlxqP5YkXgne1VZJeIFKJ9Jg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220908.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220908.1.tgz","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-U3yL5cJc3+lqUOxwbvUR3tpO/OqALqnfB5oV0zgQpwKowY/4nRgvnJ69Y/nW+6mlxqP5YkXgne1VZJeIFKJ9Jg==","shasum":"1b34505551e31768cb20b908aa92accd4e7d26e5","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.8-alpha.20220908.1.tgz","fileCount":346,"unpackedSize":1760969,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCMmF9kFo7wEd6OPkW3VTyJZ0hsmTwGUQbbsThic4SIUAIhAO3yuY+cBjOzidHziErEp63QVt8ZWSk5DFHRxy7ory5Q"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGjEnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoVDw//dm6qgnWJl4pe7fgsn6GWPc1QlmOmhR9g4SpFkVgg554Vsrhg\r\nw9mucheKByDbXOqFYb+MfL8yLMxhHMkcdG0SR19Xje7ucQ57yhYsrEhR/tub\r\n/5FGu8q2zPYZR5iMEwCbdAIbRiE7LCqF9TO4tuzAURS0hrAkvceZIVo07/MV\r\nS7SQ1JD5Vp/Nh/IZ7LHRaoTdgjEYDVpyj2V5B3IC0imzAENS+6zdTlp/mzHp\r\ntJNnL+0EcSrNxp8nZKH5JZD6tyftJgIcuHELO27ryk/5w4E16VQzqZWWKWzw\r\n0eqghveuawhH2OpKFmw1K95nieJyHjNExz+74aOtFdvtKu1vmYR3rg63fElF\r\na9qtranC3h1iLNFvWSpoh9kn83tBStmYCgdI6vjBYp8AfMUMX9f7MOPyf4cw\r\nyBViXg4vNVZiYxVeIVgwdzlTV5nrHgDdcy38xzaiDswmdnhvUv7iS/qK9jd1\r\n38yci+3mueKDkfklcxiePCBeUWVWjo320lSvQ48MRNYMpCEhLq+l6rOQnpKG\r\nhAYUjfcN1hRr/kHW/MucmkCR+is2tPqws7MjXvWGVdADwhZp5LmwDUrX0lKT\r\nIClWC4KeSJfGNOWf9WbX9RMwe2RpMRuML7Kjhu9BEdPw2s53Y7vo+hNuB+xA\r\nRMNSxAZyilYl03iK1zspClXqoxELZ03k4ag=\r\n=oN/w\r\n-----END PGP SIGNATURE-----\r\n","size":364005},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.8-alpha.20220908.1_1662660903268_0.056293623420145655"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-08T18:22:54.305Z","contributors":[]},"2.2.8-alpha.20220912.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.8-alpha.20220912.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":">=1.1.1-alpha <1.1.1-alphb","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.8-alpha.20220912.1","_integrity":"sha512-Gil2tJt2OP8DCixBPLuumdU0oiH14kbZzBB0tjlxpXakhH2JhVzjET+n8f/mVVzzXjzwt7CJty4HJ2d+cT/vJA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220912.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220912.1.tgz","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-Gil2tJt2OP8DCixBPLuumdU0oiH14kbZzBB0tjlxpXakhH2JhVzjET+n8f/mVVzzXjzwt7CJty4HJ2d+cT/vJA==","shasum":"1d43cc37c593804fedfc34f056c8c9a1bd98a458","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.8-alpha.20220912.1.tgz","fileCount":341,"unpackedSize":1748434,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCnO9GVvfAraER8oREXWRD1cvQ3CKO1V1HocZckXQ9zXQIgQDs+BrwCfOAN3MTB+iXLeZkzVaG4pdNaEYw6IIhOCbM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjH3aqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqbixAAjoXSHRAogVsIBKT1ncjzDwZ4m7OWanvRIERMaGsh4DyZJUmj\r\n7OLqOmsMwiEErW8289/6Thrv4lsRdaxj6jaSHUC2OGXNHw0/nVLdFaqT6Sho\r\nPPcz2ok32rfgP3gawDxpM2T6ULOti+3nr6YpFj05msdmGpjC/FnUayo0QsA2\r\n5C70hWtZWWpbC8Yw9wEDxfRNB+yuI2IAgmSK3BpfbN04xfjPHCuT3isqvVlp\r\nmuLL1FiMc6Rh6+qKYSBZtQxPnAqFjoZPs315oRinuZxLlWHMaCVRGMbiz2HW\r\nLqgM67q97hviDCKsCx72k3ijVxrPvOQ1RcPrUjPyEWEI9ZcBNWw+WfmWqIhs\r\nXF5WjQ8nvRauJE0/Ra4DQNaAXoOvoc5sB31MfBuN6+Zf6/PzEl5x/ed2iPR0\r\nuYiQSZbWalarECfRZ7sqeUIKEGX7ZspCxcdF3tcOaPjkmjT3UY+vLOkFHfTY\r\na9rm4cjH5Ce0bqaVveOApE3yTsrR03Fie5khlxXDF7LjPv9QLWSX8+wqTehi\r\nx5SwBeTWieonNmnFfkxdKwBcIdRL61ZAtAsbFx+qVRtpWD49AVs84WIPIHoK\r\nWX6EZpXdb4RogQtx0pdKyYgxGMfKvFqLya40uld2PCKXE4Ms8ZSI+KU6ft0E\r\nsOEZ5kYX9CMXgX7/RGsjhFgw5C6gA42ma44=\r\n=1fyD\r\n-----END PGP SIGNATURE-----\r\n","size":361185},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.8-alpha.20220912.1_1663006378446_0.4503157806920077"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-12T18:13:51.158Z","contributors":[]},"2.2.8-alpha.20220920.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.8-alpha.20220920.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":">=1.1.1-alpha <1.1.1-alphb","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@microsoft/api-extractor":"7.18.11","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.8-alpha.20220920.4","_integrity":"sha512-sp40fmYTty9Lf3ggS+l31w8DBk4Ef+mA+1xe2dBHu+Gi3I2liJg6MJr/Z1rhOo4zaH/Ki+yp8W4T5BhP5ySHaw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220920.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220920.4.tgz","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-sp40fmYTty9Lf3ggS+l31w8DBk4Ef+mA+1xe2dBHu+Gi3I2liJg6MJr/Z1rhOo4zaH/Ki+yp8W4T5BhP5ySHaw==","shasum":"81a9083c71b3919ec0b75137af35bd4591196f2a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.8-alpha.20220920.4.tgz","fileCount":341,"unpackedSize":1748450,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCFjGbUN2O9g5OUggLOArerxu172Smo/vagszcNf71D/gIgGvaFSoFwDnR50EN3SWqRkC9s3J/KWjHugUouVYvZIT0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKgPwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrpHA/+Mm5DuvQxM59zdc9UGubvGyuMGmdc5XgdGlpnt9YXUxbvV0/1\r\nGjl5icnz+USwRWXGm+ZMdairedTcKm4tS8uzvDWkACGuIcJDr+KIKqwa6eQr\r\nNF2eq3tnbBfsD6gi2Yx0/Du5YzVrjmVdQ6Y9L85C7o+oa2ymcj/5VGVM1OBg\r\nPhK7ZYCCGjgJzdbAUNUiPRyo+s1OZKFoBj70JIh1pjBN0MujPgQ/Xqwd3GEn\r\nl+okaKLIzbH4afdIKDDZbnfdZtSwrXYEb6phKyU/bud+PhgBVvaip4yuZlim\r\nwuvXHCV6UxY0kaD9Ab/7FmFqrtTNse9LbOSRaS2ftiB3wj7mdZfX+Z5jYJik\r\nS+gw2D5HODKqf6vxlm8c49Y6T3HSC/tebg68HER83ib2hdhohLypiNBqfFGC\r\nDNVfQtBOY2or/+vTqzfpEcWrx7d1cFdV6YxxFOI8d5fc4z9P7LSUSA1XZ/Uz\r\n4OM3z564y7YXf4GnYMKT11B1ZBWVS9HnEGUAyn/m+kT9dgbAKFQWc/yLD1Z6\r\nPbyzdXM983PUxQRiWJqXUM8jubKrmqLvpHfIrlU1TFVlZFWnAph52zVVwQDq\r\nVVr9ItepdyjRWaP9zkcNCwjx2haXazB3z5myhUA6Mjff05euPbbJ/6lZRsGy\r\nyX6qp90pKjPF3Y21U7exzYUXB8/LEU0gUWw=\r\n=gANW\r\n-----END PGP SIGNATURE-----\r\n","size":361190},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.8-alpha.20220920.4_1663697904079_0.42047228629185507"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-20T18:26:02.345Z","contributors":[]},"2.2.8-alpha.20220923.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.8-alpha.20220923.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":">=1.1.1-alpha <1.1.1-alphb","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.0.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.8-alpha.20220923.1","_integrity":"sha512-t4G4EU3pA1Spr4D0jJyp0TPUMBv72R9uZucsPv1/Og3cCuxrlN5xu5a6OrFJXCGfEtA0oJmv/T1uHlA6ogfeAQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220923.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220923.1.tgz","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-t4G4EU3pA1Spr4D0jJyp0TPUMBv72R9uZucsPv1/Og3cCuxrlN5xu5a6OrFJXCGfEtA0oJmv/T1uHlA6ogfeAQ==","shasum":"717be6a91e200b5368aa16a9f448e8ace081e76c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.8-alpha.20220923.1.tgz","fileCount":341,"unpackedSize":1748505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIENQQZ6WXi/ZYRuyWs4PolmKnLVMVNvsK/iJ4TzUvj5nAiEA9qtOQkpbF1RfzmhMgQ2mVe3+SAHMX4QdaUZjcdMcNAQ="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLffbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZBQ/+NcDYpx+OLpYnS3zMvgJZF86TgTtpnJMRlCvgZS8ANjspxhLn\r\neegd8fZaKqHHjomNV0l6kzxWkWXBmz/EOHtWKjDwaBbuVcjWMCY/8r/k8x+a\r\n6s2zHt1gMkEEU9yb6qOM62R/NOFe9K331hFGeP/I7u2K9vmweHIZ4KWTU8PY\r\n7BrQT+mMU9OuifWw9hZ4UDmZd28pJL6VswTF9JdLXVqb6DDDfGQbr7QZtii1\r\nIFpkP0YlrgELI1ECxJHO2j0WP0TLOpHYdTfTa55n3SDcczTmCSJhf0jTglDK\r\nl/fFGPfhNUhgvF9wuOCEA/NO+juLuKxLL2lJPXC+4G9+dtVxHMlaflAhprsm\r\nLTVBMtKKuhy9rK0ZnuTILwJKVXv5c2b6eYIq3reBBUwiD50jZJLWECDsXUyf\r\n0MWJmTj3LU1HQtDvMSr9gAATPUjBR597PPVFA5blhjgnt1ZjZsH+H1EbKIYT\r\nTrGi/jzdRRBQtU+lBbEbrV+4FkeVX20iHSoRyIxcR4Lmr/QBAOIPWCc046rm\r\nUNAb4WhrdHYrp3VTcUD8S8LgQR/ktv6nTIItI9kv9VwrOHD37RcIClcI7v0W\r\nlQE8SnNkz+7l6Dx5eTNd1m4y249stIjK6VHQxFEQpGGfPGKo2hS79RHFoziG\r\nQRlJe2RJYVorZte9pxIWUPZz4K8Ie66CT20=\r\n=+Zlb\r\n-----END PGP SIGNATURE-----\r\n","size":361197},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.8-alpha.20220923.1_1663956955397_0.5376260854424586"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-23T18:28:52.825Z","contributors":[]},"2.2.8-alpha.20220927.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.8-alpha.20220927.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":">=1.1.1-alpha <1.1.1-alphb","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.8-alpha.20220927.1","_integrity":"sha512-ryQ4Iuf50evWSZ6FV6AAsddHxD59cHkKn1O2tJg9wCGEcEbeiKQ7ELW5PfrT0nCTa7S+2AlhJKZXxFYGY8G2JQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220927.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20220927.1.tgz","_nodeVersion":"16.17.0","_npmVersion":"8.15.0","dist":{"integrity":"sha512-ryQ4Iuf50evWSZ6FV6AAsddHxD59cHkKn1O2tJg9wCGEcEbeiKQ7ELW5PfrT0nCTa7S+2AlhJKZXxFYGY8G2JQ==","shasum":"4bb857c57436d3e0dfebedc9ffdd2a52d837748c","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.8-alpha.20220927.1.tgz","fileCount":341,"unpackedSize":1748505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCT/ePrwhXE252C4E+6npWcpJMWVD5Hqs7qDFrXvPVC4AIgBxlp59yIJK8RDQEh3Dn78MpM0ZsV13pQ7ANWFLer784="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjMz4/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoGHg//ba5E4HCvB+sov1yqedQVOAbVTJLhjRJreSg7jOFLrMYOPWA3\r\nKIjKOTqJt5FviPr4dIfkpyDAeFvDJl+a1F3f/3y2nu//cN/yA6C7Y5FbU4Ci\r\nuvVOkLxT2yh6TAZIy96qHe2TjH2eGVGiDD+XVtDQ05/e6/0qeMLMCJDnRyIN\r\nxI4Epltv7RHUfAAW9zv3MxAm5E1bSf4YJajpyYnu+S8KkqpCQI976gIpV4Eg\r\nfc+BNXMiAtpp8fzf7PXsKIEKUtSWYWqGW0SKGNHQSk1h2+hX0tjo+Ddbh+DR\r\nV/rBTYuJQwot9wSudb7z6QMQtb8CaEjObGCxIbh6mTjXi/QKwwEJff+rfG5E\r\ntKyaOaJ71eIF8Ghwho+q3klfU70Ck+JnMDgVinU1X9IRsyl4CAq1KQJkIkwZ\r\n+LyY1+yQpZZJKCgQMuEx4ueJj+k91bwxFdWBMRBe0So65p8oRa+yVsHEJwc3\r\nwEIGeVzGE1hoUBV+vxzsFhjSP36cgcQ8erLCErhgDPTnhUt+aT0OVOaowZLl\r\nHsJn8bOUk9ZSDxxT8VIul+RYQyLlGmbLGyOzcseYnMR4yZ0ABMNVsNLMwjub\r\nQyeayCCwut851rTK54hCEWfSD7HAzS2XnBMRhLvH0tqFK29DCpacDhBfB097\r\nJiReoKOQQmPMk+UeI7Ne8tmEsBFA88M+e7I=\r\n=xfdo\r\n-----END PGP SIGNATURE-----\r\n","size":361198},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.8-alpha.20220927.1_1664302655421_0.7811102261436702"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-09-27T18:19:58.604Z","contributors":[]},"2.2.8-alpha.20221007.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.8-alpha.20221007.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=12.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^12.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.8-alpha.20221007.1","_integrity":"sha512-wkmjDfnpfhUXOaUUBQxw9TqC4bgr6u1IzQgEd6rx+zuYLD09yoRqZQd4oowEBvtLHpunCWRkhXyuCktjK/NlpQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20221007.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20221007.1.tgz","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-wkmjDfnpfhUXOaUUBQxw9TqC4bgr6u1IzQgEd6rx+zuYLD09yoRqZQd4oowEBvtLHpunCWRkhXyuCktjK/NlpQ==","shasum":"22e0dd4e6a1527bcadc6f66ff816eb42b32ee5c2","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.8-alpha.20221007.1.tgz","fileCount":341,"unpackedSize":1748485,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC5CmXANewyItCjzshbVklRpsJ11W49eX+0xDh/zMYw5AiB95wXrlvIi8vom/MlqhIMOJPqedotVm7wKPbhruIkyqQ=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjQGz7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKbQ/9H+YgFKoWhNhoa9fsMe47UqjEGzZxcdHCxCpzgETtV94Lwvrm\r\nbzcuzMKWFtA1OrpssDfjG5Yldm0zSgeCTJqDs7U6vvQ0zCNxaSB5jgvHuOHp\r\n8nvGVO+MmDo0ySXtvBaTuqhPXlIqN9Q+VWoF+lrsWdLHEAdDgKh6Ly7e2J+h\r\n0Gwqgmfg4TqMteeYPxcfnfm1D8PDEquqcibciWKrxG2eJGwcG6rS1W7CfyOW\r\nLoWw/Iv9k0382SDPrkFQPIbFDt59KRxI2YCZilBV+WLNSZvAtwKlGgg88fT4\r\nUPiiWDkBcMRj/MJC56zFcz6eH+6Ajl7ESHyCWjKM5c9WwSVKkOXoRSrbhh0F\r\nyyUQ8vpKIlFLObY5WncdC/sAUWX0fKRqqLFuYozcFaS+EnNop2W6SgnK32x2\r\nzSDprzxTdyxsn69ujDvyF4q2ZY+QSsGJfcVP4BrfXF3iNR2DV2zV16qCSljm\r\nvabIXNFyWyJxTLj/gFhBivmIWY6Pywu8xVqucYD9UhbMdYYccMMubKvw3JI0\r\nT+py/rsc5qxvqDCfoMisQKN+XzjU/RRFF9VHu4C2NMBMwSgCbmYtwk/+CDji\r\nET5IxkvH+Rwu4ZHJGBGZKwb/5wOw7mKiFXlCb28TN6/HJxsfdG9C+r4x7nOU\r\nnja4RZbl11D11w3Hiic0yFKxRmavhjvbUus=\r\n=eWjC\r\n-----END PGP SIGNATURE-----\r\n","size":361188},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.8-alpha.20221007.1_1665166587011_0.3094160515147766"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-07T18:31:46.937Z","contributors":[]},"2.2.8-alpha.20221020.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.8-alpha.20221020.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/coreHttp.js","types":"./types/latest/src/coreHttp.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/coreHttp.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.8-alpha.20221020.2","_integrity":"sha512-cDkqJPzTINDaf22WwpgAlVMKSgdyVA98+GeoBw3dY2w6H+ASAdhPtUK6ipHLDrTJfHLwtoqIGmgcPdNbxvSGFw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20221020.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20221020.2.tgz","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-cDkqJPzTINDaf22WwpgAlVMKSgdyVA98+GeoBw3dY2w6H+ASAdhPtUK6ipHLDrTJfHLwtoqIGmgcPdNbxvSGFw==","shasum":"8a6e57e1862838e828d1788136c0a72605d166da","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.8-alpha.20221020.2.tgz","fileCount":341,"unpackedSize":1748485,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCzFMMVneTWJXaBf7tDJzQN3KzzQkfDUwcnrCFOHy1jWAIgH8OdN/8eF9AC830ZevOsEcuBde3/CKDMdnc2KkRm2A0="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUZDOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrQKg/+JOt3CmV/5NdxYE5NizyRmkmQPm2PiJErcR7gNsofeeZP5mV5\r\nWi1uLWr/R/FXpxTf8+JeIUR/x1GTSsaLB+SerJ0vzYzO5dRkGVmyR96NdkJ4\r\nXrW/yL5pLxvbAL6mWM38PhxRh6i9jlmDnjedJKkmXFeVRtWlGmPZjxM5NCzc\r\nUnYG46E6txBzdNnU6BeaYwJu+nC3oTnQLGukCjuLgaF4RQoWAXpqkybzwWis\r\nrSHfKXsm76v8XWT+rVMTCZth0XvOfyTpZPHM72uP0PhoZW8fbNMDUsq2DfCH\r\nRdXy9Hg2A0Oy80784XpEHXVN0Ut25kkhHW3kMh0nFIkfy+no3rFGtrX1hR/c\r\nCD3POmURfeZAS5XIx/VWzXaW1zNK2DsB0fxTprY7QCCbSb+iwMd5VRag6THU\r\nh3F6Mn2KeeOEgvYLezyug9uLFIR901Z6YAd5kivO145l38gFKYUi7DrVR4XI\r\npviczI0OlkGpitWVKt6VF1tlLOCliJikJ+VlI5L0RZ1d8ReQNAZkKZdRVMjH\r\nbgBvb6AULC7wNTnXMgpsQPjEKVwXyrFwvRSnBvgSKzjpM0SJjkLdOOqayMwZ\r\n8ln8H5RCYZkUq26AWnTXW0eM47i/iPOYKHn7pm/0WIAuOOjLlpD/P5GN3VEn\r\nD2Mjp4aYX2+Mr43OjXqtUv/fRBj5+n7UffM=\r\n=0BMo\r\n-----END PGP SIGNATURE-----\r\n","size":361187},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.8-alpha.20221020.2_1666289870426_0.3944975802440003"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-20T18:26:46.869Z","contributors":[]},"2.2.8-alpha.20221021.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.2.8-alpha.20221021.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.2.8-alpha.20221021.2","_integrity":"sha512-VFHp9hjbG/4kD9w96f9Y+R3iYNEzveL0Wzu9EAgyKlFQ30b/qeiBfYbCTvwQ4pEte7cjdpTC62Dco/tcBnjDxA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20221021.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.2.8-alpha.20221021.2.tgz","_nodeVersion":"16.17.1","_npmVersion":"8.15.0","dist":{"integrity":"sha512-VFHp9hjbG/4kD9w96f9Y+R3iYNEzveL0Wzu9EAgyKlFQ30b/qeiBfYbCTvwQ4pEte7cjdpTC62Dco/tcBnjDxA==","shasum":"3d690d35ee58c37e8f10e5ea116a9787c956bd4f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.2.8-alpha.20221021.2.tgz","fileCount":341,"unpackedSize":1748419,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHBIsOpaYbZhF6VWw7F3/Z9kNoA+x2wde6v8AJ7owQTQAiEAjRGJ5miQmJEL4jvBjLm8Kn1EY39BF7QnGNnTYgY3arE="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjUuG7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpPYw//ZV3io0Lf/EWhw17bRpNgudljK2mPV3z1aLwL/CnUpD/PY2ZO\r\n+5QMFUWtSaeIfxqa41bmfxIX3jdOad3ob6qGpWfUzIcD5NLo8otla0ODdw4L\r\n2muMQn+h81+oAk7kPJxHvL/vNADxLktnhQBVBaVoDfSt1Kl09ovYzki3m9yD\r\nVeft70co5ngSJK9F8hZ3cfqQUwmLYGw2YMDlkZDr5zSuHmNgd6k5kFoWrhIS\r\nUdjbRAV1EHUqALynHsfPImff08phm7LhnqzehSlVyz5BB03isO2X/PvmLJQk\r\nL1R95PE2GzOE46Xrg0tfEEDZP8lPyuCVpaBs398PkEw6I9TMon/LLPBonRZb\r\n6q+3xVsQ+fh2qAcC8sYh9kyexG4txc8/56PHVOcnvERbazvD0I1gAIXSKeN6\r\n+lTL1h+4uiYSNRFZTFnVw1ZRA5yM68ev9zNdUcc/Yir3w3tPG2fj5NyO78G7\r\ni61h/qwg1yokmPxJjf10lRjK2oryjuXjE9uFqYiDEg7W8tp4xFJ1oZKUuTLA\r\nZ+911cAvVLjsDVllsFiwe0x5rGpcnLev+u/txV3a+T5OWGLqdJtbSMsxP7bJ\r\nRMx2iNn9kqca4eO4A1sDSKyfD2QdE6v+aaWelJYtrLqkLcMe/WsBz4OCPTQL\r\nzhgV1347vRHUDdMV/KJpGg2PBWqaAdsAU6A=\r\n=RESu\r\n-----END PGP SIGNATURE-----\r\n","size":361790},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.2.8-alpha.20221021.2_1666376123670_0.5909094301918076"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-21T18:22:28.992Z","contributors":[]},"2.3.0-alpha.20221028.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.3.0-alpha.20221028.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.3.0-alpha.20221028.2","_integrity":"sha512-VCPN/j0E1dAJhMzNQdsX9zc8gKXvUc1hWpDPZI8uk74yN/W5NHQe7awvIs1sHGfi9qslQR8TRHF5Jp5sQKHr+g==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0-alpha.20221028.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0-alpha.20221028.2.tgz","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-VCPN/j0E1dAJhMzNQdsX9zc8gKXvUc1hWpDPZI8uk74yN/W5NHQe7awvIs1sHGfi9qslQR8TRHF5Jp5sQKHr+g==","shasum":"ac6d4f903262c7fab2e673b7d183ebf4851ff27e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.3.0-alpha.20221028.2.tgz","fileCount":341,"unpackedSize":1749924,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCdgilf/KHVWdAb7ByurAri6JYQ7J3CVHCHaTU6mjgQWgIhAK6hxWvoDJOr6PZD3FgMWn8F1nM9KS/LzYrkT1PLcopU"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjXBxlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqn+RAAnXEVyByrYcWFkbKIHHPAXQZd5fmT8kPQdZqksn7DcoXMqAuF\r\neZPzNIzp5LtjXQUyxVXEGqYzr5Hjh1Kz2q19NeWzhZwaM4lM/BagCOggd72T\r\nbwCaU8ZVO/DqOxRcAeGEPgJeQcn158SXtCy8/QrdKXCXHkniNjg6+gAw3NMv\r\nhF/9a7C66hXbn9aVqeF0+lotsoT8wbnvlcRY+1QLiwz26csX1FDj+cKGIc9Q\r\nj/k2qhC1834aaICKb1H/iUtH9HhhtY/mYmubGYni78EZxM+TYzcOFzFKgEEE\r\nh4Fhrwg1CP+StaF7f1BbtD11Q0anEKt8Hgym9Y8a3UsMIDjQEvBb+0UEqndF\r\n6gj/yYjpsIpgApLZM4v51TWscazIRCGMyrYqD4DGTasohWvbrCcVQkXQAAfM\r\n2H7qKVUx99mk5nveIEzV1cB9GtklrAdGqJK+b4hnPCe2Svi15lcz/jCjCP3r\r\n54dtvSLvIud+YWE7MpFnATlTRGwleRHOW/D6IiCPkyNDnJV42SX0q6LBcxjq\r\nV0DwP26EAwV+mUGuMtDjAebcjoYl6d+g0VVeLj8zVwRRZnS+o/sFMnopLbo+\r\nyBLpAPn0+Li6fvZ9Pn7XjYVLCfmnQaixC2nCkzSGGH96UhHj1HoIc9hxFGOm\r\nHiUlUJdtuXjDV0oWCQVvsyy5kyitYSaLgXA=\r\n=XkwQ\r\n-----END PGP SIGNATURE-----\r\n","size":362054},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.3.0-alpha.20221028.2_1666980965608_0.19959798978723953"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-10-28T18:16:18.568Z","contributors":[]},"2.3.0-alpha.20221102.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.3.0-alpha.20221102.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.3.0-alpha.20221102.3","_integrity":"sha512-QvCbKJEBJQEskE+tFx452MWelGkx87lPL9hAdsK/aHnAVZp74GdfsIFDgoFrNCart2TuJjByTmEKdrbgI8Qgsw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0-alpha.20221102.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0-alpha.20221102.3.tgz","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-QvCbKJEBJQEskE+tFx452MWelGkx87lPL9hAdsK/aHnAVZp74GdfsIFDgoFrNCart2TuJjByTmEKdrbgI8Qgsw==","shasum":"dcbbda3b40c440965dad2350d2a53142bcef8e06","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.3.0-alpha.20221102.3.tgz","fileCount":341,"unpackedSize":1751505,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCDUqBBBSkCw4X6TXLfvzm19BPnKoYkLFkMWakiqJCC3QIgcmcjKidoE15RjQGK4EFhR9ZNiNTK5LUfv2Ur0YImF+o="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYrRMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqOQQ//TAdPaK/DArI/bj2mRkpYmNiscoSK6fsdH/7QQ2uJH2k1yawn\r\n0DPA4VaGcDeVkmlbMJbCDGovmuAbSZfWCCc9HslaG3H1NRzYQLiUmxOBcO6w\r\nyXaEB3Qn3lpkZ8D5T++TFD9P6pBpMJUFIpGdd+Jl+SbnC53L1h6gAAHykICk\r\nlyz9h3HeITqnmz40mHn40/9J0A0dP9zmMuFQ35dXoMdT341zJ1mk2txSkC4T\r\n99+u29IcpbttH5LuKmjVZaSxc7FYpmiv/OsTBRKXYpAuQlcwzrGb+nqHqDiL\r\n4HT9Nx0aT4B4x0bfEP2J9AZPWd9gwS3oRPu0ZcjPimO7W9YdA6nI4Rd/G9nZ\r\nQYjSNw88YbQF5DR2TjSRhehbVcasjXOIOj/tOMSm9fkw7qzajLQ32SlbmaML\r\nCTGgDCHkW4lxO3Aio1rjkCY6C9mlhgDqnWC0KF6WSEsBGW3G9jKpQfdZvN7b\r\noN05pBhuQrQJgcJdJQUhTWe/drodJTOpyqZ+M9CaWLZMCvg/Ij5i5DjQjDoD\r\nG65amc3e+IU986ZuY7aCEn5DyMyr4/VRT8t+lzeA4a0gNDImfuK8mcxNeo1g\r\nkgTd4UKDZu6hos4u4oyKMvkLfxGHedVie5YhickOs9PXvo7C4rTTsNIGRHg3\r\nRN76kqBONIDTmFAfGKp6pkJRyyZoOALaL4Y=\r\n=UfQx\r\n-----END PGP SIGNATURE-----\r\n","size":362451},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.3.0-alpha.20221102.3_1667413068504_0.21383380558438558"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-02T18:54:47.624Z","contributors":[]},"2.3.0-alpha.20221103.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.3.0-alpha.20221103.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.6.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.3.0-alpha.20221103.1","_integrity":"sha512-4ve2KOrD66dwb55Oh8kVPo4i1NcJAqkvAiArH3xU0XfJuN+HG7UDhs8dFCETRPo5qfqGotmL55y0NgozLmYrKQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0-alpha.20221103.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0-alpha.20221103.1.tgz","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-4ve2KOrD66dwb55Oh8kVPo4i1NcJAqkvAiArH3xU0XfJuN+HG7UDhs8dFCETRPo5qfqGotmL55y0NgozLmYrKQ==","shasum":"84009eb01d3ad763c668cd3ca2b198578f26e87a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.3.0-alpha.20221103.1.tgz","fileCount":341,"unpackedSize":1751977,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCICwvwQYeAM3plEZF7nKuVKEHwpfn2p5pf2gFBr0W6UMOAiEA+JQoxjUHh5VlZwGTamp345M9uL55N3zHk46K3jftcCY="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZAXAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmruFA//XOY4j4SOV6bIMIZASl+mj8mEgsysVGT91a1bxzAPvaN3MePV\r\nFIZrICBiItdYb76+BCfZKgw8BiMrclK7cwsWgBqNjEXlG0+W2njZOvSqQeYX\r\nK4FeqPBhpufnD205rJ/EEMFYr15jxUc80Mdx8mdZOTcQzdrKMmwTKN3iVW+e\r\nQwYOFDGZXO8RKFqFO4pNssccnEmE+42QBz+0XxVKKhNKRahbMsDvTAhdjfyP\r\ns0FQUdVQAhJ5BNoP47qYdceCeb7jO+ff4KLf4oNReOOWEvAryR1maUKbKiq4\r\nssCk2wqZKfm5+sEYejnq6mhQPujW8kXqcBWNwPfQQb602aK+276AGbthZHXl\r\nrOS7S2EkmGvD/l47qM3xw0CoO2TCxijuUD3uOAPlI+5rW2qfqZgohJbhe1z9\r\nUacSd0+u9h5xv3GLqrogzmyfqkLkCkw6+HrxyZ1N+Z7xawj4NgW0Daz5oOT3\r\nTyhbqncrojuAgr0AEWNm9hkA4db37yD/2ZnCb9Nj8jcU8Q6tsPxxAOptjhiN\r\n+WAcgzbyiBXd6nNYiBMSKPOwd780d7OIe/kgA6eRC4C+GmlGjvxWZ2cffBvn\r\nHcU/fJqtA6joCHNQMGatxAEgooXDjzahQDtcdEi2xwaF3Q7z5oUALkbJsoRr\r\nE2YgzsHvy8omGNaD0EgMGttR1GI82gR3cYQ=\r\n=cnF2\r\n-----END PGP SIGNATURE-----\r\n","size":362524},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.3.0-alpha.20221103.1_1667499456644_0.6330104150488767"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-03T18:20:08.010Z","contributors":[]},"2.3.0-alpha.20221107.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.3.0-alpha.20221107.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.3.0-alpha.20221107.4","_integrity":"sha512-SdC4VdNYV3NOaI5IO+X8bAdXc+GM6lNOT/O/TIXNze99057d8ns3aJmRkrV02dXs5Dy3RsSBoJrpSYqSx+TMBA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0-alpha.20221107.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0-alpha.20221107.4.tgz","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-SdC4VdNYV3NOaI5IO+X8bAdXc+GM6lNOT/O/TIXNze99057d8ns3aJmRkrV02dXs5Dy3RsSBoJrpSYqSx+TMBA==","shasum":"c9e4b5780bc50d4ab493db58c766e3be009516ec","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.3.0-alpha.20221107.4.tgz","fileCount":341,"unpackedSize":1753536,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDNYzI1Kk4Ux1PjaFpyEouedST0CGV98crFbP2vkTsMOwIgSyMVRLuZ6L5lK8vi7qGGKlBe2UDK+mZLJNqOoPQqXyg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaVj9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBBw/8CPev6VbvbG9VZN/4cefsuEjz5Pua5xYIGvcsR6jUhPhwJ2N5\r\nCKrF9r6D/I4KSCHkFQLzQDnSFVdmRU6F7SJD1lCbEpxmNU104/TGoVzqEFAE\r\nTODbcwDjJwF9k9dLD51kdktZTgqrpMirawi9RPz7LVGmtPyWN0oHxAP9pUrg\r\nSL7v/2ybBQW8LnE0yLsC3SX45ifUe1XK5mq52zXofPlf0Lwa0/pr83V4INsi\r\nGbeUYQxPm58chiRlYbJtnMyVxnRJkHUOsAR7nE/jAm/wiX3m8z1yXIvAv/NU\r\ne/sZ52YpB5/O+K+bYjV29WCzXoZDwC+KjxPZetb57nWYXW8reCSqr96C5gou\r\nhmByZgyNDSAs3OowA5UUOhIjOntwTjxseBR1G6X9L++3wdYW1ISNWzCPSzg2\r\n2c/xLH9XFXjtBaOaflaY5C340J8ciXbvv9D+Dno3Hn+9gUDn5V40Ufw5FpJi\r\nPj0z9xl2jgMu82zhxQDDz8Bja/QEiWErBPVWLzLYmm5Vaq0MmBDQ1D1jA9m/\r\nJ3jJQhZ4JbgakvxfiZJekIpQwiUFXSuGqdoTpHOxHPuTvZw0YSNk95k3r/XX\r\ndMBhoWP3bTL1xfKbpg/IADMz2fbajBXQPmkY00QOuf5ggeqhlhI7D/TH1sf9\r\no70sS6TpfyPKYN2+3G+Ff2sBMHupGsNIJWU=\r\n=vG4l\r\n-----END PGP SIGNATURE-----\r\n","size":362956},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.3.0-alpha.20221107.4_1667848445576_0.626262307272397"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-07T19:15:54.930Z","contributors":[]},"2.3.0":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.3.0","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@azure/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.3.0","_integrity":"sha512-Gikj2QO9W41rw7yiKWi2Q2OcVcukt+ux7ZZeFy4ilC/0b1Wcr0rjseZh9bqJ3NI9+h78Hix34ZjEg316iHjbTA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.0.tgz","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-Gikj2QO9W41rw7yiKWi2Q2OcVcukt+ux7ZZeFy4ilC/0b1Wcr0rjseZh9bqJ3NI9+h78Hix34ZjEg316iHjbTA==","shasum":"fb96de9a96923c186de15127472cb8e177f7158f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.3.0.tgz","fileCount":341,"unpackedSize":1753459,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIFv8RmqK15vfDxmqD6f3gri9wLXm4/9BEF+i+Z1wqOypAiEA6i6zEVNvXZEw8rlkWeMlmiFY1i84kkogGXE80YHgnXg="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaYVbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo8XA//aWodxNvFeBcGFrlILC1rNt+V26bAg5+CubKURCjZpKR4ExjJ\r\nXnXjLX7iYB+jUo6wuQzPSeN4oMc7gW/Tn+5sJP8bpagCCWR9hCBjm+EXp1Ba\r\n2DGL1twV/XTT80wH6AQeBD9taq2fBsl5q4NPVKtIBTH1igBAngWGanHSoaeT\r\nYgGbEWQyGRiakR9uU3no0bWnuNBKY6bhwnwzI3jdLZCjyxBrkHlDJJOCeLkh\r\nm7PBh/gLl9jqS78ZNp6yDqEyqh5njz/b/0M1nq7V3S/pJf67xDIAcqVojcVu\r\n8GMdmocMsElsMfPDzdB/j4ukdp67Y9sROWfZJK6AqcMPZSxJruRl8IcK9PyP\r\nPc5jYqwMkH1Vg4pIbMJEbJUrWIYK+0L3aV/obt9BfY5wwZUaJsNbceALffAl\r\nv79EuPxWd1n+f7E7VFxn430Ghm7caWmpiEU5L2IlqVe3H5W6uqxQOpUBrcwi\r\n8PyHtGThWO6kWWkJ+LLS/JjQ5WRRc/327hzBT/8u9u5+lA2zEPv4mOx5++QS\r\nhdgkcZXnHIDKoo9OhK/k/oMb9Y60gDqUxObR2LjLbJPOg5dANSunrXVhyl64\r\nyigjs0UxhQgFEYPX95RVaE0Fsqn+AErBM4LQtKv1F6eExiZDQX20MpEkyvlN\r\n5lDBYAQYJSV2dyTvVE//fqWXv8c9F7bbca8=\r\n=jilr\r\n-----END PGP SIGNATURE-----\r\n","size":362932},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.3.0_1667859803399_0.09780064781016184"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-07T22:40:00.294Z","deprecated":"fixup of bad release","contributors":[]},"2.3.1-alpha.20221108.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.3.1-alpha.20221108.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@2.3.1-alpha.20221108.2","_integrity":"sha512-0pW63stRVV6TFlBNppY2/7RXQi7yCoRAOzPVhmlS2gwKhnK4lRh7nARcpPwoif1VaCvaXLZeWaJ+/E/eAjSxhg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.1-alpha.20221108.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.1-alpha.20221108.2.tgz","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-0pW63stRVV6TFlBNppY2/7RXQi7yCoRAOzPVhmlS2gwKhnK4lRh7nARcpPwoif1VaCvaXLZeWaJ+/E/eAjSxhg==","shasum":"2465f614d8c36474f7fbc2ccd0a5598236bd5266","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.3.1-alpha.20221108.2.tgz","fileCount":341,"unpackedSize":1753536,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDUgcjnaM/7PiLmkMzIv0u8PbYly2R+UpHLqKGUlPRgswIgI6pEHmXn627bZkk3GfgDchrpcCYn79kZMejJnSD0kW8="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaqugACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmozBw//dvH7T8VgSlppiVQ0jgbm7AejSaKnAHk7F9dDpON9nxw/D7l0\r\n1/yDyujhJ+SeJzlo2NeqjLw7rLf3z7r0qljMpkEuZRROOOnWd99Nl+F99rR1\r\nee6xMHlqN1sjQxspD5BlJyPFdjg+bIY7xkjW+BCyG09XSF7+xl9OtmjTTsbW\r\nZVir8KHYzYi1vocjDJJHC+mkNQdHYXC/nnZjc4dmUZoWVa1ymJQsmE1CjWHV\r\nqEREUl84zOWy1e51HFna7N7VoJYtL5Cq8PxWSX1s4Q7LrqIsBMRcOkjkags/\r\nCs1WQRuQYCzyZ4O6Mq6o0qzyuuj7o+DgzM3WYewLcbE9MdxwTAOj0YoylcZT\r\nelu5DGFIHnhA0zcqzYw6qeAEuK+fWlsrYmRZPMa8gT/FdM0txsIvFhElUgW+\r\n9Nt9RjW9sGDBZ8psX7lzkeBk4ysJ7orXwmbYhr1MCG3tH1r+uAwOnaN1SYyN\r\nKmAzLYioWkYr6VkwglVeq5KzzAdogLZ0ooMThW6mU8WG4qSBDgzScNKIokal\r\nA/Ir/k6yFCMJyomm1f0baq7oF+Qrn+apVlxvjdGls/oPJverUi+NBHkeTVKM\r\n/2w4PuVmJukNP1EmASltOFk0RrckX6O2/mXaVHqPMpLoC2kc4Us/vwMVTjbD\r\nK/Q0f63W+AjXtymJk2T3JSU4/hmXcY6ncNg=\r\n=WUsX\r\n-----END PGP SIGNATURE-----\r\n","size":362955},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.3.1-alpha.20221108.2_1667935136521_0.3206772828137212"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-08T19:25:48.757Z","contributors":[]},"2.3.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.3.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@azure/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.3.1","_integrity":"sha512-cur03BUwV0Tbv81bQBOLafFB02B6G++K6F2O3IMl8pSE2QlXm3cu11bfyBNlDUKi5U+xnB3GC63ae3athhkx6Q==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.1.tgz","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-cur03BUwV0Tbv81bQBOLafFB02B6G++K6F2O3IMl8pSE2QlXm3cu11bfyBNlDUKi5U+xnB3GC63ae3athhkx6Q==","shasum":"eed8a7d012ba8c576c557828f66af0fc4e52b23a","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.3.1.tgz","fileCount":341,"unpackedSize":1752837,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAIqsPK77BNLOBk5r9tFWax3Jk7uu1vFBWhOM8AnpqGXAiBTKvH9jhR9rUFEkAiCIcSRd3qRU0ouRXgpfTQRHIG4Kw=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJja+9dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoI8A//VgUwh+nNtQKp7qZLgw5KVzMbUvgXaGNkUYxyqIM0Y0soSFHB\r\nDu88RndPXyNfAF4IT7BOKZ1JELtFICmGPAX7JBe6flfpdHSMJwbBvyUKes2y\r\niETMsiiSFVwazxPOXcV91xtEhIeg9KT/2eV2qrMb4Ts0YYLKWZRzmMzGwVeJ\r\nbU8ltdNcncFJo+W8P9N2eQ01w7WOSKHQfwsCw8gFiUiLPuOvhQ//dkbNJ7T+\r\nhn62ipsD3e+thntzW2r8bt3tOm/G1Juj5iU4gyj95VGsj7iBky3xcmRNxagW\r\napmf9u0G4q3IBKS7U8X5daiIjHgSfcEzwk5RBqww4xLMJozNur+bx90CAHWf\r\nN7eWNTrvOw91cuWYZTn3otroZAD9/DBclHpZSxfgswVeYFVeDf7HlERXsvHw\r\nifuG+xGFVQsV4SaeRkeieV/livwIQAiIw7QTS3rmKAMa2qSk6Kh6u8nLeMcY\r\nSkYdmxXDLUWvLcdjQ2ROx3TA8zNLysk1NCpmZ8U5ifqcnq1vRp9Ako11+3JJ\r\nOY7xuPsOrk1dCYi/MmGxsQjos4ZhJUrQOnzXctkVKqqKXyymi8wcMkbBz8UX\r\njhM2jUIEZag9LtXeSsnO5wJ9p8C0ppGF4H+to+E6iAAcX3rUD85zbe0qEN0o\r\nBl6S+7KBZLPxREPE4cycdle4HjZtgEigidM=\r\n=w5/G\r\n-----END PGP SIGNATURE-----\r\n","size":362865},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.3.1_1668018012851_0.30185623558454067"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-09T18:20:33.534Z","contributors":[]},"3.0.0-alpha.20221110.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.0-alpha.20221110.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.0-alpha.20221110.1","_integrity":"sha512-wGnGeMhf9xpb1COiX+UHxr3GHh/aIqQVV5vm9mn2HPVB99yODvVtm2WyNffdj/YQ6wvqGNr4LxJl7EDcRgmgRQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20221110.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20221110.1.tgz","_nodeVersion":"16.18.0","_npmVersion":"8.19.2","dist":{"integrity":"sha512-wGnGeMhf9xpb1COiX+UHxr3GHh/aIqQVV5vm9mn2HPVB99yODvVtm2WyNffdj/YQ6wvqGNr4LxJl7EDcRgmgRQ==","shasum":"2774960b54f8a630f47f84e13deb99f876dbbec1","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.0-alpha.20221110.1.tgz","fileCount":341,"unpackedSize":1753536,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCI6EUT5gSFfGrC+fDr18z0KGxXjnDdQ+akRl7pli3uswIgedPtSN9B9RuEKi7SCJcFVYmmppa21yS+G6vxF514hfI="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjbU8kACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq3vA//UvO/zXd4M93eM6+b/V+uGzxGnxwZM/YdEdRg2tA8nhBznq7l\r\nkfskfJljkZDyh1UzC8WMC6sGTBQB+1qtHuPM3XNyYp97g2FwkM6+hIa/Abyc\r\ncPnjU/fu+rPP5PiPOiQYaXZ5zD+eosjWhcKOwzrKtX0TY2bZojzJhA5Sv7tM\r\n3+gOXOAlhdt5bODe+yxiZIdyE1Ycb6dU4UvY/PI/dWJ8g8n4ElFr7FU/zuEA\r\nj7tPhfTM/ekRsl5/KH7C9rhYm6o1c2EGIBktwVOhuHcMwKId3h0syuR5j1Vp\r\neUfoATwejs4UWcki3mRPYwTrT2rHfdyEPEQQLP8WOLG9FZDHraysgXYqVl+o\r\nKehD9szgQz7U/2h4bQBKo32ZzRBhKrxootOBChMxAeW2OyphoxTmlpg21kbw\r\nHtYgSqMZOKkBzPSFRctqLILYQItqU2Ota0d/UFE50yTP9wo5gq9BLC9bX1Pp\r\nuJOgL7G9TixNAn9NkBL91qmzlSCmXz5tSMXf0jZpZMnUfcEKYUd7T0dKR/a4\r\nEh2gJ60FXtguloPdLqU2GNj3P2h9KEL9tAAgaDPwa5GvOONPydr284iDC1db\r\nUr62VqMFcOlfxaydoM4y4+pfmDKknnpa/tP+5n6gtG0I/0SnDB+oslx17fw8\r\nyqhxSbbBZhoMTQKXbAq0nblUZXFx2D7e3/U=\r\n=bpYZ\r\n-----END PGP SIGNATURE-----\r\n","size":362951},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.0-alpha.20221110.1_1668108068250_0.2444316024168285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-11-10T19:21:26.118Z","contributors":[]},"3.0.0-alpha.20221208.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.0-alpha.20221208.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.0-alpha.20221208.1","_integrity":"sha512-soEXEFy4eBblrz1XGwLCQUS5sokG453rOGR4vFeDK+f/F+a0JGq3ODrNZ68YZ5zUwiD/TSkOhJtxKjHVcSNTdg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20221208.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20221208.1.tgz","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-soEXEFy4eBblrz1XGwLCQUS5sokG453rOGR4vFeDK+f/F+a0JGq3ODrNZ68YZ5zUwiD/TSkOhJtxKjHVcSNTdg==","shasum":"03455e98054aa34beff4d62d273d6ff2436e53e3","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.0-alpha.20221208.1.tgz","fileCount":341,"unpackedSize":1753536,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHGo0X1FoxLIqcr0UrxitLB5QaTzLmblaeZms8trXSoZAiEAm/NB/UPgwClkRbEkoOygEM82ZJ/wPAI3fTHC2cr4q04="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjkkEKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoTpw//XTXxx6G55Q/MGM8i99/naCBCh2etNdQqiXqMNS5BZMH+d8/R\r\nBEO0gQ4DDzb+8G6MehIAN4hdiGjbCrKNyUIyuHU3z+TAmd9dxM7nVhor2y1z\r\ntUM1AbOmSSloc4AVHiwwcVt4khQpzc+lRIdPbO7kEESfhuJRDAn8jIOxHC8X\r\nfFuohw1k89gyKQdx3O6naTtAk7o6F0JWn3AWBX+6uL5rE1y6VVXrpgFJ/o2A\r\ndY54Nm8RVXmt6bWybm/tDXSUW+zSoK9Up1nyOywbMeVgBDJUgJgvE7yKLPBP\r\nxLpknTdnQ9iTB81+Eu8m1adU98xSFU3XqFl3IQdJDncOQ9m+XuT/NQxvh4r2\r\nFTAHxxZK/YAT3qBy3XgqhLjjTU9X+INibGLJ5mPuLSu1K01XeqaRAWBMsAcu\r\nxqf+i89xXwGs4ygEckdQTKWpRstk3IJC96EuvR190GU0KEEUash4BwKr32Rd\r\nmVdb2rVdEmJkIYSWUD8GgfIboaMP04ZtWnkszwmhTYvxAvE4fLdzlBzdWfXd\r\n7ykJAadwrqWsLZbNOf62IsWpHtyjKfRK0rFbmPteuiQ5TNcPsSlAPgPadrZ3\r\nAU1SMNtssDFtg2oVrupvHGwQNnRGSN7oRWT7JMn7y5qFSkmBiVAYtkPWZu+p\r\nwmJla96sg1G1JpjNqtxfyXUmmHT1IWKgrTk=\r\n=BhI+\r\n-----END PGP SIGNATURE-----\r\n","size":362953},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.0-alpha.20221208.1_1670529290253_0.08114812377915825"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-12-08T19:58:00.250Z","contributors":[]},"3.0.0-alpha.20230113.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.0-alpha.20230113.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.0-alpha.20230113.1","_integrity":"sha512-GIVv8nXmZxq7BS6vaDCn1gl9mS1jhDF4gm6BTJ0QcAGywhecrnZAO6EK8+fisAoa7EYnf4nMmQ7qk34mTTa4hQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230113.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230113.1.tgz","_nodeVersion":"16.18.1","_npmVersion":"8.19.2","dist":{"integrity":"sha512-GIVv8nXmZxq7BS6vaDCn1gl9mS1jhDF4gm6BTJ0QcAGywhecrnZAO6EK8+fisAoa7EYnf4nMmQ7qk34mTTa4hQ==","shasum":"4cb1ec26eb9e363032e3826361209dd76a3ddb4b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.0-alpha.20230113.1.tgz","fileCount":341,"unpackedSize":1753536,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQClQskGpiBJ7DnG0FgoyzepIiLwowWr9EdOdy26pQu1lAIhAKOVTyJWpvErvqPUwFF77/W+sBP+yvrneS4NabMd+bBY"}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwa6oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmoflw/+KYEXjkdmZsedadP53EoTS7JvuUvJHqIMnbHSHCu2xPTMwdVX\r\nVptp24MUBellrFr6FXWD/A0nwu3iwWqkuOdf3n4YAdG+9hXr9sfXC2kk671j\r\ntLJkHGl2kOO05woRQRq8aIgKSo8hjVWFmhgBlZ4lh8JeGXiMOs4IqU/jak5e\r\nRGgPy9Z/QWUyIlh7aTBgkbwEWLrPHt+z8l/Y+X+2DMCmyTqZjFKvMtsLCNof\r\nuNr718DFbR6QfTsCCI/ac9V6i1z0a8Gqd8hivbNneT89AQQJEANQydmlF9tw\r\n9OozAKhvDVPskp5CLZfQW5EItf4C4ioWX4PK21VCvkuzk6jpXYWTHReDNfy8\r\n8KR9MoPhi/5arvZjgdO9u7+yMbX5GgQ3aJzVddZjmIYehQe6jgrxypOVlrby\r\ns5k7Gi8axutVNL5UkqOYZneJNTqP6fY+0lRk7D0eh5rHy7hggdbApvaa6BPb\r\necHqphZB0Es8ky6nqD1DPUV0k7QnPLhML8kUq3N0f1tfKBR3nxBQXPPj1mJs\r\nDsDwu2YXU6hz9mxTVROBgOW/389LQgiahMlHpFECb5NCbDqZn2HRatQVmV2l\r\niGUHqemHckkvye93HkRBFc7rEwKhKtsFvZIP4IUG13xPoVS6d8X7I9rZGciM\r\nnQIGjpBaXmLrXNV2jiDqnHXMNYjYI8qkhnI=\r\n=7tJZ\r\n-----END PGP SIGNATURE-----\r\n","size":362953},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.0-alpha.20230113.1_1673637544499_0.9937985212224365"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-13T19:19:04.728Z","publish_time":1673637544728,"contributors":[]},"3.0.0":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.0","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@azure/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@3.0.0","_integrity":"sha512-BxI2SlGFPPz6J1XyZNIVUf0QZLBKFX+ViFjKOkzqD18J1zOINIQ8JSBKKr+i+v8+MB6LacL6Nn/sP/TE13+s2Q==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0.tgz","_nodeVersion":"16.19.0","_npmVersion":"8.19.3","dist":{"integrity":"sha512-BxI2SlGFPPz6J1XyZNIVUf0QZLBKFX+ViFjKOkzqD18J1zOINIQ8JSBKKr+i+v8+MB6LacL6Nn/sP/TE13+s2Q==","shasum":"345845f9ba479a5ee41efc3fd7a13e82d2a0ec47","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.0.tgz","fileCount":341,"unpackedSize":1745925,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCyrfV2tfoD9PCN5p63F7kDW2PAY5UhFYbVEqxeHC6pHwIgFg24vlU2Vb+1z5SDUkwKMwbzLaIUcd+a4JXQihPLLKM="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj3aLDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBQQ/+KBwiQX/6SfJjqzk8MUNDsvcutDi0arLEBAV+iDzkXgYaFZ8m\r\nOGPnO6LG/uXvTvCkL5KBbNPOcvmsoXxDg0ZQSm8d9zFaEScc/3H2W63ULsFp\r\nEQliWBuTdw7BmWjJsrcE0K6YXuMTeCXZ97zcF7WyGmGdrQ0pXODAU2f2taNX\r\n4G6jKmiyL3ErPGSPNgEngD+bkSd4mBsWpOkd+cC/jPsZFw8Vv7sDp2bfTK2L\r\ncN+cSHOOMurqiMPDOkb9lfb+KbrKGyONuaPSOt49xEqMDOfxwB5cqGdVcry5\r\nx0BzWO3gsU0tP2AhuyzHyHben4EJCCyTdhFmHrlA/WlKXX3aGA4xLCDxhDAQ\r\n1qwJUsBEDYhwDrcaTjIh0RbdEWcBRqFx6Sl/qnCT1nOnL4AQCxKzOKoFPHJn\r\ngiZmjdfwGXFuGheqaSNS1BjhoCynN7cbRIjU0IopgorNgsCrBdQ/AJ7t05fG\r\nq8Me4wUJ2QyLyQPQj25ejMciUdjcSDWxBbQYqWaAFpAom7QaG6NFN9Ua8ioN\r\nidj5s0Qf2YrT4nKOguWJOnmN4Foow1O2A9v9NsoiQnRrsQMRIYqzk5ZRduey\r\nOQ1+vs5/rhZiSKzJz8F7RyNUMB+1ii5l01nsOwqE8/bmOItQIGV+vO7JwkLl\r\nHhWoSzZcI6qcRq7TqjpON0/cSAXJ6rhcaJo=\r\n=obGA\r\n-----END PGP SIGNATURE-----\r\n","size":361262},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.0_1675469506890_0.6762688928937486"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-04T00:11:47.150Z","publish_time":1675469507150,"contributors":[]},"3.0.0-alpha.20230307.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.0-alpha.20230307.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.4.19"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.0-alpha.20230307.4","_integrity":"sha512-IG5zC2lepMWspJGmK9lTJH9nud0ibq/wLnQZA1Z9UUwxjW9gv10btMC0lqyC/awYkyRJavPXdJYIMAzYPPNJbw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230307.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230307.4.tgz","_nodeVersion":"18.14.1","_npmVersion":"9.3.1","dist":{"integrity":"sha512-IG5zC2lepMWspJGmK9lTJH9nud0ibq/wLnQZA1Z9UUwxjW9gv10btMC0lqyC/awYkyRJavPXdJYIMAzYPPNJbw==","shasum":"b32920f5bf21e40333c5a15c996a3447f47a06df","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.0-alpha.20230307.4.tgz","fileCount":341,"unpackedSize":1753499,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDGvQ/iSNUWAl9jrLFdZYOLZYwDSHGnIDN4eEZZo/B5hQIgRqdA8UxhP+TtXRm29AohrC76chmTlBTHlHpQyn2hXUs="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB43IACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrZ1Q/5APQONEZnCbMj4hvyJRNGsq10lOoRxlj2FuJCOBhmIcgXCa9w\r\nXKmxA8AMKKX/RFe4pXsbV7/4o7jUWbaKIszQw6vJE63i4Sud2sEQGi03Uxip\r\ny4vyVnVeSAbpGRtcuN0DVCTUvx018PoZiQ4pa+oYm6vMp/tn6b2efZcPvEna\r\nqWPAB6WRYWBUrIgWOchgn1qVkC6d1JI/SaQFV0SAaHaNDafXjooXsj2BWxLA\r\nYAmzbhLrk9DSajTCBeeIlfULfYJAYTVawAf5zqf5bZge2YiQCd6YyjhG69H/\r\nuwpU9CadFo97oaYBhywtPzaMIPACDRBSY9hzacmry/aNmtL9cG1rQ2YPkhE5\r\nvhNP9u7GquHQRlTUKi94AsN/CJuwlyqCJSI1BueP44asdfmGhzfEuObK1MX9\r\n6Z6Ts3ZTAXJElMBOKk+BoVGWRxVXGUji15t2YDkCm9C+hma7i0FJU6hJyxYt\r\n5kdPcDZ+Nyz/b40nsW9H60UlTJye1Z2YxzgVypmsgYmsuSIfIld73zcXmtXW\r\nEapDKSh6+alNbUlzBHp3t0Ep9fuAhAMrYjzHaLRvifT42hXNc7SD6t4Mp6kZ\r\ndwYNtv0QHLl2B0Mg9d/8HKVSZyStK/DUT3wVXipMIrBPos1IN/dhy503BNd9\r\nblYk00sIDvSI5dexUSBdSm9Ahn6J/IIlG+Q=\r\n=yuQX\r\n-----END PGP SIGNATURE-----\r\n","size":362946},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.0-alpha.20230307.4_1678216647924_0.7067935946415256"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-07T19:17:28.152Z","publish_time":1678216648152,"contributors":[]},"3.0.0-alpha.20230410.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.0-alpha.20230410.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.0-alpha.20230410.3","_integrity":"sha512-O8IU5dwhMNoEgOg3fT9VfGdFlozdOkbVNI3jLafMx0vnFMd0wM0V51ZbOHft5OMkK62nkh3AbPKKlavYAwntaA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230410.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230410.3.tgz","_nodeVersion":"18.15.0","_npmVersion":"9.5.0","dist":{"integrity":"sha512-O8IU5dwhMNoEgOg3fT9VfGdFlozdOkbVNI3jLafMx0vnFMd0wM0V51ZbOHft5OMkK62nkh3AbPKKlavYAwntaA==","shasum":"e006715c018398bb23023e1c422265df4bbecebe","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.0-alpha.20230410.3.tgz","fileCount":341,"unpackedSize":1753498,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHmUK/fyTRMqkk7xsDOrd9XZ4kmdeRx/qJHeo4JK/W0LAiAC+39TdDfZkvgbpf7ibWlX7ef4RQV5QHT914kXIrKEWA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNFOWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqAxw/+NYhk6VidMrr+Ve6yT/ll22M/+QEZRm5LoQcE42x+hC5L8MHc\r\nhbT92bfMzX3w/UtYuMaWmRvojoXOsBbHTzMkFWnU26nshX692xvFTM6HAzSt\r\nusseh5Qnv9piSHjeNsWeZE/N9jvOjZQ106TVB0dRD7S2iwgCZN28TG+qgT7S\r\n1aZtl4zZfbntun2OZZE4Rkm7qiBBZfNvLKyVaRDC2307wf6nGDoFBSX5Ad5W\r\n1n5ryJanE0CV/Vy945BuSkwX+bJgVaJqWhuIlLsA7GBlH3rFoLS30Rx2tlLi\r\nfY2yeFE88Ee/ThbNM3CWeHRainL8VQ0p0Lb2u0Uz0CjOTQ3PAs8uhEaxXKlU\r\nmLJk4sBFG1uv486zJ1CDU0d10A08J6VnxyUJPq3QK8TFZAVvi7Ec96mT2Jjk\r\npyA2cCv0oJIJMvn7Ywdc1rOSCr1uwPso9wm+/XRvuxE9jnGaG8dBLVRGFer/\r\npMAcQo8S1WtuAbn6ZrPZdmqv0MCxop59BcWDnNHitzOzRdbP1GlW4bdFZ2jP\r\nh5LV376GdCmIvFOGdPdnfO7rYTd55KwJEjL3Cd6kvBYNpUdbRGWKkMDQGz3A\r\ngyzrUPGkvkOx9mgBjLy/XvOAvMRs4lJC/jVek6gbsJRqYKAKj+LzZ0/MCynl\r\nuy54O13djIsdtYAdOiM1QGZTd5SP3z4o8kE=\r\n=t5+X\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.0-alpha.20230410.3_1681150869857_0.5683923642393507"},"_hasShrinkwrap":false,"contributors":[]},"3.0.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@azure/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@3.0.1","_integrity":"sha512-A3x+um3cAPgQe42Lu7Iv/x8/fNjhL/nIoEfqFxfn30EyxK6zC13n+OUxzZBRC0IzQqssqIbt4INf5YG7lYYFtw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.1.tgz","_nodeVersion":"18.15.0","_npmVersion":"9.5.0","dist":{"integrity":"sha512-A3x+um3cAPgQe42Lu7Iv/x8/fNjhL/nIoEfqFxfn30EyxK6zC13n+OUxzZBRC0IzQqssqIbt4INf5YG7lYYFtw==","shasum":"2177f3abb64afa8ca101dc34f67cc789888f9f7b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.1.tgz","fileCount":341,"unpackedSize":1745924,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEc9Maj7est15/1HqBTp/2co/WkRhDww92WYLfe3rU1lAiBESfvm3bkLcBoiaUOzia8sx+jUU76kmOLuunebD0HxTA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNaqWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqUmhAAlH9G3bkpWPjHYHPdNCZI1gl0GtMBCl4tPF9CpSBzFvYmDH/l\r\nRJOPd5HdWEUEMNtHVMCAPQSOpRBysfTOtpOCgjcf475f8Pl9yOWXYqClqdAH\r\njUtkqCJstWwrgo182Tt2LAB9fO+QKRTxNccoHwniOdahmiM+g16v/LxSVIOR\r\nFQTYzLZhcfXYQNN+gJ8OjvaWVCkhsp2QoXnKDl97rkrX27Yr2EzeGdbZGLbJ\r\na8/NtAvdIj1jFkvSk0ZF2e86d8l4z0ssaan3yvlmkHQuc11s4kjd6F9PnL7H\r\nbFc79io2S8pATwKR2t24ojcIzyvBa+HiAwB1lz7+5r+TEi8Liylj/E7MBxZm\r\nQpQM6L4pC/x1ZuRVsOauf7usTpujJKwPkJknHeST0ZM/KPvOn8ICyLhqyXFG\r\n5ANkExuugXzrj4eDV2/DNlaf6dBwoiA/ngCeRCMgBSe2AEHZzS0TmGaUluO0\r\ngjLJ/4h/LYUFuZzORUiF7eAzzdfvsKs1XFY3ZGmHUgDacNFGJNd7pixCUDHs\r\njG3Qh/5Vf5k9XwgINw+tw7i0kqapvD6ZEBMxC0U1GET8dx/JPLFYS/6aHN2X\r\naAHzxgqtw9BFVLoGsqDLnNSBvHRosxsvKab7yWw0MgP/iUgLSInvvOylSG2w\r\nM65mODTG7reA56/9q/d8OEx+ekb1UH4U0p8=\r\n=oYsc\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.1_1681238678371_0.370525529262389"},"_hasShrinkwrap":false,"contributors":[]},"2.3.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"2.3.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@azure/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.2.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^14.0.0","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@2.3.2","_integrity":"sha512-Z4dfbglV9kNZO177CNx4bo5ekFuYwwsvjLiKdZI4r84bYGv3irrbQz7JC3/rUfFH2l4T/W6OFleJaa2X0IaQqw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-2.3.2.tgz","_nodeVersion":"18.15.0","_npmVersion":"9.5.0","dist":{"integrity":"sha512-Z4dfbglV9kNZO177CNx4bo5ekFuYwwsvjLiKdZI4r84bYGv3irrbQz7JC3/rUfFH2l4T/W6OFleJaa2X0IaQqw==","shasum":"f35d932bf914e8bf166bba57937440b0b4f3781d","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-2.3.2.tgz","fileCount":341,"unpackedSize":1752836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFgH3fgkYWC8ABG+QTDPBLtqqBIR3bAGqazvSYfTB3fRAiAQpSixuuz4IM+ZzeLfH8k1UT5EfUy+rV6tCdbg1O+55w=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkPaD3ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpMBRAAm+hyqsgRO1VVNwOuucAZEoxlrvfaTSnvqdJH+3kQ2g/52dEI\r\nd+q+qjWP4DNjyrRpFZx8u5BcM7jL9lZrcwnKyi2w0dQQKSBGM+okp0dSxAL0\r\ncUg3+G/nj5BBWNIUzgEArpNOwFA7oiTpj8aomqUSHDy1w4bV4Tohqb8PayOv\r\nzIsHvYSpl+olkUYmIRy0n4ol7sss9ShDk+tICM9IFqh8W5lraWWrVuWqBkKY\r\ntvqe0Lv7CpuR8BbdHU2doO9/toXvVazkW3SMX5HhpqhhMk8bdbSwTuFtU4dT\r\nC+TFCfvg0kPSUE5thN5h5dNnprxwyNwZAQeLlqUuTUY0hhI8opK+dEjm7pkH\r\nPtCj0RcA/tyrgwrAw5for0DLO/j0pNLmKNMV8gAtwYBbVXafCUa//EDMYWu0\r\nqlwJwnAGRP/S0OwvLn0+A//yLnpZ+oYkOXDlCLQUgqd/ZQsEXzEu84cWLMX9\r\nc3yWKPKtm52fRFHQJy6pAZ/6SSKbM1yVEat4POBPLG7bnK4mCgYbBEwJkaUb\r\nDmfLNMr5Ekwbm0MBWwTMiGauGmwI/xz0tESnm+HLwALFq/1C98x4O8mGsi6N\r\n8BPtS2EoWtnjFiizHoo3LIszHxBEXtWjWkn7j/QCxk229HHcMCknNlImEPLz\r\nPpdG24aakdIve7Qm0RNel14Q1s+IOuRzj2g=\r\n=McFc\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_2.3.2_1681760503306_0.6169933023232521"},"_hasShrinkwrap":false,"contributors":[]},"3.0.0-alpha.20230419.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.0-alpha.20230419.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.0-alpha.20230419.2","_integrity":"sha512-XoY8yXhq6HKXei5tBf//WmBVduIhC2iea2AFGsEA1Wb8+fLNoQfUsGkDwG72IvYyrcjA0knZhD0wva62+CQVkQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230419.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230419.2.tgz","_nodeVersion":"18.15.0","_npmVersion":"9.5.0","dist":{"integrity":"sha512-XoY8yXhq6HKXei5tBf//WmBVduIhC2iea2AFGsEA1Wb8+fLNoQfUsGkDwG72IvYyrcjA0knZhD0wva62+CQVkQ==","shasum":"dbff885fd2fc8df70915980651ec6e2dc6d68918","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.0-alpha.20230419.2.tgz","fileCount":341,"unpackedSize":1753261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIF0NlVzLFhcFYUVr25R4P1nQD5+wu7q2ve1MHdHZB4YYAiBuk3iQFLO71qngqAEFMi5kiYWJ1EKrbKnIVPZGeETVEA=="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQDDnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpN7Q//dZ+8O8NrIUQ1ltfLsKtzvMjiMZkYVfvZo5lbmVXGQzxTDNvJ\r\nWCasoV/UK73+kL3me9OaQru1VlaMzD8K7PROdlg9B+32AvL2vH19UNZ/GjWd\r\nzcqGh/FRm3KvqI/hVtxNiL0q9otaOmj2sDecdbp1GweLeaRjWyK24cRMZuKE\r\nfJG63fqHIm8QXlaEGpiNq+oEUiRMZtsVGHfMXm1dZ9+tu7Hr1IDW15ScLpzp\r\nZLlV6qRhMk/easNQMnRf7+d7bsue2EdiwKOvffGs2y9gF58k0m2Wbt1oz953\r\nnBu/YOiPTb7DfdVRCcnDO3/yW7hhWvcSTx040qYBYIUPttz7pyxbJaUvx7aC\r\n7LgBHsHV+otm6capr0QrbJt5a3k97A9WSP5ClTGyV2wKPqavxboU1/ZmXkWK\r\nlSmmRJkJw53vRJeFnBioelg5Dk3Aj/qJdnnSwI8jTVa9LvtfB5lUeqmiwrOa\r\noSwEnyEe96Dy9ykCt9qpB5IT02QgzMFjaRBjcRHj4avtWN82Q4rj/YZTEZDn\r\n3EDk5vPoNodmvpQhSEfRGh676OlaQ0LMM1wKBNIG/6hLoVssNQhkXTH4LVcM\r\nXchNGGzFG0VqoZJTc2XamOIxOBt7A35t16hjJYIy6CnvQDGwRsuCLZ6i2M2R\r\nOP+H9ZSH7aUGV7+P12bOAD+c/s/bt6bGBGo=\r\n=7w5N\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.0-alpha.20230419.2_1681928423686_0.21177793968417302"},"_hasShrinkwrap":false,"contributors":[]},"3.0.0-alpha.20230503.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.0-alpha.20230503.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.0-alpha.20230503.2","_integrity":"sha512-QkQaymGMlmCy806EhEAspHk+0UMqysLLV55X0uHjyfSo0POcpg1xS4dM/u3iF8Z8dMWIVLfYjeLSDU91ME8h3g==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230503.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230503.2.tgz","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-QkQaymGMlmCy806EhEAspHk+0UMqysLLV55X0uHjyfSo0POcpg1xS4dM/u3iF8Z8dMWIVLfYjeLSDU91ME8h3g==","shasum":"ea1a09aa3848d46af61bfd7f1723611c23e867f4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.0-alpha.20230503.2.tgz","fileCount":341,"unpackedSize":1753261,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIESU2NRByqrg1tb79eol2yieeyWWrIcTkZ49LaFz/QJ/AiEA1cI3zDkZJsZhS8yqGs77TfnKr+Lcx8dmohjXiN/m+2I="}],"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkUqavACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFtw/9H+XcQ1j82g9Q70ctcxttZ0D8YJAjXCzZXt3d09TWb4YlMf16\r\nBYR1qpbJcaDJy0fTlHPfYUc63HX26WtPy8bh41TmBaB0TcPT9KwAQLKvk1sh\r\nHjb2AJiDaDx1mhS/6HLxiaD1xA0VKeca3Pkc/v0KRlvM1pY5jFJcnseObxdI\r\nA4z/nxksAXOy4USX6L3AaJhrYLz+vypk53MFHH4kvamOxTM/o2him5QWaoo6\r\nHMLvmXQJYShxqOx04KmDc0FaieaalsvDNvR3RQJdiaplTNEoypcb/BniPP5T\r\n9ieZzwzb6lhvx2FNcKAlEZvfx1fEXnhmrl4GSYhs5xwOtc+yIdShQHT+DhN2\r\nkvUXXEGz/TQMIUQ/ZmefwD0uT6fvWiaC7VPbt11TS6ZE/BLNlb32Zl1ItN/g\r\nK/A5tpfwsnYg/kCkwXBlpTMNAcM4y9+yrmUUF9/vmkDHx21dt/9QZ/U4+8wa\r\ndXR2hW9cPHnH4P2RfHrVWLjkb0XtTh0A0zgjOwTviG/rmNNEwnRzNQSB333H\r\nWA+Zy5/M4VTJil5x0E4xIl58VQCZK5iG+G6ksEVbh4ROln/CEdqOKcIKUT4N\r\nYSRw6OuQfvANCaJZ5toHcnsRMc1Qr1YHVWy72IbeyICkKvK0ijZQEcbAcQ4U\r\ncKpjHWvkbKjD6/uxCXDWYSYa03OFgw+kW0M=\r\n=P5Un\r\n-----END PGP SIGNATURE-----\r\n"},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.0-alpha.20230503.2_1683138222877_0.6379049288731227"},"_hasShrinkwrap":false,"contributors":[]},"3.0.0-alpha.20230510.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.0-alpha.20230510.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.0-alpha.20230510.1","_integrity":"sha512-sz8sE/U/lAvJXKZwSlwx7uvuWRQ5Yer14JAT396CQjv4oPdSYoSA8O8ikD/WmhokDZoaqwUPEeK/vR8Qhk5rIA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230510.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.0-alpha.20230510.1.tgz","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-sz8sE/U/lAvJXKZwSlwx7uvuWRQ5Yer14JAT396CQjv4oPdSYoSA8O8ikD/WmhokDZoaqwUPEeK/vR8Qhk5rIA==","shasum":"cf9654b0bac323e7d5d65401a5652c9a0719cbe6","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.0-alpha.20230510.1.tgz","fileCount":341,"unpackedSize":1753269,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQC5m0DN4kODmWEhcBqa3CDeuMlgyZHoF/Ogz1C5L41luAIhAPaMRil0bDYmbeSlTgCNzR50XkgXTuasE0tGHXUIsReo"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.0-alpha.20230510.1_1683742636048_0.7147656815491548"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20230518.7":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20230518.7","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20230518.7","_integrity":"sha512-ar3HKb2jCuzt5UrkRNbgHZgNaCBuG8e8xTjudYGMsGaNIVPgiczvMkqX9Y5Oy/Ihdnbpc9ilQQI83hkjIWn/3A==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230518.7.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230518.7.tgz","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-ar3HKb2jCuzt5UrkRNbgHZgNaCBuG8e8xTjudYGMsGaNIVPgiczvMkqX9Y5Oy/Ihdnbpc9ilQQI83hkjIWn/3A==","shasum":"d22dfecd89f46ebcf1d01a453dd2809bf2c571c7","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20230518.7.tgz","fileCount":341,"unpackedSize":1752305,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHnKt031SjqflR1Kwo1VTsxo/9AcqWBKIgTyMsLGWFGaAiAB/plzbyApCx2VN5Ie71+L1Q9I1okWDBO1SGBpl4W3wA=="}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20230518.7_1684434540317_0.8740348009163326"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@azure/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@3.0.2","_integrity":"sha512-o1wR9JrmoM0xEAa0Ue7Sp8j+uJvmqYaGoHOCT5qaVYmvgmnZDC0OvQimPA/JR3u77Sz6D1y3Xmk1y69cDU9q9A==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2.tgz","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-o1wR9JrmoM0xEAa0Ue7Sp8j+uJvmqYaGoHOCT5qaVYmvgmnZDC0OvQimPA/JR3u77Sz6D1y3Xmk1y69cDU9q9A==","shasum":"970c5a0ee27884d60a406eeec17a271413e45ff4","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2.tgz","fileCount":341,"unpackedSize":1743836,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDcgD/MF263uvPcSu1SabkC3W4zcCUmHWU9rbyc3HqgXQIhANJL30RkzvzMDY/Szdq3BYqS1Ow52f6T2i7DvSSgku1S"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2_1685665540423_0.06464595807164208"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20230613.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20230613.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20230613.2","_integrity":"sha512-eRVRQzmdbcOR6mdNkZ8qxHmTm5+qDhm0Q73zMCtSYT0Ptlh3Fqa6EmYR3Lac+FsCdUVPJgwWztuDdqxZED8vlw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230613.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230613.2.tgz","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"integrity":"sha512-eRVRQzmdbcOR6mdNkZ8qxHmTm5+qDhm0Q73zMCtSYT0Ptlh3Fqa6EmYR3Lac+FsCdUVPJgwWztuDdqxZED8vlw==","shasum":"ec70c38995a3655a2ac87b299950bd8ced26944e","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20230613.2.tgz","fileCount":341,"unpackedSize":1752354,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDAxHY3m/VbkA7YTr/LbDj+ZPz5T+LJGVk/JQQlU1uM4wIhAKOO3yFlno9viyIvBKaPowYItR539zy5+hwvmY3nv0xq"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20230613.2_1686680298684_0.707876376708569"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20230727.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20230727.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^10.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^15.0.0","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20230727.2","_integrity":"sha512-c4QLJ+qWes/y9PWRdEvj0J03sWxjQU+Etjo/PI4jDSciipo+6QHn4ii6iVP+tBVrjisxcpzntlAWRtmONet3jg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230727.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230727.2.tgz","_nodeVersion":"18.16.1","_npmVersion":"9.5.1","dist":{"integrity":"sha512-c4QLJ+qWes/y9PWRdEvj0J03sWxjQU+Etjo/PI4jDSciipo+6QHn4ii6iVP+tBVrjisxcpzntlAWRtmONet3jg==","shasum":"4ef728997f0ff358a9c76b8528d72483b71b7daa","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20230727.2.tgz","fileCount":341,"unpackedSize":1752356,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkFwAi0HopNDFzwrkoXScY3gKqK1O6DrmYl8RTHNH02gIhAJsgzU5LDuw3NJ/Y7VzqrrsCLlJafDVyo6KAbBQrRxj2"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20230727.2_1690482244987_0.46247782169910767"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20230823.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20230823.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^10.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^15.0.0","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20230823.2","_integrity":"sha512-WIejasTIcBDevxQ8IgHpBq1/L+qCu2Un7vUpEKbVG+rTXLcAcNavMFf/e1dZbAybYe9fVQiRgTS1Bwox7RXIkA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230823.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230823.2.tgz","_nodeVersion":"18.17.0","_npmVersion":"9.6.7","dist":{"integrity":"sha512-WIejasTIcBDevxQ8IgHpBq1/L+qCu2Un7vUpEKbVG+rTXLcAcNavMFf/e1dZbAybYe9fVQiRgTS1Bwox7RXIkA==","shasum":"ece8750b299c332a7b740f1556469411f32c84dc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20230823.2.tgz","fileCount":341,"unpackedSize":1752101,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD6LznYu9OrQTJJAnr7HwjMMwQmHXtfQZSkAysft6iVcwIgMmI5DBD7zXh7gYz1oQ6jhqK/ZsM+q5RSZ5ICgxooN2M="}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20230823.2_1692814653983_0.6088891409818902"},"_hasShrinkwrap":false,"contributors":[]},"3.0.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@azure/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@3.0.3","_integrity":"sha512-QMib3wXotJMFhHgmJBPUF9YsyErw34H0XDFQd9CauH7TPB+RGcyl9Ayy7iURtJB04ngXhE6YwrQsWDXlSLrilg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.3.tgz","_nodeVersion":"18.17.1","_npmVersion":"9.6.7","dist":{"integrity":"sha512-QMib3wXotJMFhHgmJBPUF9YsyErw34H0XDFQd9CauH7TPB+RGcyl9Ayy7iURtJB04ngXhE6YwrQsWDXlSLrilg==","shasum":"792c0af7d8ebec7d34a99bbd7108aa370cd49948","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.3.tgz","fileCount":341,"unpackedSize":1743581,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD6gtjkU7Z7tvso55u7ACh6snq1jWCxWwGPdLui71SzOAIhAIuuu7J1NLNJ8OR0owLZxkg+U5Y/9MJf9/Wxa+iDqmy7"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.3_1693514106748_0.924041183640183"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20230925.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20230925.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^14.0.0","@types/sinon":"^10.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^15.0.0","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","esm":"^3.2.18"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20230925.3","_integrity":"sha512-1v/45yslQwYuktY5L/Pe9zhz7/RpNva7+RX8KDhi01b30auw6P1YPFLskeHT0WZ4TyIBTmoZpFWHroczsCZh9Q==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230925.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20230925.3.tgz","_nodeVersion":"18.17.1","_npmVersion":"9.6.7","dist":{"integrity":"sha512-1v/45yslQwYuktY5L/Pe9zhz7/RpNva7+RX8KDhi01b30auw6P1YPFLskeHT0WZ4TyIBTmoZpFWHroczsCZh9Q==","shasum":"de57530f64cb7709b001abcdba0f18b46fd36dbc","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20230925.3.tgz","fileCount":341,"unpackedSize":1752152,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCID0VP4KvH5FjvKcODYZgogc1lSofkyJj5dwRGIqLWwHtAiB4Zdo4zcVfasY24dD8q3RwdpGprZmeiHENXsiJpTE0xg=="}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20230925.3_1695667952512_0.5755265406167507"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20231002.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20231002.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^14.0.0","@types/sinon":"^10.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^15.0.0","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","esm":"^3.2.18"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20231002.2","_integrity":"sha512-Q07RCbnZpcMFkZ3VbyzyfJKH5zykMFUnIb+wzbirjuYoK81qVAhipPuiRzwK1xojTEkKeKQJzOEGMKt4YUUdwA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231002.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231002.2.tgz","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"integrity":"sha512-Q07RCbnZpcMFkZ3VbyzyfJKH5zykMFUnIb+wzbirjuYoK81qVAhipPuiRzwK1xojTEkKeKQJzOEGMKt4YUUdwA==","shasum":"6b2be0ac71e633466d3de9489af2403fbff208ce","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20231002.2.tgz","fileCount":341,"unpackedSize":1753635,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuyDzWQ1XRk9ayvk1dUcYSjzhqtF+3n3e2uFUsYJKt6wIhAKMuwyD1hBwxB7QFxwmfZjLwFKjI2n3fE0nVS2vWLwW+"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20231002.2_1696270673447_0.49103098702294457"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20231010.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20231010.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=16.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^16.0.0","@types/sinon":"^10.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^15.0.0","ts-node":"^10.0.0","typescript":"~5.0.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","esm":"^3.2.18"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20231010.2","_integrity":"sha512-wWqTErafBq9PnWAq6smzx9d1NIgQpd/LEOBiNge1CEGmj5NXlNQpmHhks8i2jNk9BChUC/aSViHtG6ILlpjJSg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231010.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231010.2.tgz","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"integrity":"sha512-wWqTErafBq9PnWAq6smzx9d1NIgQpd/LEOBiNge1CEGmj5NXlNQpmHhks8i2jNk9BChUC/aSViHtG6ILlpjJSg==","shasum":"5860106810810d34ca0ceaf2f51ddd24cb7dfa0b","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20231010.2.tgz","fileCount":341,"unpackedSize":1753635,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDYAD2Ucalfk3ZpC6OT00se8aiDw9msdDWISSG/L1NFigIhAPW33iPatBSi1H+BkqpinCpUdLZ2kiSFEs3VBDgT3X6I"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20231010.2_1696961925337_0.7751359542467664"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20231024.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20231024.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=16.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^16.0.0","@types/sinon":"^10.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","c8":"^8.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^15.0.0","ts-node":"^10.0.0","typescript":"~5.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","esm":"^3.2.18"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20231024.1","_integrity":"sha512-dP/ueVJHh9nqE6dr3pnWAS40DLtZevboJ7hj5iJIdARfF9c8LVM31azes6q3fNcglSO0Kq4Gc+vfDQqVO2XhcA==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231024.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231024.1.tgz","_nodeVersion":"18.18.0","_npmVersion":"9.8.1","dist":{"integrity":"sha512-dP/ueVJHh9nqE6dr3pnWAS40DLtZevboJ7hj5iJIdARfF9c8LVM31azes6q3fNcglSO0Kq4Gc+vfDQqVO2XhcA==","shasum":"909c42a5cb0c652c2388e9fa6a7f3564e3f9d373","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20231024.1.tgz","fileCount":341,"unpackedSize":1753612,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCMn2oPGGqG6FBgm6g4nDCGA2mZ4erZ2szwPAdwDTtZlAIgY0tBUPWMSQibQqMSpyxDyR3OyZMAJfvluOBrM3Lj2Tk="}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20231024.1_1698171360011_0.061043903603912986"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20231031.3":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20231031.3","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=18.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^18.0.0","@types/sinon":"^10.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","c8":"^8.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^15.0.0","ts-node":"^10.0.0","typescript":"~5.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","esm":"^3.2.18"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20231031.3","_integrity":"sha512-Cxvey3sEh7r8PiQPH+DVxX9rfVdZ5EU8pNa7BIR0Qyh9JHCC5v83/6hcYPWupP/oNT6nNbX8uqbYjXS+7NTNpw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231031.3.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231031.3.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-Cxvey3sEh7r8PiQPH+DVxX9rfVdZ5EU8pNa7BIR0Qyh9JHCC5v83/6hcYPWupP/oNT6nNbX8uqbYjXS+7NTNpw==","shasum":"279a1f232e8275bb7887343df5bc42c9380ecb72","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20231031.3.tgz","fileCount":341,"unpackedSize":1753612,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE17p8RymDD79eWLb0UKm0Cc/N98Fknh491DwCSubCUvAiEAnCsPI0+MUNZN7uf0A+3TK4wCmB4YBVesnP5v1krwbU8="}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20231031.3_1698776191996_0.9178104682296695"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20231102.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20231102.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=18.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^18.0.0","@types/sinon":"^10.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","c8":"^8.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^17.0.0","ts-node":"^10.0.0","typescript":"~5.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","esm":"^3.2.18"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20231102.2","_integrity":"sha512-1lCxPNUqRRmDKRoApGFSbQ93lvhGqDjFvC37eOj0fPnc8SIIZZpllsAdnCuLAjemqb1Qznrx075tUXTpPXd0mQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231102.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231102.2.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-1lCxPNUqRRmDKRoApGFSbQ93lvhGqDjFvC37eOj0fPnc8SIIZZpllsAdnCuLAjemqb1Qznrx075tUXTpPXd0mQ==","shasum":"3485d12e395fe5fdea338dd580791f561d89c38f","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20231102.2.tgz","fileCount":341,"unpackedSize":1753612,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIHO60hFafwa0Wzh6JXFK//U4X/kYNWmJxYINgNZ7TPdkAiAXbGzVj55qjwJWIer0xE7oFIjgN/MvnU5PGVLQd/3/4w=="}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20231102.2_1698949145458_0.577072383327752"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20231107.1":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20231107.1","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=18.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^18.0.0","@types/sinon":"^10.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","c8":"^8.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^17.0.0","ts-node":"^10.0.0","typescript":"~5.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","esm":"^3.2.18"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20231107.1","_integrity":"sha512-kYz2U4lxomXkZzDTGFCY4FZGLAEKKGVaNa//8HlAUYI/NIMAPmTsaIwC6I5yXuf8St/llXGuvHVbwu5hZB9fWw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231107.1.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231107.1.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-kYz2U4lxomXkZzDTGFCY4FZGLAEKKGVaNa//8HlAUYI/NIMAPmTsaIwC6I5yXuf8St/llXGuvHVbwu5hZB9fWw==","shasum":"f6259ba1808d42eba3b1122eb566f3051c2ea230","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20231107.1.tgz","fileCount":341,"unpackedSize":1753678,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDkDu/fRtGFTAqJxeojRY49eZCYRca3VK2SQUdutS6uqgIhAJ16Sv8l2LlxN3kWwnCKOcuYBvzZyyFpc4Pj7KybOvrY"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npmjs@microsoft.com"},{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20231107.1_1699384793814_0.6954776554772637"},"_hasShrinkwrap":false,"contributors":[]},"3.0.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=14.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/logger-js":"^1.0.2","@azure/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^7.0.2","@types/node":"^14.0.0","@types/sinon":"^9.0.4","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^7.1.1","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^9.0.2","ts-node":"^10.0.0","typescript":"~4.8.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@3.0.4","_integrity":"sha512-Fok9VVhMdxAFOtqiiAtg74fL0UJkt0z3D+ouUUxcRLzZNBioPRAMJFVxiWoJljYpXsRi4GDQHzQHDc9AiYaIUQ==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.4.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-Fok9VVhMdxAFOtqiiAtg74fL0UJkt0z3D+ouUUxcRLzZNBioPRAMJFVxiWoJljYpXsRi4GDQHzQHDc9AiYaIUQ==","shasum":"024b2909bbc0f2fce08c74f97a21312c4f42e922","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.4.tgz","fileCount":341,"unpackedSize":1743639,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIHXKo5pOL7umh4bY4rlylQp/Pfeh5GBeDamqn0zRHjB9AiEAoJpsEKV2i/DYQpxUUx8sVTpCmagTsXGhAxgypkJO+eE="}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npmjs@microsoft.com"},{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.4_1699986328167_0.7686574581279928"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20231120.4":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20231120.4","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=18.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^18.0.0","@types/sinon":"^17.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","c8":"^8.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^17.0.0","ts-node":"^10.0.0","typescript":"~5.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","esm":"^3.2.18"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20231120.4","_integrity":"sha512-OvCxb/1KYrzT/cDTklLb1l8DC6+bfkcblRweYymSbR7GaC7kGYKiONYS+1xzz5tqY24TnjUTXuis7oFe5pFIgg==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231120.4.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231120.4.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-OvCxb/1KYrzT/cDTklLb1l8DC6+bfkcblRweYymSbR7GaC7kGYKiONYS+1xzz5tqY24TnjUTXuis7oFe5pFIgg==","shasum":"30cf2963e5690300c9ee1cf0886136e55c594037","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20231120.4.tgz","fileCount":341,"unpackedSize":1753678,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD7h8wOvZoH9d1EtHcF51ejdB8syr2OpJrWOJr2DvLn6gIhAI7Qa/UAgg4jgVlBchfB/8sL7vDcsuuvu+efoBAChlv+"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npmjs@microsoft.com"},{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20231120.4_1700507758176_0.6123765412884867"},"_hasShrinkwrap":false,"contributors":[]},"3.0.2-alpha.20231205.2":{"name":"@azure/core-http","sdk-type":"client","author":{"name":"Microsoft Corporation"},"version":"3.0.2-alpha.20231205.2","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=18.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":{"type":"git","url":"git+https://github.com/Azure/azure-sdk-for-js.git"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"cross-env TS_NODE_FILES=true mocha -r esm -r ts-node/register -r chai/register-should.js --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}],"migrationDate":"2023-03-08T18:36:03.000Z"},"dependencies":{"@azure/abort-controller":">=2.0.0-alpha <2.0.0-alphb","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tough-cookie":"^4.0.0","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/logger-js":"^1.0.2","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.1","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^18.0.0","@types/sinon":"^17.0.0","@types/tough-cookie":"^4.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","c8":"^8.0.0","prettier":"^2.5.1","puppeteer":"^19.2.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^17.0.0","ts-node":"^10.0.0","typescript":"~5.2.0","uglify-js":"^3.4.9","xhr-mock":"^2.4.1","esm":"^3.2.18"},"readmeFilename":"README.md","_id":"@azure/core-http@3.0.2-alpha.20231205.2","_integrity":"sha512-DnhesZA/eZKpBmcujVrG4zhfEDIOR6dsZCKx3O6Cq5RdN+x951/zd1LY8SNvdGrPdsKuvppWpsRWjeVWfqUkLw==","_resolved":"/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231205.2.tgz","_from":"file:/mnt/vss/_work/1/packages/azure-core-http/azure-core-http-3.0.2-alpha.20231205.2.tgz","_nodeVersion":"18.18.2","_npmVersion":"9.8.1","dist":{"integrity":"sha512-DnhesZA/eZKpBmcujVrG4zhfEDIOR6dsZCKx3O6Cq5RdN+x951/zd1LY8SNvdGrPdsKuvppWpsRWjeVWfqUkLw==","shasum":"7f8096f36447d62f3a3bf0e9ac9bfa6a73adcfae","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.2-alpha.20231205.2.tgz","fileCount":341,"unpackedSize":1753601,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCrfARTOkfHTNXBeMAcdAgay5nm6PFRdXiUzTT/yOYlxAIhAOIClVCoLAKJjzOfipN9KIL7UI+TLi/zj4DDqdaQScE7"}]},"_npmUser":{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"npmjs@microsoft.com"},{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.2-alpha.20231205.2_1701803721979_0.32510666005068356"},"_hasShrinkwrap":false,"contributors":[]},"3.0.5":{"name":"@azure/core-http","sdk-type":"client","author":"Microsoft Corporation","version":"3.0.5","description":"Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest","tags":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime"],"engines":{"node":">=18.0.0"},"keywords":["isomorphic","browser","javascript","node","microsoft","autorest","clientruntime","azure","cloud"],"main":"dist/index.js","module":"./dist-esm/src/index.js","types":"./types/latest/src/index.d.ts","typesVersions":{"<3.6":{"types/latest/src/*":["types/3.1/src/*"]}},"browser":{"./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.browser.js","./dist-esm/src/policies/disableResponseDecompressionPolicy.js":"./dist-esm/src/policies/disableResponseDecompressionPolicy.browser.js","./dist-esm/src/policies/proxyPolicy.js":"./dist-esm/src/policies/proxyPolicy.browser.js","./dist-esm/src/util/base64.js":"./dist-esm/src/util/base64.browser.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.browser.js","./dist-esm/src/defaultHttpClient.js":"./dist-esm/src/defaultHttpClient.browser.js","./dist-esm/src/util/inspect.js":"./dist-esm/src/util/inspect.browser.js"},"react-native":{"./dist/index.js":"./dist-esm/src/index.js","./dist-esm/src/util/xml.js":"./dist-esm/src/util/xml.js","./dist-esm/src/policies/msRestUserAgentPolicy.js":"./dist-esm/src/policies/msRestUserAgentPolicy.native.js"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-http/README.md","repository":"github:Azure/azure-sdk-for-js","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"scripts":{"audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build:samples":"echo Obsolete","build:test":"tsc -p tsconfig.es.json && dev-tool run bundle","build:types":"downlevel-dts types/latest/ types/3.1/","build":"npm run clean && tsc -p tsconfig.es.json && dev-tool run bundle && api-extractor run --local && npm run build:types","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","clean":"rimraf dist dist-* temp types *.tgz *.log","execute:samples":"echo skipped","extract-api":"tsc -p tsconfig.es.json && api-extractor run --local","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","integration-test:browser":"echo skipped","integration-test:node":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser","test:node":"npm run clean && tsc -p tsconfig.es.json && npm run unit-test:node && npm run integration-test:node","test":"npm run clean && tsc -p tsconfig.es.json  && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test","unit-test":"npm run unit-test:node && npm run unit-test:browser","unit-test:browser":"karma start --single-run","unit-test:node":"mocha -r tsx --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 500000 --full-trace --exclude \"test/**/*.browser.ts\" \"test/**/*.ts\""},"sideEffects":false,"nyc":{"extension":[".ts"],"exclude":["coverage/**/*","**/*.d.ts","**/*.js"],"reporter":["text","html","cobertura"],"all":true},"//metadata":{"constantPaths":[{"path":"src/util/constants.ts","prefix":"coreHttpVersion"}]},"dependencies":{"@azure/abort-controller":"^1.0.0","@azure/core-auth":"^1.3.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-util":"^1.1.1","@azure/logger":"^1.0.0","@types/node-fetch":"^2.5.0","@types/tunnel":"^0.0.3","form-data":"^4.0.0","node-fetch":"^2.6.7","process":"^0.11.10","tslib":"^2.2.0","tunnel":"^0.0.6","uuid":"^8.3.0","xml2js":"^0.5.0"},"devDependencies":{"@azure/eslint-plugin-azure-sdk":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure-tools/test-utils":"^1.0.0","@microsoft/api-extractor":"^7.31.1","@opentelemetry/api":"^1.4.0","@types/chai":"^4.1.6","@types/express":"^4.16.0","@types/mocha":"^10.0.0","@types/node":"^18.0.0","@types/sinon":"^17.0.0","@types/trusted-types":"^2.0.0","@types/uuid":"^8.0.0","@types/xml2js":"^0.4.11","chai":"^4.2.0","cross-env":"^7.0.2","downlevel-dts":"^0.10.0","eslint":"^8.0.0","express":"^4.16.3","fetch-mock":"^9.10.1","karma":"^6.2.0","karma-chai":"^0.1.0","karma-chrome-launcher":"^3.0.0","karma-edge-launcher":"^0.4.2","karma-firefox-launcher":"^1.1.0","karma-mocha":"^2.0.1","karma-sourcemap-loader":"^0.3.8","mocha":"^10.0.0","mocha-junit-reporter":"^2.0.0","npm-run-all":"^4.1.5","nyc":"^15.0.0","prettier":"^3.3.3","puppeteer":"^23.0.2","regenerator-runtime":"^0.13.3","rimraf":"^3.0.0","shx":"^0.3.2","sinon":"^19.0.0","tsx":"^4.17.0","typescript":"~5.6.2","uglify-js":"^3.4.9","xhr-mock":"^2.4.1"},"_id":"@azure/core-http@3.0.5","_integrity":"sha512-T8r2q/c3DxNu6mEJfPuJtptUVqwchxzjj32gKcnMi06rdiVONS9rar7kT9T2Am+XvER7uOzpsP79WsqNbdgdWg==","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5e8005c1-eb83-44d0-8a16-5bc037e614ef\\azure-core-http-3.0.5.tgz","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5e8005c1-eb83-44d0-8a16-5bc037e614ef\\azure-core-http-3.0.5.tgz","tag":"latest","_nodeVersion":"18.5.0","dist":{"integrity":"sha512-T8r2q/c3DxNu6mEJfPuJtptUVqwchxzjj32gKcnMi06rdiVONS9rar7kT9T2Am+XvER7uOzpsP79WsqNbdgdWg==","shasum":"727fc23bfda67cd10d0eaf3a30cfb3a32f8fb6a0","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@azure/core-http/-/core-http-3.0.5.tgz","fileCount":341,"unpackedSize":1737601,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIC5LBGznkeKQO1libus4KaBFZ0O7KGsPq1+2KBrgpfVaAiBgbsUNIb6RQ8dFYAJtUhDQJUOxRPZfO32bVKml1prYRQ=="}],"size":359928},"_npmUser":{"name":"anonymous","email":"npmjs@microsoft.com"},"directories":{},"maintainers":[{"name":"anonymous","email":"azure-sdk-npmjs@microsoft.com"},{"name":"anonymous","email":"npmjs@microsoft.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/core-http_3.0.5_1732581377226_0.9784199412409813"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-26T00:36:17.466Z","publish_time":1732581377466,"_source_registry_name":"default","deprecated":"This package is no longer supported. Please refer to https://github.com/Azure/azure-sdk-for-js/blob/490ce4dfc5b98ba290dee3b33a6d0876c5f138e2/sdk/core/README.md","contributors":[]}},"dist-tags":{"dev":"3.0.2-alpha.20231205.2","latest":"3.0.5"},"name":"@azure/core-http","time":{"modified":"2026-03-19T20:31:07.280Z","created":"2022-01-26T23:04:16.811Z","2.2.2-alpha.20211012.1":"2021-10-12T18:09:39.915Z","2.2.2-alpha.20211001.1":"2021-10-01T18:09:44.322Z","2.2.1":"2021-09-30T19:36:02.045Z","2.2.1-alpha.20210930.2":"2021-09-30T18:11:59.042Z","2.2.1-alpha.20210914.1":"2021-09-14T18:26:24.190Z","2.2.1-alpha.20210913.3":"2021-09-13T18:16:42.854Z","2.2.1-alpha.20210903.3":"2021-09-03T18:11:36.356Z","2.2.0":"2021-09-02T17:15:36.852Z","2.1.1-alpha.20210830.2":"2021-08-30T18:18:10.489Z","2.1.1-alpha.20210819.2":"2021-08-19T18:49:44.526Z","2.1.1-alpha.20210816.6":"2021-08-16T18:53:58.993Z","2.1.1-alpha.20210812.2":"2021-08-12T18:55:22.168Z","2.1.1-alpha.20210723.3":"2021-07-23T18:42:07.943Z","2.1.0":"2021-07-23T00:16:07.716Z","2.1.0-alpha.20210719.5":"2021-07-19T18:43:04.729Z","2.0.1-alpha.20210716.1":"2021-07-16T18:46:31.772Z","2.0.1-alpha.20210713.1":"2021-07-13T18:40:40.831Z","2.0.1-alpha.20210707.1":"2021-07-07T18:36:32.322Z","2.0.1-alpha.20210702.4":"2021-07-02T18:59:15.968Z","2.0.0":"2021-06-30T21:54:01.542Z","1.2.7-alpha.20210623.4":"2021-06-23T20:22:16.616Z","1.2.7-alpha.20210617.1":"2021-06-17T20:09:36.599Z","1.2.7-alpha.20210615.1":"2021-06-15T18:34:10.695Z","1.2.6":"2021-06-14T21:39:39.640Z","1.2.6-alpha.20210614.2":"2021-06-14T18:32:07.748Z","1.2.6-alpha.20210611.2":"2021-06-11T21:57:59.889Z","1.2.6-alpha.20210611.1":"2021-06-11T18:33:53.017Z","1.2.6-alpha.20210610.1":"2021-06-10T18:33:27.399Z","1.2.5":"2021-06-04T00:45:08.914Z","1.2.5-alpha.20210518.2":"2021-05-18T20:11:33.355Z","1.2.4":"2021-03-31T02:23:57.417Z","1.2.4-alpha.20210326.1":"2021-03-26T18:26:27.230Z","1.2.4-alpha.20210317.1":"2021-03-17T18:30:37.452Z","1.2.4-alpha.20210303.1":"2021-03-03T19:25:29.970Z","1.2.4-alpha.20210301.1":"2021-03-01T19:26:55.013Z","1.2.4-alpha.20210226.1":"2021-02-26T19:33:19.738Z","1.2.4-alpha.20210224.1":"2021-02-24T19:26:25.201Z","1.2.4-alpha.20210222.1":"2021-02-22T19:28:11.572Z","1.2.4-alpha.20210210.1":"2021-02-10T19:30:04.270Z","1.2.4-alpha.20210205.2":"2021-02-05T19:35:34.518Z","1.2.3":"2021-02-04T23:40:42.193Z","1.2.3-alpha.20210204.1":"2021-02-04T19:33:40.181Z","1.2.3-alpha.20210129.1":"2021-01-29T19:32:57.933Z","1.2.3-alpha.20210125.2":"2021-01-25T19:32:11.956Z","1.2.3-alpha.20210125.3":"2021-01-25T19:30:44.154Z","1.2.3-alpha.20210122.1":"2021-01-22T19:37:04.761Z","1.2.3-alpha.20210118.1":"2021-01-18T19:26:35.455Z","1.2.3-alpha.20210108.1":"2021-01-08T19:26:09.157Z","1.2.2":"2021-01-07T23:01:32.621Z","1.2.1-alpha.20210104.2":"2021-01-04T21:42:08.521Z","1.2.1-alpha.20201224.1":"2020-12-24T19:21:23.011Z","1.2.1-alpha.20201218.1":"2020-12-18T18:46:44.991Z","1.2.1-alpha.20201217.1":"2020-12-17T19:35:04.839Z","1.2.1-alpha.20201215.1":"2020-12-15T19:30:13.111Z","1.2.1":"2020-12-09T20:28:17.099Z","1.2.1-alpha.20201209.2":"2020-12-09T19:35:01.052Z","1.2.1-alpha.20201207.1":"2020-12-07T19:29:59.544Z","1.2.1-alpha.20201203.2":"2020-12-04T01:10:34.314Z","1.2.1-alpha.20201202.1":"2020-12-02T19:27:42.052Z","1.2.1-alpha.20201123.1":"2020-11-23T19:33:00.397Z","1.2.1-alpha.20201113.2":"2020-11-13T20:35:48.381Z","1.2.1-alpha.20201109.1":"2020-11-09T19:54:44.560Z","1.2.0-alpha.20201106.1":"2020-11-06T19:44:34.565Z","1.2.0":"2020-11-06T00:35:14.376Z","1.2.0-alpha.20201105.1":"2020-11-05T20:09:13.037Z","1.2.0-alpha.20201104.1":"2020-11-04T19:35:48.311Z","1.2.0-alpha.20201103.1":"2020-11-03T21:16:32.237Z","1.2.0-alpha.20201030.2":"2020-10-30T18:35:10.813Z","1.2.0-alpha.20201019.1":"2020-10-19T18:31:17.396Z","1.1.10-alpha.20201016.1":"2020-10-16T18:30:58.178Z","1.1.10-alpha.20201001.1":"2020-10-01T18:34:59.676Z","1.1.9":"2020-09-30T23:10:08.869Z","1.1.9-alpha.20200929.1":"2020-09-29T18:50:37.498Z","1.1.9-alpha.20200928.1":"2020-09-28T18:44:18.766Z","1.1.9-alpha.20200925.1":"2020-09-25T18:29:00.529Z","1.1.9-alpha.20200924.1":"2020-09-24T18:26:11.543Z","1.1.9-alpha.20200918.1":"2020-09-18T18:20:43.755Z","1.1.9-alpha.20200910.1":"2020-09-10T18:48:43.768Z","1.1.8-alpha.20200909.1":"2020-09-09T18:23:28.250Z","1.1.8":"2020-09-08T21:56:04.088Z","1.1.8-alpha.20200907.1":"2020-09-07T18:25:32.794Z","1.1.8-alpha.20200903.1":"2020-09-03T18:28:48.930Z","1.1.7":"2020-09-03T00:48:19.911Z","1.1.7-dev.20200824.1":"2020-08-24T18:22:24.791Z","1.1.7-dev.20200821.1":"2020-08-21T18:25:46.936Z","1.1.7-dev.20200819.1":"2020-08-19T18:20:09.149Z","1.1.7-dev.20200818.1":"2020-08-18T18:20:50.874Z","1.1.7-dev.20200812.1":"2020-08-12T18:29:55.618Z","1.1.7-dev.20200807.1":"2020-08-07T18:17:20.446Z","1.1.7-dev.20200806.1":"2020-08-06T18:20:53.847Z","1.1.6":"2020-08-05T22:19:08.120Z","1.1.5":"2020-08-04T21:09:50.945Z","1.1.5-dev.20200804.2":"2020-08-04T18:26:35.253Z","1.1.5-dev.20200803.1":"2020-08-03T18:18:07.292Z","1.1.5-dev.20200729.1":"2020-07-29T18:20:36.899Z","1.1.5-dev.20200728.1":"2020-07-28T19:56:08.399Z","1.1.5-dev.20200727.1":"2020-07-27T18:20:24.156Z","1.1.5-dev.20200708.1":"2020-07-08T18:18:33.671Z","1.1.5-dev.20200707.1":"2020-07-07T18:26:52.756Z","1.1.4":"2020-07-06T18:32:02.876Z","1.1.4-dev.20200702.2":"2020-07-02T18:22:09.053Z","1.1.4-dev.20200701.1":"2020-07-01T18:13:39.265Z","1.1.4-dev.20200629.1":"2020-06-29T18:12:39.870Z","1.1.4-dev.20200626.1":"2020-06-26T18:41:14.531Z","1.1.4-dev.20200611.1":"2020-06-11T21:53:33.360Z","1.1.4-dev.20200609.1":"2020-06-09T18:36:03.081Z","1.1.4-dev.20200605.1":"2020-06-05T18:37:07.994Z","1.1.3-dev.20200604.1":"2020-06-04T18:35:13.286Z","1.1.3":"2020-06-04T17:05:54.656Z","1.1.3-dev.20200603.1":"2020-06-03T18:42:36.950Z","1.1.3-dev.20200601.1":"2020-06-01T18:35:45.598Z","1.1.3-dev.20200529.1":"2020-05-29T19:05:41.443Z","1.1.3-dev.20200528.1":"2020-05-28T18:34:30.330Z","1.1.3-dev.20200527.1":"2020-05-27T18:36:53.303Z","1.1.3-dev.20200522.1":"2020-05-22T18:34:47.562Z","1.1.3-dev.20200521.1":"2020-05-21T18:34:46.629Z","1.1.3-dev.20200520.1":"2020-05-20T18:36:47.066Z","1.1.3-dev.20200518.1":"2020-05-18T18:36:10.477Z","1.1.3-dev.20200512.1":"2020-05-12T18:36:35.508Z","1.1.3-dev.20200508.1":"2020-05-08T18:15:28.502Z","1.1.2":"2020-05-07T22:06:53.969Z","1.1.2-dev.20200507.1":"2020-05-07T18:16:44.219Z","1.1.2-dev.20200501.1":"2020-05-01T18:31:11.990Z","1.1.2-dev.20200429.1":"2020-04-29T18:13:19.046Z","1.1.1":"2020-04-28T23:41:36.854Z","1.1.1-dev.20200428.2":"2020-04-28T18:14:17.835Z","1.1.1-dev.20200427.1":"2020-04-27T18:14:53.444Z","1.1.1-dev.20200424.1":"2020-04-24T16:12:16.849Z","1.1.1-dev.20200422.1":"2020-04-22T16:11:52.897Z","1.1.1-dev.20200421.1":"2020-04-21T12:26:23.468Z","1.1.1-dev.20200417.1":"2020-04-17T13:09:20.921Z","1.1.1-dev.20200410.1":"2020-04-10T13:12:59.081Z","1.1.1-dev.20200408.1":"2020-04-08T13:34:39.382Z","1.1.1-dev.20200401.1":"2020-04-01T13:35:42.613Z","1.1.0":"2020-03-31T19:27:03.702Z","1.1.0-dev.20200325.1":"2020-03-25T13:42:20.429Z","1.1.0-dev.20200321.1":"2020-03-21T12:14:14.841Z","1.0.5-dev.20200312.1":"2020-03-12T14:15:32.071Z","1.0.5-dev.20200310.1":"2020-03-10T14:37:07.217Z","1.0.5-dev.20200306.1":"2020-03-06T15:57:18.618Z","1.0.5-dev.20200305.1":"2020-03-05T16:46:33.190Z","1.0.4-dev.20200304.1":"2020-03-04T16:16:10.704Z","1.0.4":"2020-03-03T23:09:15.155Z","1.0.4-dev.20200229.1":"2020-02-29T14:40:24.910Z","1.0.4-dev.20200225.1":"2020-02-25T17:30:41.581Z","1.0.4-dev.20200221.1":"2020-02-21T14:32:29.906Z","1.0.4-dev.20200212.1":"2020-02-12T14:17:21.457Z","1.0.4-dev.20200208.1":"2020-02-08T14:16:11.325Z","1.0.4-dev.20200206.1":"2020-02-06T14:13:27.488Z","1.0.4-dev.20200204.1":"2020-02-04T14:22:01.814Z","1.0.4-dev.20200129.1":"2020-01-29T14:22:04.421Z","1.0.4-dev.20200128.1":"2020-01-28T14:17:56.734Z","1.0.4-dev.20200124.1":"2020-01-24T14:04:27.098Z","1.0.4-dev.20200122.1":"2020-01-22T13:57:00.066Z","1.0.4-dev.20200121.1":"2020-01-21T14:38:59.654Z","1.0.4-dev.20200120.1":"2020-01-20T14:01:01.032Z","1.0.4-dev.20200119.1":"2020-01-19T14:12:00.283Z","1.0.4-dev.20200118.1":"2020-01-18T13:52:24.060Z","1.0.4-dev.20200117.1":"2020-01-17T14:20:25.901Z","1.0.4-dev.20200116.1":"2020-01-16T12:20:53.821Z","1.0.4-dev.20200115.1":"2020-01-15T14:22:53.312Z","1.0.4-dev.20200114.1":"2020-01-14T14:06:56.884Z","1.0.4-dev.20200113.1":"2020-01-13T14:05:51.448Z","1.0.4-dev.20200112.1":"2020-01-12T14:40:44.439Z","1.0.4-dev.20200111.1":"2020-01-11T13:49:14.852Z","1.0.4-dev.20200110.1":"2020-01-10T13:50:47.991Z","1.0.4-dev.20200109.1":"2020-01-09T14:04:03.555Z","1.0.4-dev.20200108.1":"2020-01-08T13:49:18.498Z","1.0.4-dev.20200107.1":"2020-01-07T13:52:05.997Z","1.0.4-dev.20200106.1":"2020-01-06T13:50:50.574Z","1.0.4-dev.20200105.1":"2020-01-05T13:54:36.544Z","1.0.4-dev.20200104.1":"2020-01-04T13:45:25.266Z","1.0.4-dev.20200103.1":"2020-01-03T14:18:38.467Z","1.0.3":"2020-01-02T22:43:10.833Z","1.0.3-dev.20200102.1":"2020-01-02T14:08:14.568Z","1.0.3-dev.20200101.1":"2020-01-01T13:46:32.465Z","1.0.3-dev.20191231.1":"2019-12-31T13:53:00.076Z","1.0.3-dev.20191228.1":"2019-12-28T13:49:35.752Z","1.0.3-dev.20191227.1":"2019-12-27T13:46:41.960Z","1.0.3-dev.20191226.1":"2019-12-26T13:56:56.666Z","1.0.3-dev.20191225.1":"2019-12-25T13:50:12.751Z","1.0.3-dev.20191224.1":"2019-12-24T13:56:35.024Z","1.0.3-dev.20191223.1":"2019-12-23T14:01:41.102Z","1.0.3-dev.20191222.1":"2019-12-22T13:45:51.195Z","1.0.3-dev.20191221.1":"2019-12-21T13:45:59.628Z","1.0.3-dev.20191220.1":"2019-12-20T13:50:49.805Z","1.0.3-dev.20191219.1":"2019-12-19T13:49:44.690Z","1.0.3-dev.20191216.1":"2019-12-16T13:59:02.667Z","1.0.3-dev.20191217.1":"2019-12-17T13:47:13.427Z","1.0.3-dev.20191215.1":"2019-12-15T13:42:56.000Z","1.0.3-dev.20191214.1":"2019-12-14T14:01:58.333Z","1.0.2-dev.20191212.1":"2019-12-12T13:55:22.742Z","1.0.2-dev.20191211.1":"2019-12-11T13:49:45.975Z","1.0.2-dev.20191210.1":"2019-12-10T13:50:35.917Z","1.0.2-dev.20191209.1":"2019-12-09T13:37:39.283Z","1.0.2-dev.20191207.1":"2019-12-07T13:43:16.415Z","1.0.2-dev.20191206.1":"2019-12-06T14:26:25.888Z","1.0.2-dev.20191205.1":"2019-12-05T14:25:17.620Z","1.0.2-dev.20191204.1":"2019-12-04T14:35:01.464Z","1.0.2":"2019-12-03T19:37:53.911Z","1.0.1-dev.20191118.1":"2019-11-18T14:04:58.547Z","1.0.1-dev.20191117.1":"2019-11-17T13:49:53.318Z","1.0.1-dev.20191116.1":"2019-11-16T13:49:12.507Z","1.0.1-dev.20191115.2":"2019-11-15T13:47:53.748Z","1.0.1-dev.20191115.1":"2019-11-15T09:45:49.583Z","1.0.0":"2019-10-29T23:17:33.659Z","1.0.0-preview.6":"2019-10-22T23:11:32.828Z","1.0.0-preview.5":"2019-10-09T03:00:23.140Z","1.0.0-preview.4":"2019-10-07T19:12:16.174Z","1.0.0-preview.3":"2019-09-09T19:57:21.691Z","1.0.0-preview.2":"2019-08-06T17:37:05.056Z","1.0.0-preview.1":"2019-06-27T23:33:56.660Z","2.2.5-alpha.20220204.4":"2022-02-04T19:10:50.145Z","2.2.4":"2022-02-03T19:36:42.222Z","2.2.4-alpha.20220131.3":"2022-01-31T19:12:32.688Z","2.2.3-alpha.20211214.4":"2021-12-14T19:08:40.986Z","2.2.3-alpha.20211208.10":"2021-12-08T23:40:42.779Z","2.2.3-alpha.20211206.10":"2021-12-06T23:54:03.882Z","2.2.3-alpha.20211123.3":"2021-11-23T15:58:24.524Z","2.2.3-alpha.20211104.5":"2021-11-04T18:15:45.950Z","2.2.2":"2021-11-03T23:19:08.419Z","2.2.2-alpha.20211103.1":"2021-11-03T19:00:37.699Z","2.2.2-alpha.20211028.1":"2021-10-28T18:13:17.489Z","2.2.3-alpha.20220104.5":"2022-01-04T19:12:55.748Z","2.2.3":"2022-01-06T22:07:37.496Z","2.2.4-alpha.20220107.1":"2022-01-07T19:11:16.187Z","2.2.4-alpha.20220112.1":"2022-01-12T19:08:51.150Z","2.2.4-alpha.20220114.1":"2022-01-14T19:08:12.080Z","2.2.4-alpha.20220120.2":"2022-01-20T19:08:45.209Z","2.2.4-alpha.20220125.3":"2022-01-25T19:13:42.403Z","2.2.5-alpha.20220210.2":"2022-02-10T19:09:37.426Z","2.2.5-alpha.20220307.7":"2022-03-07T19:12:08.372Z","2.2.5-alpha.20220309.5":"2022-03-09T19:16:08.250Z","2.2.5-alpha.20220310.3":"2022-03-10T19:20:00.900Z","2.2.5-alpha.20220314.2":"2022-03-14T18:19:47.815Z","2.2.5-alpha.20220315.1":"2022-03-15T18:16:26.773Z","2.2.5-alpha.20220317.2":"2022-03-17T18:09:55.322Z","2.2.5-alpha.20220322.1":"2022-03-22T18:14:09.869Z","2.2.5-alpha.20220401.10":"2022-04-01T21:33:30.992Z","2.2.5-alpha.20220406.3":"2022-04-06T18:15:39.256Z","2.2.5-alpha.20220415.2":"2022-04-15T18:20:14.769Z","2.2.5-alpha.20220419.4":"2022-04-19T18:18:57.745Z","2.2.5-alpha.20220420.2":"2022-04-20T18:17:51.857Z","2.2.5-alpha.20220421.2":"2022-04-21T18:20:06.450Z","2.2.5-alpha.20220422.1":"2022-04-22T18:15:09.908Z","2.2.5-alpha.20220429.2":"2022-04-29T18:17:52.766Z","2.2.5-alpha.20220505.3":"2022-05-05T18:12:54.124Z","2.2.5":"2022-05-05T18:13:10.272Z","2.2.6-alpha.20220506.2":"2022-05-06T18:14:26.681Z","2.2.6-alpha.20220518.2":"2022-05-18T18:10:50.674Z","2.2.6-alpha.20220523.1":"2022-05-23T18:14:45.348Z","2.2.6-alpha.20220601.1":"2022-06-01T18:15:42.858Z","2.2.6-alpha.20220801.2":"2022-08-01T18:15:36.216Z","2.2.6":"2022-08-04T22:10:01.990Z","2.2.7-alpha.20220805.4":"2022-08-05T18:15:27.304Z","2.2.7-alpha.20220815.2":"2022-08-15T18:15:35.752Z","2.2.7":"2022-09-01T22:40:33.820Z","2.2.8-alpha.20220902.1":"2022-09-02T18:22:32.036Z","2.2.8-alpha.20220908.1":"2022-09-08T18:15:03.517Z","2.2.8-alpha.20220912.1":"2022-09-12T18:12:58.666Z","2.2.8-alpha.20220920.4":"2022-09-20T18:18:24.304Z","2.2.8-alpha.20220923.1":"2022-09-23T18:15:55.674Z","2.2.8-alpha.20220927.1":"2022-09-27T18:17:35.699Z","2.2.8-alpha.20221007.1":"2022-10-07T18:16:27.229Z","2.2.8-alpha.20221020.2":"2022-10-20T18:17:50.657Z","2.2.8-alpha.20221021.2":"2022-10-21T18:15:23.831Z","2.3.0-alpha.20221028.2":"2022-10-28T18:16:05.914Z","2.3.0-alpha.20221102.3":"2022-11-02T18:17:48.800Z","2.3.0-alpha.20221103.1":"2022-11-03T18:17:36.921Z","2.3.0-alpha.20221107.4":"2022-11-07T19:14:05.915Z","2.3.0":"2022-11-07T22:23:23.591Z","2.3.1-alpha.20221108.2":"2022-11-08T19:18:56.771Z","2.3.1":"2022-11-09T18:20:13.108Z","3.0.0-alpha.20221110.1":"2022-11-10T19:21:08.506Z","3.0.0-alpha.20221208.1":"2022-12-08T19:54:50.505Z","3.0.0-alpha.20230113.1":"2023-01-13T19:19:04.728Z","3.0.0":"2023-02-04T00:11:47.150Z","3.0.0-alpha.20230307.4":"2023-03-07T19:17:28.152Z","1.0.1":"2019-12-02T19:14:17.832Z","3.0.0-alpha.20230410.3":"2023-04-10T18:21:10.123Z","3.0.1":"2023-04-11T18:44:38.687Z","2.3.2":"2023-04-17T19:41:43.622Z","3.0.0-alpha.20230419.2":"2023-04-19T18:20:23.936Z","3.0.0-alpha.20230503.2":"2023-05-03T18:23:43.168Z","3.0.0-alpha.20230510.1":"2023-05-10T18:17:16.307Z","3.0.2-alpha.20230518.7":"2023-05-18T18:29:00.625Z","3.0.2":"2023-06-02T00:25:40.746Z","3.0.2-alpha.20230613.2":"2023-06-13T18:18:19.068Z","3.0.2-alpha.20230727.2":"2023-07-27T18:24:05.290Z","3.0.2-alpha.20230823.2":"2023-08-23T18:17:34.322Z","3.0.3":"2023-08-31T20:35:07.021Z","3.0.2-alpha.20230925.3":"2023-09-25T18:52:32.892Z","3.0.2-alpha.20231002.2":"2023-10-02T18:17:53.822Z","3.0.2-alpha.20231010.2":"2023-10-10T18:18:46.064Z","3.0.2-alpha.20231024.1":"2023-10-24T18:16:00.215Z","3.0.2-alpha.20231031.3":"2023-10-31T18:16:32.626Z","3.0.2-alpha.20231102.2":"2023-11-02T18:19:05.932Z","3.0.2-alpha.20231107.1":"2023-11-07T19:19:54.074Z","3.0.4":"2023-11-14T18:25:28.451Z","3.0.2-alpha.20231120.4":"2023-11-20T19:15:58.518Z","3.0.2-alpha.20231205.2":"2023-12-05T19:15:22.306Z","3.0.5":"2024-11-26T00:36:17.466Z"},"readme":"","users":{}}