{"_id":"@azure/ai-text-analytics","_rev":"668-24a1b2aa5b851c26f229ab21672d9dcb","name":"@azure/ai-text-analytics","dist-tags":{"latest":"5.1.0","next":"6.0.0-beta.1","dev":"5.1.2-alpha.20260311.1"},"versions":{"1.0.0-dev.20200109.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200109.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3ed9d2c5d998b7b513681f75b01b7021f4e40c8d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200109.1.tgz","fileCount":77,"integrity":"sha512-aCEQ4x+V3rq89T5pzDY3lx1hTHnIpVzvwmW9W/ZT6iK0iOBY06nFQSJC6/ui9i+80uxOOwWN8H2un9YHoS8QaQ==","signatures":[{"sig":"MEQCIBmHtLGkkbycyJzBtiorbV3/lExkf/8uc2DgCj44nHP+AiArG3BKEVRg7Hg7bg94D8tsd/+VDVkIg1PGCWQK3Sr7Ug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":435806,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeFzXzCRA9TVsSAnZWagAA3qQQAIj2Sa3DBO8/317f8a7D\n7PSHPGVp9xiUw2bn/AtZN7h64rLjachdhV4jrlWXEQG/sMHl0dVky525gu+/\ny16WFy4cIbNPKsILXkqLAHz0LV+iCroJWn53T1G6NzU0y80UW+223JB2jYW3\nfgfc1j3epAU7ceFM5M5VAQRnjDJdvh5dJBCrTX/HmKHv8gY5ZVS28zxa538D\nDFML9b08Jrasf5GiuWuewO+SShZK6F5uuTrvhQik8fqSiHHUpYrjITd8zqD4\nKyVq1VzIkH1uPoXmZOKAiOPvzP1KVJPoBVjqO7aeg2iRJzedcExqecmtx/n6\nsfpmL1bSIHs48wy4oNhkfksn5/cJkvVYkzrjuIT0CEllGPNQjuwPH6BeisFb\nsiQQFt5Ua6ztQKN5M1KMl/m8ZP9HfhtTtdWbwBNUPUP5WTuL68atXzXUVXnw\nr3AL13Are8ezzu6Dh9O+sNFzDuR2vTuOBlST+zB2Px+OjwJ/8PRaRHqXTfFm\n7t9uRiY5gzWR3Y4JKbhgcW/vYEq6MBvoqp3i64w9U0n0cRDgZt232nGyfPvk\ns9Adv/0pcibQV/pL4czLw3WkT+mkek+kPjbPhGE3OblLkgF2QN9XW+YT0bo0\n/bcv9NL1c4EyCxsOJeXB3fN2Fro1/0ThktyhfooJJUOUBJaPXtExAnMNdWef\nyfDy\r\n=HeMj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200109.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200109.1_1578579443122_0.7691937442399648","host":"s3://npm-registry-packages"}},"1.0.0-preview.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-preview.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-preview.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3f5833ff317df1ff56e764d22e9ae0b09032249b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-preview.1.tgz","fileCount":77,"integrity":"sha512-1z96vasbSNc77mrcVHPpgOaW9Cf8jtssZj7oWR4pXazX/UFbN3uf+/LrorLuRSIpXZPah7yd2BBWUhBYFB5MFw==","signatures":[{"sig":"MEUCIQDZ0lOPYgYARUKdXEkpeoCPlkv37LMuDsLxHeRvuxwVwAIgexmZrA6OGCS36+Rlh0FCBSdlNCHWJ6yvqURaMfjeCjk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":435826,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeF6CeCRA9TVsSAnZWagAAJcIP+wbtWyXl1Ld+ayzJPt+H\nYDnwnyaz5t1QAJwDdgbiTk8wH0rYVAOnOwXTfNmE2u1x3YLW7M4WGwuCNHHh\nxMUsla+zlRAtcQk3hFSIiYQVL8IfbqxMhhKnsTw+gK8KRPvcW1fEhxyVCbpN\nFvNbu9Z88U6w4gvmLrlWTgsO/xK1r60KD7ggTtWYaQiHvy0F5FfI6l84KuxD\nWxzQh0+yKqxnRhz3ha5o5+UVkzhYAIkmzztGly71w+v0BNIMzoPdrgmVrHZq\nlAO68YApKXgkUk/sSHOiGHRVO93sP2K++R4JFr7eNpmpD3ctGfBrFpCw4xiY\nqsLDkjA7AiUJSpXYEIn8LN72Rkg8PH5En576vuaJm/Emb5afnZk6lb19GM59\nJIWZ55aTx5imMpZTb4rGrct4Ke0GWdaXasOSWBfJ/LQAR3I6Pqo3q+UQlpbA\nZdv5EfMGN5LTm2edv0UsFJqE4uOXBnoalqxSn/FEzXR9aO9xSsjn2Az5w9kX\nAXRxavo3vjsHiaqNd66gbHAwSVhRWy0cFQ8dXD9qKS9oRMga4Y1+LQmg1/XJ\nsoPjG6KMFrgxZoD8UljK8xGjTP3H8J6a8sayxNla7s2QFm9DeFJRNAjjxaq0\nl6G5WT/E3HcZACZVhYS3KnA7S+a14oWYCIfK+uLyCKc7kvMR4c99VjU63g4I\nBdE4\r\n=KGgy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-preview.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","deprecated":"Package version ‘v1.0-previewss’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","rollup-plugin-commonjs":"^10.0.0","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-preview.1_1578606749597_0.9671765662653129","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200110.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200110.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c400b4ea561cde943c973f7694b50f8e7eb2b882","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200110.1.tgz","fileCount":77,"integrity":"sha512-PjdCgVytAStljnCFI4yFXpwx3TXxK5rEdpgO0G+RGfBLFpMasvGM0ePVd/zeQ4LITowcU6nDRbc0qR2gr7LhPA==","signatures":[{"sig":"MEUCIQDRRZk/2z4Utj/fla17Qajk3hjAgYVBsPv34gx4msxW/AIgdbt0eFpMwXjC3Hc0CR9od7JtZcWZuVE1supWuRkfqZY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":435827,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGINqCRA9TVsSAnZWagAAciYP/0xoPX2yL7MHCAY0p2Vj\neZ7CiMHwDcXT1B3fCEdT13MbyYKGa12vPeDT473awxq7FXYCf5dl/mk+2X22\nxJQWqRZ/daRedcwzkD3fd1MLvxWTAXw/oG8LPK9MCJawh7tvtvVZUwXDnWIT\nsjFJX8SsQ5xLra528pMTezQvDj9Vj+j0iJP1Y11k1W4R7uqZi5nK9Qs9h/ha\nlIC2KB7o139l+uWN3a5gLCtNhyjLeU0tfWhOzRz6b/JQlN+YvCbCLmRbz2+f\n0tFbx3XHzpxB7afgPcCcAex9lH9TRPiy70VkRXug9x1fbRmg6HLXsGepLK9S\nHLESPwH5UOf68loXga9tWT+h/iUxaAHiXWH6TRC3rb8aKl2VZxzOpHk0b+Zx\nAd7P9VN9j9TwEsycOEG/M5HEWid+F3aF5h+IWQl0i6ZOH9fylxtyRcCIPe42\nzHN2l6QP/mNGFEUFMqWUisUO7CUcuy1MMmrFr/aFmLnBDy5OniL5awtSfpev\nzj53D4qM+dseqbmu99v1aJZVDnDTkKYww7CEYmwndfbrxMNuT+nBylSrv6B+\nAYKiQlwlS6uSzs0ky0WYmcKkDIRRPmdty2gEH0QX4R27Dk9PWVfLHiuYwMFy\nw9Cq1hFMtir/kSCCEJ6eA2xYx/REGmAMxUUzjnET4fZSD7JGOLw6H8A4Z+RJ\nYlbn\r\n=wq6y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200110.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200110.1_1578664809944_0.010270241474412023","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200111.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200111.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"de4e248d8f8cc93f157a2d74130088b0f8b0a488","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200111.1.tgz","fileCount":77,"integrity":"sha512-kD0yyMinL/KHElyX6iL0PDxZabWvB/k5pCjY5zZAy892d2jbVLytJKIFoNZYI7Tbbyk4tbVPj0EpoSofM7U0Sw==","signatures":[{"sig":"MEUCIQDKp1lvJaDpW39jkgIma9G2Qxw6Wx+6GJdkl9bx/phCsQIgaoAGtBABGdtmNxnZ5pVngHDg+i4oEjgwN0XYAACIF7I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGdVRCRA9TVsSAnZWagAA5WwP/Anw4axena4vAyTYMSGU\nm8xmnmsMg6EH8hP4gK6vVa5PrW7dPkCIlC2CdMOgBxwEDAJFSN5ZZF9eelf7\nXaMB+a686DuZ/TnaO5GS33h1afbOFuQMm2MhvYTN7uGxNn+scyG75B45AP9F\nwNcbDX0GHPqn+pBjDNfMufFrrvmTskgL7vLLbpQRfTNZH6lztpX8uDyzckj9\nhNiFC6srMx6j/1FTJorDs9y/pUC/in7K8ERmsSVdEn7160CMfZMhlgi6GmfR\n4M/sEXC9jvMAyGd3QO4VFLGZJgQ+KyZH1d2bboJrAagG9tlrnKi5RBBJORUw\nocD/VzGRo1dS2rX6i3/26Q3YhMwUpwloerGJdf2p6khSDW4v1a5Rcp1q67V9\ngXS1Ie3zGVuN4A0UUcDkTmB6js+iBllHQhccaosOLKP3yFGSt7/yxGC14czv\nTFG5j4WHuUfG/72u2dm8up3TSLh6odiwQ0BlocjW0PgVWo6/1DIaPTEfPHZN\ngpOlYi2wrLxceL6bxgQydDJ/MyXlvoubWAbv6iuvQKBpw0XIe4gnS9ooM9ja\nI67EEkk1fF+DLLw/EJr/cSmdAFnGcwjcNJSNuTbY38JzuOVHRZJG05m0WKa5\nyWdDFwvrIliYTSqIRDfGZ/2WoCRp2xGix6GKmAXkfAuxNl3fud71Y71JLrpy\nQB6S\r\n=GDgd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200111.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200111.1_1578751312869_0.015638214390356397","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200112.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200112.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3f6f534402e67bdf8bbff96606843ff6b819b9bb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200112.1.tgz","fileCount":77,"integrity":"sha512-7xX8rZiC2LfEV3YffpUVqQgTRw3sf2JYtTTDAjrN/o/PU+irvWj+fymQEaotLhUVs4T+MSFr3SiYKW+S87DiDg==","signatures":[{"sig":"MEUCIGw+fAVFm65mQ/6/V9GQYz0NbrBPhhAc4cxVFt24aZ/vAiEA0a1GVpmMc9/k1Ylpkmf0+LePHuTcX1ISv2OQs4Yupb8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeGzArCRA9TVsSAnZWagAA3hkP/RudPZPCpOeTe5EvKmJ9\nZhrF6xlfsLylprWXg65u4/c/vDnTI9pMJuFzDSkBchXa0O96k6N8Vk7AHpM0\nEgBsMHm4lpDb5LInZERo473aNcxQcC9tGQtWM0WB8RnZ59uPJG0Y/UTcuK/e\nWaE0UuHCW8Z9l3S7RbkjAJkMRITDyRJBN/mHk2lGgag9lCl5lD9aWehtlNJG\njPsbHB4pQq3zT3I/ii2hxKKF566RwS27phiDYSrecG+i+SpH81N6qzycnDe1\n6WVz/mK4PnbVihsfiHk4hFV8LaCUdii5jp9IDmEQ36aZ3zEh/oai11PUnbs2\njKEH/GMJPcZ5gQcw4auz330xSpnZ989QLQYYPZHFGbY1vYW1eSqyDDUPyFn2\nsfwkIOYArXZ+fL0bbrloNZMXW6mabyGcyi83PcrUYCRx7tPM4R2PPNktJ5vs\nyt5IlGxjB+XP9Y3gLjZmj0SVrdMsdhhk9cm+HahesnEMD/fOwRCqnlWhDJtY\nzVqZ6v3w1Cp1V6Yxi2Cg2aEhuFueGX1ymWh/w0WmznboGmX2isZa2R5UbfPy\nmW6/csZBTSawXAqEzbAOJ2NBog6W4V3x0CgKo+jDL2qjnv5p0foEgjfKITxD\nNacJRG4u8xoHWzNjGHGeUSoKXJSzc2QyRxDQP/11P86/ZePNAN+6gTZyd/bG\nMNmm\r\n=3sp/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200112.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200112.1_1578840106723_0.8442995430067304","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200113.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200113.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"075d3d99f9c4af90cf23b8d9cf896b63579a0acc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200113.1.tgz","fileCount":77,"integrity":"sha512-F/WKicPLLL3/MKBzbM9tsQSa+xAxP4ig3sbHgjwv3NvcHJ8VYxtR5wOpBdlGI/49644ccrQZXxbxgOKBZAeeKw==","signatures":[{"sig":"MEQCICd29gBeIvurw+0btm1EeqfKXuJQmpTXcJVHya281PM0AiBm2GnrgzH3u+PT2BljRaBgD8+OMllCTqokaUrINx/xAw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHHl+CRA9TVsSAnZWagAAjT4QAJcgYfYmPWpOgT+inYGw\n8kQzCqCT+r/1QfxnbEM5ZHxYK8zxUAy7GzpEPhvDGJ51rcRRqPlNXmIw6h+u\nQsIWRilMcxacPCMKPn4YJbPgFpii7cBMdwinUWEJ/6517ZWa1e+rnjIwfmlg\nYP+2GnryXhpYMuC3hg/UNU3APUyPb2MxTZnvRzhe7Wdyavgx0spvHuZ4xocM\nA0ZMcB8px1iWpm0QRQDltfmF/fbe4Fjo7ICO+33hVufxb49/5+mYsRE6wMBa\nbs2WLvo42nsbBsufIrkder7TLh71hxM6Yw2INpEyBA4rT/tzvqeTelEQ11hz\nMzx8/wY3asrYgDHrMD+E9EzvuUqX1kYBf5/zpCm9k3iZF1Bgzjg8ZI8aarsB\npQEBRPxZWi9ZRiFzJdnp5mUF1ck+wO+l2spA4J+oC98DDv6yDgwfGv8q8KYQ\nalXF//vQ6MVr2PQZ0kRXT4J1lGAuTfX00QqRjkiaMl9FP64Ad2T3xCXRMmIJ\n/IRgl9JALEhZd3hM/Jl6Mp/KjkhZdpGk4Yu5+HHEYuNKSIdvW2v+DugffIPE\nG2noZLt8/rv2qYbHtNlTiwEfH6e3PDrzYTWLif+j63ZezMN75SF7AHk73xDk\nMVyYEUdB7ZaKV2THGGSr6zTukyPhYAflp3f2ikZSdiu3inqspFUIYZ0Bis1N\n6/vH\r\n=Hdwq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200113.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200113.1_1578924413453_0.1712132607481418","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200114.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200114.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dcf7bac22f461e7207526253e66b92364d9940bf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200114.1.tgz","fileCount":77,"integrity":"sha512-UG6ze0cy5XKvUedWdwjTZ3YxhFuONlGZ/lZQcaFWHwPYfRVyGTubbSHo6rH5OY5oBSDtXlc51p6l5l/olB+PVw==","signatures":[{"sig":"MEYCIQD/iVmk2eSbqyjw5VoajnAfYvsahREqNYvnIoGROYo3tAIhAKdSAz38tiX12Nv0DzshrBle8QdQxzR+QOuq3Jfkk5HJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHcsVCRA9TVsSAnZWagAAGHkP/2nbm4mOy5bIy4NxTsMb\nUO8/22g8n0ZxWUJsXy0F3rSDUMxshQl/vDx4wiJVVpDIFAiJCE+JRfjhvkU8\noaeT42+GXzKoNXmL8UKi3FEeodJAsJcjhu6rPDum7aDgT/iFTxixWNIMAHBZ\n2JHDJZmJKHA81da2kgIs2gClViqbUihN9FKur1Gd2c9gR4/aa9h5G40VF7P/\nPFkYnSJRwX837Ye/Mr2uQseFybYzvOrE9rK2tiZqHB0EIP6mIcgNXQOqK8C9\nFFiSZQBmVLF2QCT81y3jBECYZ1BD8tkc+pBNuQ6kahQd3Z5idLzGvQRQdFCB\nnwFNjz5VhaI5j26fzTRKuFj4lZmuVoz0NO9w+hmkXhcRg5Z3AFmSEiTyQMNR\nnYgigXYBXWvqna6bjF7Fm4HGl8tdBYgt49VlWAvySzxPCzgW3TNlREYosuIw\nWFSL9TFNbwkBOAgADdUxwsy3Ekp9BuUON5plOLpdhR86RAOwGWgIvd9mDwYg\nGPg/5XDL5Ct+KgBYKnVG7yXbi42TF/Kx97HgIXO3hKSStb8uARu37DSQBEWg\nyPQfJNylbGr964uidHMo6gdeYvP2I3gy8aYDnI1imWb64/i/V0zB37M1s4PR\nGoUU4QPqqYUJsCk+1yLZMr5+kDzESkwUqCPJlfOtndgQCqhAJ0o8BZPI16Ds\n3nfh\r\n=3X2p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200114.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200114.1_1579010837257_0.45262883842579593","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200115.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200115.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9c43357631c2107b49841dee02f89cfa2395e344","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200115.1.tgz","fileCount":77,"integrity":"sha512-XC5p3krEyHxn/xL7TVgF/ck/y3qTpTW92B5cln4uuQ2zciBDz3YVjQus62xYJC2ILhlVaLwN398Lp9hZIqcXIA==","signatures":[{"sig":"MEUCIQDRWE3xgj/wHsbqqFGCJzIFccw7j5CgATmiBVBIg157hwIgBL2+2fuk5iNa8buaZz4YIAM9E0TvAgFjvp0f3AuUvVw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeHyCfCRA9TVsSAnZWagAAgS0P/i1JYibEBpjgRKBfVBn7\na2/+Z/BccYjnsd9KG3gOsNIBMQfA/snrUW4YLVw7lgGU5EDCZnFwDp+vn7i6\nILjnXKx4fjTqHrePBJd9Disp7eCj/q0FAm/XzSK05qPV5gWgnxPRvj3n2L2p\nTprvPCYHMY0cZhjbp5DRrqWAqF1Dt+rLX8DPpGg1Ao/bVS6r+h5hfqRueBVJ\nzJ2ZGqXWfdNe3cA2Gd312A8xcEtDUKsf7/qQLhUloo+woI1tv5TxfOahCmZT\nlexQ4dR/1pezhpZ4RN1tR/KGHMZ1jlqoL0iC2y5h/vCz8gcKTvoEWUawokKd\nF1lUQZ6VVQKeQsjSKQa4MfhhyZB0Ws6p0fhewBNN5QTD3pDIyL5+k4CXI8p7\n9t/rI57G7gSTJhLDH5bTzcws7UGVba2ApirB5qrcHsW9tnQAFJB8Cu2IfEfu\ndjlsiGBEKWCq86hEA9K4AHZuy9ykcVb9PUBUKAVT9NB3T+bfqcAdOCYHEaiu\nvcsCHkiwauXFA5WAzHB7jxwvAwNJEncrOAAMGU4lvNipBIyT5J9LzLy27Ltv\nx51iZzr7uDQIlD0+S/S9Gf6/W0R+7n9MdztduymAG8M+uI+lW8DlgNskx/sy\nyAUSC/kLzgFIXlKTBMoxVLFPRvGzEEAEMo4V5j7ivHgKKxTsbT6fGcl938xE\nMqcJ\r\n=x396\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200115.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.13.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200115.1_1579098270923_0.05857321276506111","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200116.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200116.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"21e6b5255a34084b17903d7f7f252a100cb7f0a6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200116.1.tgz","fileCount":77,"integrity":"sha512-3DJtX13fpBy2pQwoyHZxA7JdHkimtjIVb9CT02m7sFxM915cI42mAlsGgiP1i1QF7d9K8SPkZpxTjIhWXZZavA==","signatures":[{"sig":"MEYCIQDSignuFoxJ4Oq055jV/k2RGzicsiGDCp1SvL+pdAbjzQIhAO4bWVtSwz0zNQLwUaZBbtcbKNU/SwHOX3zqnHbihup3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIL3RCRA9TVsSAnZWagAAWKMP/166vDP3h2/UfaO9HPeH\nHaQBZWkfy7g1+KbaFeXRvGPYIlN85Th19kkAMgqwCce4oG7/xyadjQPoiDlx\nXXHAhvl/vLC7OEtq7fkrwr5AByq+53eH8va0O+XCUD8Cl2NFYYSbCqyP+5DO\nqHpe7RQg7/ncUa/PLBS0ya3ZxB0OR3ch8EJ3qsy2sv2ehW0qCjwpWlTpMViG\nnyEe4bw972LGoupfmLSDGBk9GW9QXQP/GaT8UfiVLbJRhJYk+MN/es9bjsVY\nQIS0svo4iBo6mZDOgbdmkIW+hxwKs8KEgJynZgVW1wHaOIECImwKyd4Yquj/\nMbeRaiXipnKOPdmFUJpQd1yPfO/b/Jf3V6eabNRelijH0Ae9/xCYIkocQbjU\n8xDHy/RwiAjcFA9Lb1NqlRkahkYYTtu2QBjBPU2gKVuGwAxZb6QSXNmt6T7T\nVbiJpJPOL6+aFiH/eklQTIWDI8x7AL21Pgy/oAhkNCUPWTFRifpzle0YSiNK\n2zY2rwKoEBUkKt6GeQkd1rI2MDEB6n1mSapfM33g56g2jkIFToKrTV0HPau6\nR1L2y7EAQMGsOB07uV+cSBOzil81QgZh/y88u9PXVMTMlYSZvh2cttIP5bX1\n6NFuv5F155ewBm3S6Fg1UYkPnNaY2ccyQHnz3AmD2ebDqqbReFvmwjGR6nET\nHOZg\r\n=h8OS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200116.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200116.1_1579204049338_0.6378315057296278","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200117.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200117.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6a99b3171fbdd3a630bf5d43537d60b01f2a55ec","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200117.1.tgz","fileCount":77,"integrity":"sha512-3D3IM+tSr7jj8CHAt+rJq6I7VcCBVD7N06+BUypRELodhbKhAVzvTZhRjRAVMXCI0HMVSbkenNq9gB/TgXZc2w==","signatures":[{"sig":"MEUCIQDKTjCFrFna7Nppf/Tma6WrF8NMaIoY2Hu4u/vA7DsoHgIgDa6hWrIkXo+7f8abbCfDag4fXKQ5LaveUwYkCbMGUkA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIcLXCRA9TVsSAnZWagAAweMQAJwkoW2BXnonm/+N8F6e\nyet+DoBQbdHYbn7XLtpIMWTcWkGv3lyYCPitT3XTWKN0XzHyg9QJR0VgEHgJ\n+J5z4mPDdvqus2N/hoP+8l+8BJ9hBciWtmNQqAvmAuZz3/P2nVMaONLEvmnu\nPEP56z0dpkn9MHscb9jFnn8Rc1GtWKoclg6vibx4ATT9+5q6j7W5r47Y9ZDT\nsHk4wqSkkAtatSkawV1OdBDrpWun8aqVSMgxYIamMlU1WL3o074UCjzCcYxv\nNAvGvZjUt6nx2WQV7LT3CmlbaRN90qGSLvMtpapzkm88Jn9YJPxt87vb4gHt\ng9XcH4gKuh/tJgatX6OgkcWJA7l3E95FWI5Sxuv0Rm7ILHr60Ip1btPY9rfm\nFuJEzIsPd4oDhyNzTU6PbcR/ybAMvZ9mTcRXwTxqR8lN8SP9YmwcbVzIi8Wq\nUchuAzJva8Nyx9ZfUMv04FR9fz9ZnarUAJMT1D5zOGSKpP/SUd7W0Q6jod8p\nvBErOnG37xUH1i2S4BTqJip9/J8CsKk+LJbJY4GcRzHVPgEkhJOo8XJFc69V\nWUai3kndYPbat+LH/CYPSRfM1votVPMtTOMWMpk9bFXlMBl649aN6P4VUtxT\n26/ttL4n9CloN3DEQhET2IDiir84/MNTfgJXY0su5NrSrerBxOk01aZ4cub8\nQMDl\r\n=H1hp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200117.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200117.1_1579270870633_0.9710006859023028","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200118.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200118.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"33585d49d6093a7e240e9866b424a041938d0790","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200118.1.tgz","fileCount":77,"integrity":"sha512-8GZASNrDzbNlIQiiSlnIru7bEQeJguvdNBwF8rVWp0+3s78gEVIWoLqBmYnkUEsUHABg52Eopa+61UwedTf/3Q==","signatures":[{"sig":"MEUCIQD5YmmWTH58FhONxKJvIenuaDwsfkW4QH9HbHOCILh5CQIgek4iLTQSCoO/dgxbhT4R0t2DqKnrZEb1IBXURaMWWUY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeIxCHCRA9TVsSAnZWagAAaVoP/2BH1t5mCSTutqfDTyZb\nr+KPbuZmNwIghjs+MCTP0Eb6A7BpJNGd7GmOYxABs70OernrZ6sW6wMXEtma\n66tlaJZmwsViGCSF2gtF4+HCNIjsF40rmM+gbdgGFHtLjzZWLC+M/HzN+rFm\nGQpM/kVWim3AYvsEmCwZAIMWA0Z8FT364LRrOC/vKEBwNbTGSyDqXArcGEM+\nD4qRev+WK/1/1RsuCJCVJnd/3+DKbQPN7VaNmiei7ps8ebL6m7Ly0NHQYGLh\nHFdXnxA6RoxgKlJKJxCx02ntPFIuKoi8sv89swT2Vcs4IcUO0uOteapTH4s9\nwiFYudyjwUhdUgBb2mSDidSi94R/X0XEkyZBfCM5TxyK3qrOMcKX80oMkAx5\n4axmSTxbfC3bBvh3wNnDBmtS5OvX0+y8i+icBc3gftt6ykwtCyH+DwvBN2MS\nPLTZH3RzfDuBa00uqXQmTesLGGVrBdaUm1Wz/3N6arYK4Piy3x1hOyV/id0G\nRU1u9IjgjwwZm1zI/kNL1CnsU9ZSRbKqysDx1gnz9ez2Y2Qzaj+GHGtnbrZv\nLfOVNee4rMR2CFK02UUcJrED0bwqHB8x2PF7H+xGsBiBc3SErlHQL3x6svQ/\nYYVBrT5MRQVXaSL2yCKNZK59GjHLkojwK5u9F4JMG0hxtLaO9D5rJ8nHFPzY\nZTtZ\r\n=nj1z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200118.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200118.1_1579356294952_0.2971686199194863","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200119.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200119.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e1d26d2d85f95e0b3840972c67573259760e424f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200119.1.tgz","fileCount":77,"integrity":"sha512-QNODjrWvO2ocvdy9olgNt/UfwDg8gfFGZYQJ3PSyW24sfIkKC6Jq2cYXLrYmhTVB4isPkxJ/1NHn6qXio/u8SQ==","signatures":[{"sig":"MEUCIBRTjXRQLyjB9klVKVyPXzK8XMYDIybBfzbJEKUPmsODAiEA9e/4OEXriEfM71obD02+SvdZwxrInGX9a4Kzs0N5R8g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJGPXCRA9TVsSAnZWagAALMwP/RswxFYrcC7/CkoX1vzh\nlQu7+BWSlkjNyAhdtVYxoJwiEwxIMUQJsfnES+rh+0JzBiMmBAeZhWzOBEcV\ntQMjTK97istEvWJTxU0RXajOfVdzx+gTtRcgLwM5No3Cx/8C1vBnuswl5RKc\nDdguoGTQIbO3z5VPWmuW1cmeADIAjJ5E7rafk+n6I9hnpVf4XdMWNC4vvX47\nHOUDhTdN/IAGMel9XmgSrCqbq56ANYST7CdiNjKuYjmDlgg/WGKnF4LdXlE/\nL41CRUwNQun8/8vI8ZVvSqIkqGXVSIZocNFH+GBP5Bkh7e1WxVga2rSV+hF/\nQd3P8Z3PJ5KO8G2zYskYzNpIGYtoIT7AekazoU9xLCZ8HvNfBMPFlBK4E20U\ngG4lK4X0oMPtNReOdudoIumNNynq3gvqigyKojc03ZZwU7hkoxRVwZ/+Lmr0\ntp2IAAmZDcYps0FOp4Af93E9mRwNrk/YAn+EuFr9olZMnD/o5E4lBjfouSTg\n40D2lttVK4vAKi6ZcFMlDeyoooXeht1h22WrLAR6gQ47wpvZe9SpESGClLan\ngt1lE9OUWvEFk99wJfwhZ1PQPXWbAXFWrkKMq6dPNyUqJUeytLp/HNrL7jds\nTcpDUoXspLoq2DoyHpShVpspGxtZu72tcEB/UPj/sRgo2b7PlV2U10V5GFXI\nUGJJ\r\n=OvVq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200119.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200119.1_1579443158595_0.49720181255744933","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200120.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200120.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"794c986048936d69c72b04d579720d3fd415a794","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200120.1.tgz","fileCount":77,"integrity":"sha512-AbvMvWsQ+FbLe6LGlRpYV72XKFCWKVNlJFW2O9sl/S0WYLd3ENf67UHo5xEoLCVSnZ6++cR8nU77H/ZvdtbwqA==","signatures":[{"sig":"MEYCIQCXDW6Yv1xFEaBTtY4M3tOZDY22En2LWcljucy2CM/q7gIhAJtL+nVt46DNhyxBY11RFne/93XZ4i3gD5rlqbsKllzC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJbVlCRA9TVsSAnZWagAAkzsP/0fd/XEtyafSQRsdvXEz\nlTatHeH0gL2/B0VCO+1PB+W53F6GSrzM3ynkqB9xH6puDN34dDi8xPHrpqYz\nKWN9zQ3XvnNEvET3kCSyuxZ4RckBbjYgvs/yGlkmwJ3YWunN2FthV2wPgp9M\ncTlBm5s+ZEfRJ0e1U5Ecvg5kh4o9Ic034m9AG66gJAEgNza7Siv2WMo3t0cj\nXNeALhkynvZdJtQTvVdQ9ExlD2wlI+Gu9EvHhU6uEW8RqL5CnqnZFgdbyU9U\nvJfw4PV9uBhrTVtAWZwTSOxBskzB5b1kGwsQ+4U7BthvYx+arXNiRg3YNeNZ\nxbrCCE9XRp5m+EfQQ/jmpmp8pkNSoLR89iRQncdxlLIUv2HnxQ7li9i2+kfC\nnMNz5jgAiNwqEf5H95t7/Qqt+9FRuegXNoIt7N+kYf0PEJf+szF+5vbyd5Sb\nN4yeKHz7QvCIoVoaDWU/6cPrRzwLBCLMwHUdIh+iql+5FEYPYouc0u3Id1gS\nyG6CW4rAG3kzupMQfxMN3iSfkj2m7UrjWzK9t2a0nO1tL2xIJ4AGqhDJMApg\nfG3y/9HV9QbCYbmK4XVVQpocMtUlPHq6Y808A2tiRToNuAolV/6nMH3TlNB2\nl12/wObxTX+/Kgr2soNt6ErjqiR9G6eO2tdRTLBj+6R685nX1jPSbGOvSI1J\nbbSR\r\n=HI4i\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200120.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200120.1_1579529573493_0.7809189475529976","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200121.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200121.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7f07d370bf2adf3aff7dd509d80d54df15028a8d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200121.1.tgz","fileCount":77,"integrity":"sha512-iw2yemC9uZBHEa1dC6t1QqXtPA3JdNJC+5V6LqgFntN/tJQ5tkpS0FPsWnj1hlS1gd0uHYQi9PV863sQIUIX3Q==","signatures":[{"sig":"MEQCIFgm6PxeJtl2QYsw15zX7X4YVOaFW81ew0io2Ko9sNnEAiB2Uee5WFXBz7FcAILXWmBsit6vRxW86iyUqF+SWIZDrw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeJw0pCRA9TVsSAnZWagAAELkP/iyCcZqzaIhzUNVsyqn2\ngdBFPf6IXVwLSPxAXhhm1L+hvWLp2mYofSiMnmpXO9iZODtKV6HPwTQ9RsFK\n9s9V9S6EsAqYpskl+wvzz0Recg699FeRat6y5HeM856IScbC/X1o0rVWqB5T\nTdgRyM+Q8oYr/KYdBJFLU9zk06JeCY2VAMCBmN3pCh+B49oB2Q5IDCs5b6gW\nPsWEUuI9UYAhgZnYcLkfLXTRgdNqXzZvs3+3cfYdPmx0yqIa/viWjacFJycI\nyMbqCVta+Im9BTze2w/wODyMFnEAVajvHvFbjWk5eis6Jt/PjuS1hBWuLtch\n9R30RnLCaOIuNhLK6C/k09GiA5+uz88ZB4IgSTHPqSn/cXd/V1PQUYPshFwj\nu4AepCnU4ve1J42L6o6H4uDI5S4ai8KMgs6HM7ybSaUuAzv2KkiTbl57AwHO\nfEiljxiwyf6gGcmZP+GhohGLTHHDAUPLacJSYYzYiNVhXvfRhARWEbW/7Mlg\n4U1gDzMgsb1wizlBlCGjtEaZWKB4LAGd7P4AHKtAsITz6dWmMn7ZeODbAki0\nV8JmxN77sI/GYcoVTez1iLAJk91njufRkUoBw07hb/wt4egzO0HLDDm+DBKi\nR7TQvAC2l2wl1wFwgsrF2BSHiSDrzGEV7tRqS/f1aZTvazFJk6v/KH7euHzE\n7tSy\r\n=sxpm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200121.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200121.1_1579617576762_0.29633062111107566","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200122.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200122.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3dd67816c22d5d23521a4c8b27906deea9fa2d32","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200122.1.tgz","fileCount":77,"integrity":"sha512-NuzowJxu/LaGKCHp4Gi8OvRDDI5MTgekzwnczo2yTrg1vE94upqlAp6TlgXQY7lxCrbB0RKhsEQDgrki9wzR9g==","signatures":[{"sig":"MEYCIQCkHukFNSrcySrrxF4fdUce/AjIlC3/suCqayUlmQfrnQIhAJ/aG1MtYfrHNABgA5UjoPmH/CBmWIzNhkd/YzgKCOiv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437072,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKFeRCRA9TVsSAnZWagAAwtIQAJLF6+OUrJYoFUbtrUVm\nvmk2ckCm2przRkT+j4flJb/13HHJL1ijx48eMedpXe+8ujfofKFS08eDXL5W\nIysRp/H/cHjHZ5ouWFkZ+eRtwSpyW9IoNvhmrzTnk5kVkqZvXl1bxy9SE6PG\ncmGKzDZYZ13Glm2SH/aCQ4Fh1sgbMKbeOo4Fxuh+szACrFWe6J2filg1oAlI\nopSykfmhonv1ubeji6nrCKaXn0K8D8i/LgFYPKeoWQBad6aa72iJo0ZfO1se\nPzVltQYPQ9kM/DP390skzX2JTj2kQ4B8BhLf/BkxMv+Tr3QbjA/6LD/NGCj5\nPpQgxkPVQnBaoxHs04/YTSsLKh+upjoK5efS8bDNl6TQNMCqx8bPZxhGi3gp\n6L/yOugZxqcUQuQqtwrEgssLDWf6uF/p6+H8qSVi4mS3vs9RJIwMpehJ1MMv\nVVXgzx6j+K+166QjPn4fjIoI6cBPsWXO+dmkgD4FBAct4cXlEwQTRTRLlNv9\nxUocenYpGMsQtI3O3Tu/oEXylDI92KRt+WYH/2TgEQZPV2X0w0JJ0wyovvjQ\nOBi8o0OubGFzTFXPArGGIBovLU/6zCcXKo7s1NjId98136WbkEuhlm2d7q5s\n54zt5alGsAseHuo0R+gs4E1l7hUsQJxAUL8dmZSWz2pBehVVisPRCvJUbdpy\nFf5c\r\n=32ln\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200122.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200122.1_1579702161323_0.382914237331369","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200124.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200124.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"057fff24ec5af03a1787dcc6c06b3b1062c6d347","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200124.1.tgz","fileCount":77,"integrity":"sha512-oxmTs7rQJGLe6DCm2n+DV7APtplWQaLsFkIY4Dodi/G/wu+TNhBstBa0KdFimJCMlqKJo0fX8sq/lAS/lpqj5Q==","signatures":[{"sig":"MEUCIQCLm5k515TgU732ffm+IX7vv5ky+HhEIV0GVNagwAcE6wIgHa3QAW1IuAL0Fx0bYkQFBkQ8IogRfpMpRiR/liLB9Es=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":437427,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeKvnQCRA9TVsSAnZWagAAEmcP/0d9M6GhdmSQsbEdv1KW\nK6mcQ/w+GpgAWm4pTYlYXOy+yR8HMfR1L5QhZ/GY0CnmSZ/HgXNsQBl/oLAU\n5ktuwCipt7TAnQVWoCK5JWyywRmX8ome4Tz/hsLikl5206lYz3YhrS5/n91F\nHwNdlkJZ631ilXu48MB/p7wqzSMaQqja9lHHv968wIzp6UYKWRqLsLo7JfoF\n4op80PJg9sFIYrK93sSr1oPbFOJMY08z5l7O1+AEyKRZ5gK5mJl1nH4M7lnT\nu6Jk78DKxFhIO7j8uiLfD+Qi0Kk09DMsrZn5QuY3quwebuv8YUkXgN4h5Wfk\nZY/nKZnrOaVzMFgj+DebjGwrVBJJjdeBbDdRK3L05NNwEva6glUCToPMY2sZ\nrw8MMjGHKybLH1ErnYe9eNJe23PW6ogS2c2RFRyS5JXny2CjR+UQ7l0KEIJ1\nSUsFIQPVefPpmIQGlpSfmUp2dbxPa6+F7MedFb24vhncPWXXOE9ybtNXD9j/\nfiCw/fjJoSWnX9h/xSymjQcQEpCX8G/xjERlCP5jLk5xr0xMaz5NTalLZNr0\nBOgLE4ATaadfi8AxqoFT0FhiMuhpbGGjVQgnSbsv7YubDxEFWo50vCOSMzwy\n/A7igPNuwS33fgcaVt08AsR1aNuMEO7rqd1EZ1sRvqlvCovSbz0mZ7Bed5nY\nGJGk\r\n=6LkC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200124.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint -c ../../.eslintrc.json src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200124.1_1579874767636_0.18208152985535153","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200128.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200128.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2cb83dda3e4662f1de02980700f924e10aca8db2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200128.1.tgz","fileCount":77,"integrity":"sha512-6wcGVXJkZy71AAuCeeqbuaT7nqGktFMZh0sUjqV1FQL5Yla8HHfbSZVASzaAJEhBCmxj/KxxqZxE7FKBAQie5Q==","signatures":[{"sig":"MEUCIQDNV/CQtNc0CZ/vJeNT0f/ksB0AkShWRSKdXh7DskSjIQIgZOcfPC12IatibtWvsOGcaCCUf4GLxbxGRIx0JjFmT1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":442154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMEMFCRA9TVsSAnZWagAAycQP+wUMOaZO/c4eoUKKiAaA\n073XTNVn93Szq73/vZr5OEaVmeHiTs8bQh/gSSRFnJLERmYc3WGN1ievaStI\nzmV8wulwngVQ64YqtrGFlM58jqsJPjHrfHKeKL33RKm0HqIlAH4xHE/nabQS\nJ5YtgPvkFbQsTG7tkGNBEXbNQZN+7YSl6RaI6FatZlMdW1JhcSeK+o8MSQlw\nkhRrnen9kr7KDfmv2BLAdJ8JL6bgsnSRtdo6GR1pH1fWzJWgDzmRZV0XJVsv\nzWyAQiX3OpmDDqQWA/itabFq6rNG+O04oLucdmDCJNlLWddeFU7+ie6zyPbL\n3fMdvgTeE2ZvM2UbP9DmG4UHQyjTJyBG5K/lZ2HxdOGvF70xQ2iT62WbGmBv\nVbf7Zbt+NFIz4SJQLSDidSMbp1lR+MQPqzAJ3gOB6ggr8nLYPNDldkLCE+IH\n2R5m09LqhaWQiKSfUNmTLS8Jeux3WJLEu8CKjfYFI+NQ0tZZNpkVWqWFvb2B\nS+vj+zOKnpK6AhBAU0R93qbMwniCnmHe9iGt696jkY37SUznMa6iBHI8mGlF\nolxAXaVqYS6vuiA/vvSghXzqqVXc7PWQ+9pxYm2MeeiLdBjinOUihABjMBOh\nx7yopcRq4QEprm7UG06vbIS9Wdz3vsjtwUbrKO57gYahm3xjZBISnJVE6WiK\n0kvN\r\n=s8jJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200128.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200128.1_1580221188757_0.17652153362189016","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200129.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200129.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"96a6c348f92a2e3b8166979814887495f96c2149","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200129.1.tgz","fileCount":77,"integrity":"sha512-4J0WNcglJjrnja5mkKnDMw58Yq+kXXT5tbQvSlYH+6zEfOJ/6S5ex8bdBP8kjrGm3ev0FP6sDNv8FGPMJUO4Yw==","signatures":[{"sig":"MEQCICXRwBMD6U9fAX4qB02G/CvMgHKvS7evB6AVLxVajRceAiAULkrknGbVza+0vpTaQS+Bn0SeNMH+3JqMu2wJ3bXRfA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":442154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeMZU8CRA9TVsSAnZWagAA1zoQAJmwaJTwvmeRPQjyVtD2\nuiBMYc5jTZzXdpFfgzxZtPRG3zdPzrgog+eYCYOfR9+QXTxTgzUWYc6ij6d3\nuQgpidudQtAdvZu96Xe5GiRSf1JAecfQqbg1lokLXE1tFXaXECVGGb78NQ+V\nYI55lyHsf/E2YPfG9GeoCdQLF3THQPJEVgR34AiBeeXkAiP9xRuxG4mOFJlj\nq3+bj6MFO6C9Mh+Dbm9nwW4qvUG6FLHRdXATjE7KTxuZoJHfoLnJ9NWB3ANO\nl7aG+pB6CBL7cC/lMvarGqNRVtTBaZXRbU1ylpvs4xRgafkMYxn11syS6uCf\nNIKSn3/KSjLOLdLyVDqkq7Qf8nZ/Ps14zRntH/TdRv3f2jeJC81feXy0bRKS\nE7P0vO7eESkaZa9ZBrCMAEa7BG0RuMA60g67b71XRTVarpUpg8thEp3oP9dl\nwnMDpYZWa3zBMG2GUu3ZRGOZ0AGElw3wKDlzgXRcuLWeGWPkaY1JQy0GyLjg\n6yhl0gdAh2E3gIU+UCd8lHTlapWiP3cGv6GqzrE3C7YBeIowfstOmP3rP+t3\nTCjVaRJpsgwdkKzMJNhX/lFPNHD0oiF+SoaluoKijwb3rTjSWw1ag3+VTnC8\n+RqWKMTZQiYwKr8FH73lHs4JDq1d6q9EgUDtm8WEZ549YHilJYIHPuVJiX5h\nQX6H\r\n=tAWw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200129.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200129.1_1580307772278_0.19802526207576232","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200204.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200204.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6da6f79b0721aa9ca38fef7f126fd0357ec3397f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200204.1.tgz","fileCount":77,"integrity":"sha512-u7jg2wxG1nJhjSNijLKqr4I+cefmAuhhaS5++Lfm+MnrLlee/e7Htl7Rf4OZAUgw4ODn/VRgdzEluKwhsGb7Ng==","signatures":[{"sig":"MEUCIHdNbr+DhOck0cPVKzdhelXbxsGIpJIeOpqDnydElK5YAiEAs0XRmY2KoVMv8YUDAnVnPFGgla16K6/U9a1qLFxciJg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":442154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOX4xCRA9TVsSAnZWagAAHcMP/Ry7kIxGOdsMKllLC33K\nXIwPHS7ThehIWTBGdd3CYxxNYowBLwaPaGzOr+HouOG3oTWgWdPEkHSVCprl\nEPwvMKtP9tTAgzsF0DnSa9MvUV/cvo2Uel3JgJ4BXVnsylZKgUHcU2xp1F/j\nH40ci4ois1bpVOBoC5A0CNzRAXAidoK88lXJrq4jCwg6q32F7vPjeLzFFwrS\nt24RJ8I8YInuptIxnRRTHP1NL8BUFVQnR4766274rHJ1fm0qWvA4YF8SFmll\njUZD0dSSMcVWUEYTz390iHyHEhbc7oCHJMCJMWY2aHRaLoyz98KDYxqlDi9k\nZBG37NWE2hNyqmGeXGSf+nFqE0TvLEeOb7MuXgrXb06HaJlh8gzMxo0U3Qb7\nbBH8rJH7Ay/tmEd4rT9zCWhCBMvMH+T5V1/ZUPAyvZ9oc1NoTxCynlT/ROPa\nQPkIr4oB6xRbsxJppTa/ZMP6MgQfaGoHaQP3v5s8nn/QEh2dREJsVBSf8Ku6\nDx7iklc52Oiimw0TIDatWUYGrnTlyVxkQgKnLb1fDGtVmJMjCOJ0SXCchYsF\nEHV1XDvySLUkDGKWBTOE0HW3L3HOJ/PgV9d0AgshgmDu0VMGbG2xpe+gn5ks\nJ+cFEMPiZAdU9ophSdAKe5pkaUYcWqTy0lO16QT41fl7drLVFrSjTWhMPzer\njqzW\r\n=NC5Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200204.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run build:test && npm run unit-test && npm run integration-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run build:test && npm run unit-test:node && npm run integration-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run build:test && npm run unit-test:browser && npm run integration-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"echo skipped","integration-test:browser":"echo skipped"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","karma-ie-launcher":"^1.0.0","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200204.1_1580826160988_0.43480218673718163","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200206.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200206.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d9cc57f35500cd0bfe5279b0d84150622ade1ad7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200206.1.tgz","fileCount":83,"integrity":"sha512-amuIgFh+DBk47GFehXX4WH50XcHjuR1Xm18fDMbiB+SE2Qa6+8sHG2wdmEL0Dbx82bBrhT7huVLZg6RWZhs7VQ==","signatures":[{"sig":"MEQCIHs7/aHu4l47faJ/C2kTd/bG1/DzKs23LP9KamvPgFZ0AiBf62ynxfyILehQF7/bzKxSuCIZ9ggXNVGl4To8ef6zEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456770,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePB9CCRA9TVsSAnZWagAAqL0P/A4PM6w1R9Th3IpVklV9\nylEd1JpjFzJvlL/sFuq+QLaXDF1bMsxYNT7Uu+rmqo3VTgf7VZ1Q/SEz9kG0\nqHjkKf7V4czEPEr4QuOvl7PJydn5P5Qj7copdQY2YZBKfohawD7Ozx8xO/uA\ny7kTD7H1rRnbfSfiuh1KuMmNJaU0NzcDdiaUYsHfMMpjVlNXr7NfFKbeKntV\n5mA6XPGsZIJTZP/e9E65GkDso/X+21Dg8JlAFF2uBc1FtTE7BeSCpI/Wb5tt\nJRVnFb4MSivvdnbks8p9pfAzUswjOoRwojQfznM44led3dzzBVy2ID4t6Zky\nRccGCcG6ddDbk4x1ziJ4KL79bjsGz6+nOXWsU37twR1xX1l93QWMEPRbszwj\naze50hLAE5wcyxLIG+QZhhFksOR+ul3+htIbTMishfhUpBmClChcA/SkNwAs\nLk3NF9A0UQD+QJfLhlD01L7p5S96QC2Y4DEMlB5qo+tyoxgEDNwIJcpbRuYE\nbw3BoxQ2WMdwHDUGf3QNJjNHnCbArRrCtMwV0JK93Z0nRClVhHpMJMt8CPch\n+GQgPUGa5Q6UmDuQIElwO5H7OdJdQStMVqQ4F7Z2+kQ/oBqkN1T203l0X6Gd\n+RZjJU75aTD9cuBrWfc9sSsxdpTpNdKIFGVBAAxnzlO5X+IgS0KE/9m6x+R3\nW4wS\r\n=OVeR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200206.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.6","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.6.4","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200206.1_1580998465931_0.8551868499157842","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200208.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200208.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200208.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"892a0c450b4e5a8a6b4ec32d15d6e9d3fed715db","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200208.1.tgz","fileCount":83,"integrity":"sha512-He5/ucl50/i0IYlYFj/E72P3Bi60wkHmc7YHqaqEaOhYRWDVIAGf8bhElc7bruMjWpiCIU1Jprapg3O0VOP6kg==","signatures":[{"sig":"MEUCIQCSpjMQW/jmfS1/0vXCxepsrF7C3z6shvqJhzw+hGeEGwIgaDLB3TiOZNfBG9298edLa7qdSOMxAQAZ4fnxStJGShY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":460888,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePsMJCRA9TVsSAnZWagAADqMQAKG/j38xXzqJb3C12Xzx\nVU8SK66ZwVJh1QExrkl+3i1UZsvUS4osPiVl6v1ZlZ5FgOMq/bx7VIUtH1Zw\nQ10P9wrEhm01JaEww/uybQtpGIqMzKtvaknneRh6krndTRabFsKtLb2ZCJ98\n2VOUuEmwwgx4RXJcvruZ3vYjs2bVE4ZxgIrBQaTHTDPgw2UXBzJnPxAhbJYj\nmLLvXZ4T5m94WUrgkiO7Ynr0A0RaJZFzluEI2DCeo6FaPGxFp1lM/xYAi4TK\nhfUUHr/F6wFnewKF8xr37qUZ4JD/DTtVgGfyVprU3bK3YXkrS/zw2y6Y4KF2\n6bnnPFHyPKLb7j43vCgOwEJ7/yZ7y9eJrWbx0Ku95eJu0Y87s8JlLAEEbM9g\n2cs0rIrDgLgp7MpiRwOytqLx2B2NAvoBQb88W/jvFRX+yTbqFSAGLEWh9a16\nsUjNhLerjW36xRIgUy3+4wycGKKkqdzPc45muj84HmdKmzymlV3/vLXSX83K\nuX33vmEuJ6AdEaH/H9MQ05YZE/vpXiG/HOjxsYXLa5tGoKJ0ddfD5VwoTtD4\nsd0Soir+1vyC07aCPP55jkgwL3vbA4uIN1wc6FeBQKqHSjuHQ119/ZbVve2X\ndsFTZnm5cXRIKy4Z9ZJyOmIqlhL/uZUpH0L5aSpDNLu4GMLZV1k3hL2BO3mr\nXd8i\r\n=Z9Pf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200208.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200208.1_1581171465151_0.010602839523436325","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200211.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200211.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"59b2f19658db985d0db0c6f9fd39a1dd4231855c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200211.1.tgz","fileCount":83,"integrity":"sha512-oH0iwPhQOtU5cpSJ6mFU7/CqHzA1RXPjGR5+MnIv9q38FrQUxlnoGsP1MzK2BbUxV+ySaxdcDo4TAxwQ64Hppw==","signatures":[{"sig":"MEUCIQDHNa88DjTCnG1OAuO981v+r0ojOdFyIc3TeyyUzgKEcAIgOouAH4olOTw81et3dDoOOk2H5IAuNG9V5ffQRLuqgJE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462680,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQsBTCRA9TVsSAnZWagAAL/cQAKKNqVX2DymP1V/7oeJ2\nLIlxPoLTx6N7rgwGWxE12cCrTc8goND9Qi43alFSeADpXpQvQnlvSoQh2eEP\nyB2oeTZ2IeaWz06CxM9o8ed2ySeGsWbIr0IBF32u6vSnuznfJG4A/zf7fZyc\nuyzMtf0t/0c61LKwelHfjXQGj1Sk6LI3NGSRhSJdPf0dIzAXcfaWvJaWBm9Y\nQ6c7qsYMetO8iWEUcGwk33L+KJka7bcR1NVwqYYhLfAasydvrjxymAWwzU7J\nHOwny08V7LtpH48KKhRyO8iWVdL6J2O/jPLU6OUaHOxF8EbOG3d9AM4oCkl2\nCgcZzn6p0HWxWeMTKC/B6I9CB6atAn7Lj7zxFOqQasfvypSOsf0JxGt7HbcH\n7cFPdoseMkqVTJOEAw/p2KX7BsQGrPDkUfhYWdp5uG/33FIgx3NexTVvfDs6\nUnGeWqU+cxaPDh14gBHzmegt68Q/wU8ZS1wdkgtpEJGffd6KOTB2WQO+mUku\nXnoOc/1vj2yZxtqfRXpOr1TfWG+dJQJP8g8f8Ao7xEfESGSFw6tkOGIEfoUZ\nf1BBclx27zZCZarTma6HyBcY5xQU4cckHfTc3l9oQTobAnAV1ZfAAqnpJSRN\nGawys6IHOzS87Dcg/hRexim2fjs7mTrCs9cycEzQov8KyoucTmusJx+7aKos\nLTju\r\n=erdd\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200211.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200211.1_1581432915498_0.8884895899674341","host":"s3://npm-registry-packages"}},"1.0.0-preview.2":{"name":"@azure/ai-text-analytics","version":"1.0.0-preview.2","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-preview.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"be6986b52a3a744ba183a1466a5e434c8f289878","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-preview.2.tgz","fileCount":83,"integrity":"sha512-5wuqvuig2XYnWpAj4X9RNQAWnLhiFId/35JhxQrb+aq6EhmPnpMo7pAJWjlfUtaVtkQ8v/EhC+TKApaLuHBZlg==","signatures":[{"sig":"MEUCIFh/7hEGH6nDReX2kYwHdijOqZFRVcbOp8/W4ou5xAaEAiEA+5njCWOt68ww8ZyrK5BU5mN3SAxKUMnblmLPK8Murek=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462676,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeQvOxCRA9TVsSAnZWagAA9oEP/2PKuNDDtWwyxuwvMvJA\nRmOTOMQPMtNxO3bqEyIHZLRlq9hL5TThIsS6AFIvl7jW9CvVXR4qUHR8e0eg\nUPd2SKmh2ogZxhAg9ZXbbhDcYG5XTt5qS4WWbMHXzpleO7azqCIS0x78ad4O\nB5Tw2YtU3OWUHKmZM8VtoFBwMLh48YxpvB8ybmxetYcdvGEOJrFDBBAue8R8\noea3pVnOa6mQ7lTny9gFePtBbr3ty7bEnGVYtVX3pFvDPyJ1Uwu/7ayRS3KZ\nUbV+PZLz5pJ4xjmcOat8FcuCmD2SoxrvZdmLrQfrqV6hNytQ1heitJdxddZP\nQjAmRDaLIFFSG4xe9PYcb+d5ajADFZOooDIzDbamvAYyT5Ox5c7Z0sI9cm10\nDUC7iTDq255+5IomPsFi9aMkN4Ka8hRWSL/xIBO+9w9PN8XwDXnzIAI/Mrhm\n4Igk8udRNa2jFbuIttuh4Yny5GQRBbb7MdODPOOMZL4RCfj1AN8QmMMNLQaA\nphEV/X+ro2zuLXpa42uX7JzphaYhLFe7seMuH33MxKEvDlBAVLXpRhaod3qf\n4NVgdXDcnMXEmcObjFGUqB8X1AcyGizI80Q2DBAwf/GEe/J+qhzb/ZohndLE\ne6yCQzXiw3r4hRC0FxazHr3wV4pir14GQ8BzBVRS2FneXPr8m7lG4dfL9vP4\nZ5ag\r\n=vM2S\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-preview.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","deprecated":"Package version ‘v1.0-previewss’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-preview.2_1581446064700_0.9728568540908153","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200212.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200212.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7342797e4443a5f4895da5ef3d3d6f92e9ce2521","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200212.1.tgz","fileCount":83,"integrity":"sha512-ghOjGyWFXT4MSUMi/YQDKEm/vAkWeAjXM+4Jhqk4AWkiB+FdK9H9KG2gZqiFsh8LjBfivwwCgorc8GhmRIeeyw==","signatures":[{"sig":"MEUCIA+Lz0MGZbgr3K/BIwZxCDZ7AiU+RY5TO34q8XV97v92AiEAv52Z5xNlsJj0GxYmRpHM8WDzmRLCzlRhkESRg8dMqew=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462714,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRAl0CRA9TVsSAnZWagAAD3MP/R3+ycDso6Puj9EuLKfM\n/e6MwAAWcuSpe0EA8e/LX8RJbaFB5hmUS+1Y8uavOyPS2idpQVJxK5Hcv2L6\ncs/xt/MD1Vj6SmuEtP+7OrqIFbPOfbAbE6+x9BJAYgkjtw3oTWPhan2fiCcY\njTQ9zGCX0mQ+NnwR1bIJRXvhbNCn2EVki69NtBpZpqC21zEygyYfHWi74U2r\nIQQiiE1B+sUUAu/drCPObVXfAdGKCi1dJSat/jb9DOKHdPe6nVzO0DcdHTxt\nxt+z+Eigt3NMXGlMmqFZN11eYR0hMhL3ppb71wSCQC922jhSY0qaRAeXGK76\nQF74JAPib0Cix9rTFuSqax9DQDnu3FwiiYEh+fMLzqqC+FRL9tKTScNz78YO\nkxoIRStUhigHC5lIdD29SKwBCxeXk53J7VzZzjK9WWrVLEeFNWnNfvRyUMTd\nFNn70Em4g5W03NsgMbB9QhaysG/75OFTUxdKMfBfnAR0xiA9M1BqR+BwxUm0\nSXEeEQOC4SwDMOjK5pr3FJpPViGAs+0vGucO5g4xYnkyoESSIwDhpZ+vbgA5\nwApVn55FFewhZYVp25PM1IhyL1f4Vz7RSrln/U6jbtHW3zq2NNl4FOyaI9Wi\nftvnK6n9kDBcLIyql8pTCmyKBDmx1u6+wUugIgVZVdlkyV4kY33L4vNW97VI\nKzUZ\r\n=zsYe\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200212.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./browser/index.js"},"scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf browser dist dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200212.1_1581517172493_0.9820279940913388","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200213.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200213.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"82ff2e9fe8fe9d1c566ca14fe50e7451da1fa405","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200213.1.tgz","fileCount":83,"integrity":"sha512-S1SaHys6tMYK9YtTMpKJS8bDRGCBGalxLnMbHJwZUeLeCcF02Q5wO/dAjP0RqUrq9Lj6EbFvrzHED0Ef2HDE4g==","signatures":[{"sig":"MEUCIQD/vbvRPfX5ein/1T+piGHJtddE4CyPOldAQAbLzhFsQAIgCx/HH4jV+rKQ4fWozsNt7zsJjdbUN1fhNhRCh5N8VxM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":463015,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeRVyvCRA9TVsSAnZWagAApGYQAIzGd06uKZpV3BDbfIVQ\n3X4mU9aCiO2O6adLfnd73v0I1aACcJ6z6c6+XZ+fB4m9hkh3JsGJxeWalu/u\nIkEqC5KWPmLvmwkAyVGtdW+bU9zew5wL4/j9M3EIh8ZQ70bvMQwdBBDX2B7w\n1NUzSA4Ga4v1kCIK/yyZQyNXgGuNXdAj0DXfyzCV26ogq3O/+Vjal1/HddHx\nb/EitRApa25GJYHAmP/ZbK4p+U+JPXA9+JewcTCgnX//k9cXjCD3aawiGe9c\ncW20gWncdzB50H6JN1SFgWcH7E9tYe0e81+31eh5K01svy/T++pjf+EPLD7a\nwDgqTa80ihFYKbTVmx4XV1M2XdJImvb2kYYHPNPt9GR6qhq+IcBZGx/KzeRe\naxGWXpqlU+ohC7O5rKSzXtreXS8elGceKpSXQh1j5EBGV+FAtA+YlECzGzDc\n7i9qn6uh1rYhsY+UUFTSpxK31e7KNBMnrpmhXgGd37ruqzMheFeQqZ/Gk264\nodxfg1gR+NcJXqGQgP/qhdia2lhRornxyDCx5in7YVd7lV6Xd5R8cngl/UiQ\nVfD0iC6pIOWXEIhKpT5SdwfuvzBOU8XNpmW9yyWxMsV3eAJSlw3PV5TUBMK+\nj9OC1VWazDa6cLEGTlcRFy1tcCu8ltsHXSAdYObpOojEb45iTYyLGRzGlvcZ\nDaR9\r\n=0Bub\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200213.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist/index.js":"./dist-browser/index.js"},"scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/textAnalyticsClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.14.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200213.1_1581604015289_0.5929975350130572","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200221.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200221.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e9a77fad8d9f03bbea5ec8964d80ba6460c59939","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200221.1.tgz","fileCount":83,"integrity":"sha512-JA9sWzlscGPdePyFvhlGaJ/Of8smI8573kUWjVfv0ld+acFsCcSqGJykIezmf2ZCfecshywnXcpVOJrkVUeH8w==","signatures":[{"sig":"MEQCIANqjMqO1lLpSa0afAL04/ehlgc/Z3Fi+GDfDw2OBJwTAiAnyhSA6C73WDvFVTMppDMQazpEBskmRFgtxxUs+IQ+3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeT+3dCRA9TVsSAnZWagAAn18P/01xULSsuvw3J3oj4NGy\nXX7Pc1enWCOfd+9iTpBAtQvltXcJge5PqKUK8Q+y0fB3CH5OxoxdfMWvKoOV\njj/jkoSsXfPSMC9P1IsGxla9ZobOEfd0da5T5xi21UAkEZGfeN9T5Gj8stm8\n+a5EoIOETp4+0kt3hGfCaG5/v4ouKiO9CuZtdHCMpDuWwspOx/bOfT0Oaz+U\nj8fDGE0Z2FFQTYOFpLtzb/HiQ9gGwOVbFQMIHKgYDXvG3Jma2Diz6iaM/EE2\nQihuFnzHSdkT390NTAh8AmwMzUsKLRhYgQ1x3QZx4/Ga3dA+D1qE8jTQJhDd\nZ5os5FYWmOwXxDKjxj/VTvZH9wbrQO/hzYRhk97FF8c7XZio4RTNTs56RjFy\nl5+wocY4Xhzw9eN7sWeg8OCqX9DmxCWBYA561bOWaOWgFIVD7if43iFwkQHw\nObO/M3gPseAM2odg8GO8oPl6BpytexVcNS+nUwznU9FQRq8YHO7nTvz/5zDN\no0AGm7dVpRNcc69FZo/MbfqiswnY/LwF415udhmfVThJOATyN6LSHgIc0yFk\nwQzlLHRvSIS1siFfDwIJLtR/ksjRfY73hG5XzwNO9MnuByRpIGSPizRK3fDt\nilCex3f61ip/BOUVoku2r38G8/8okkqRgWgCAsQXSmSFqS6TEbedjBdoQOMd\nWcbx\r\n=92Ah\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200221.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/textAnalyticsClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-coverage":"^0.1.5","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200221.1_1582296541026_0.9193139913646216","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200222.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200222.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e814b242969c75ac1359b77485f893db83034962","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200222.1.tgz","fileCount":83,"integrity":"sha512-d7lzZU3uDScO3SCxqc1wOlRlTogVOTwDbtMtZolKaL6R3EZarhagSH9mCdhajLb0znZolx2g2O1H+No36IAJOA==","signatures":[{"sig":"MEUCIQCV578TFncwlF3OOHtfAIfKdp6uYKOW1KCNOID78cgM0QIgJkhuDQQC113/pD8mmrpoN1Ti8jRRbi5wlxRAgvB2HtI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462946,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeUT02CRA9TVsSAnZWagAAAmgP/jVRGkjlOETrkvZ7ESYM\n12nrzB9Gq9hvwt0hek+XOoAgvf2BHoXNFDtmkpUjnB4ZsVZUsNNwL7eRueTq\nEGA4wT899vu5APm1jweh///BNSdth2B9mLWRckrgAbLY1NdGxlaO45WobGnz\nzkwQnlHvLDA69QZrQCi2dapW8Oo4CATtFJvmlvZIR9hJdJ+Ro0uE9rXb6Zvs\n5o7uVjiKk19Rhs9+No5i/hcgeGcVDsoZ2Zutu/pYebepJ6EGlvvHnHQMGEiW\nDM2NSXqrIvhqULv/UmAI5xyvPg6q6VjryfN11Pl9xHXX92vLhl1Kz/uPLg0E\nxzWDJbTcuUbKwAr8t1qXZyUdLEwdDJUmVqexd0pz5GgP3IgvQxk+Oc1VXdOx\nEVzC7qLy2tP4DYMaTS8T7BXEq4U66pEo0CWkMdWAnN0DnY3l4UVNIDLJBI1n\nfc+PSqt4U9sXXR2FpicdU7pABwuamgsMdMBHvfnGHn9pS3GpmIpiE4dc+aHT\nbBpmrwQ28eRhTXjXYykwNnsqNMtT9ameNF+pLJYDeTqGgA13odyxFqUGymkq\n+XWvvSx3dihoEDuVNBITrtJ9tTPsAD9tYQqf1ZR45biokWgh4EI5A2R9fTfB\nZhQl+1OZcxXI/JI/oq0zettuW4HyMKYEGuf/lXEsHBDCCHuYEjyE0HM+M/ay\n7op0\r\n=StjO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200222.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/textAnalyticsClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200222.1_1582382389941_0.5170938133959317","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200225.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200225.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a94cfbe0055f23e23cd922b90a85ee4b3625aa57","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200225.1.tgz","fileCount":82,"integrity":"sha512-Lf16ecqvBhDQx4bghfac4ZuZ9MaEDcZgd/xX0FH6f6FZcrpDAXE3uUPw4aaiB9pVdmv/N2/C/kdoiKMTB540gg==","signatures":[{"sig":"MEQCIFf+oS65eScbvn41nLaIROJu3xKWp/hoDER1Mu5+BZpEAiB6pYC9l8LD3u2aARGyhmCR9oInMK+ZE5VVn1qHDt1w7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462608,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeVVoMCRA9TVsSAnZWagAAkvAP/2PQ3SxFvGLJnKvUn1lR\n3Q9D548nYVqzgwfJiCgDVMH6BgKw68oZwPXkKsEmxFcnb9R8d/RwM0nJ0vnl\n75dUkwbwKAebaWBy3v/2oPHZMCy6TT/TkKD8JUCxkDwlm+Zx8ehxocTcjSAA\n1GjKp5Eb2WF3zDVML7UmsGLHAz+Ky6kMqyk4YJ0C7Q5ZN0DnOPtS0xhoSOHh\n7aXdAhoK4RRFGxZtXFjG4kvqyHrsHBhFJ64c2zVzXFd0RgMDdUB9Ma1wqTma\nyMMnWaCZrD0yWVPnJ2nO71g8ZrXPMjgZlBUmDtCKy81YMBtBEIWN51KVtBWN\nVcPclBfAr1l7YHh8FzTTtmWP2wP0K18K00aX8dAaYrSnUlscmntX7ioUZmzc\nTHUW7p6qC4ZKnFMA/+dxDVfjSdpzkIKErkNQ0QJhYUviNs6c4bTFemWv+TJA\nK6XZcygiVRrWLIYmUsY9PV5V25FT6E+/9018V2ExDyiOywfFQyF9rLGUZVpX\nca4q9m0BxSMVwXNivXlCMjm6tF7Y93VLlezUyAC5tyqAMKe+7SAGz9St039g\njXx8G9fHKMXAzP8EsmecRxdiIc5x+fiFa4aHWfJFvc979CH2Gu2/O00rUyyR\n6c0detvUqrfVCoQ15uFM5DBBHGb+jvCE/9WsHGFvp6K9P1Ug+9CwqqJLIx7H\n0ezL\r\n=QxaJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200225.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/textAnalyticsClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.13.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.0","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200225.1_1582651916271_0.5539219070277761","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200305.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200305.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200305.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6c87ecd204bad7d4b5d1eb19356942de6a1a69ca","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200305.1.tgz","fileCount":82,"integrity":"sha512-BuayYf7cJYfykrbkzCD4hT9ZxyQj3g04oa/lKs8El1SqTTfDCvWhQRXHy754JZWyLXLZgIKQuzgD2c3OiRT02w==","signatures":[{"sig":"MEUCIQCVtybBcNBOEolk6Sfyes1JzfJPIucLEem/aMfA2E1JogIgYHc1Xhja+Tnw+NYUYVz5fGHouUfFxUETsZ14WDSxjkw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":465412,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYS7KCRA9TVsSAnZWagAAr1EP/12RuDqANbgtZljkuDQt\n5/ps0+XYjGuw+s9sDkqEdkUMw4w0nPuAurgdqHFd0qFQevfwCZ0/gz42rfyB\n4fI0zZX4BT9JqpSaYLitc2VhZr9ap4sAm1+OptAjDpD+DPJ34taRQafpkMIU\nZgRwHjIGx0LptBwaBMaRiNlAw8z/pCJ+YmDR7xrbhlchIoBhTBGL5YLQ11v0\nGDTLp+CnmQqJ6HjFZoIyuSolZopcuCzaspSU6C6vkRvhaSyd9p2TJX3Wg5hZ\nXBL8OHJAHtyBRhZJ+D5EONMLv4dJBx+XQnjitKPDOf0JmSuJtY/ocLac+TMI\nHXLlRq5Bse50pdsn4zDDhNb687WPbJuUdJKFb7L34DF7W+FSIDqlflXy8jmc\nKHjppyDfO8VeEzQIdY/+TA6cxS/5HKJmkx1TJuK5ZraNp4QIqeJznuHz4Uux\nQxVRXVrH1ZMgbHsZQItBlARXb+DjPQgvRle41pktrt7LFKdtiTdpu5al5OL2\nJHlSeUdjy9l/1VJC9R/vENvtfCFUDcN1Ez1Eg4uCO6Ey+gMAkX7Zv5zTVK8p\ncjHMuHVdB3fHaIXtyVm597BJA8D5oVw9kSlcj4bT9u6RUS2CsHfZJelmrKq5\nfW71cv5Z644hm9jSWPxwjrszLZKMgi397JY4yLkuqodbj7MB80xQ26hokwPD\nrk9R\r\n=aXsZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200305.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/textAnalyticsClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200305.1_1583427274039_0.3618475605708673","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200306.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200306.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e1a291f50cc8c349044d625f72c7f0eba0aa9feb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200306.1.tgz","fileCount":82,"integrity":"sha512-DAoyE6TbsmJyCjxXNC4sSiAp1Pf+Z8rwSjIcq5Fd6qOL4VqWHRM0eX32FzNN6A11GjoBeqHG2KvcffbDgzcy7g==","signatures":[{"sig":"MEQCIAb1lejeUWmGBJUuElR8gTSVprPJsnp3gHVqzAopidfDAiAYnGQkc46ZCX/1e+87ah8wG3K+v96sSRLB2ji3WLyEEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":465155,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeYnqhCRA9TVsSAnZWagAAfQIP/1y8o8gvDv57jEgdHqhZ\ntnUZLcADKZGP3M5w/BoXPkm8rcmAa0V+kThQW364PL86E4XAeGgxTX6atQEM\nAmjjc2+07suESb6yBCBsmjYyCGOBWwCJWnCUUgtNeNbRWLSzjwW7ejcWqGqz\n22KKu/t6OPWhviykO2gLnzuDSN/Cz8I5wrifBSBb0SO5raPYkjLpIDa7C0bs\nO/dLJeIk1/92oc7r7rLc+QiMXR6KRZS6L5m0H3Yo2lezWtelfJchQSN43Tg0\nmOZBdI7yVEZsJLh2yoO/GBCFW4nmZ4wUnt095pkfkzRod6MwvUt2x8ZjNYiE\nwfcG9uC6BCSmV6xAJhpnBSLUsz4KbNj1aVmf0H+NhMUn3yhIe2XsT4iVRE5B\niIAv8amSfraxHgNInURSnQrQF5MK6IVI8zCyY0dYhC7c/F4oMDK/HjASI7SS\nUKseF3fdw2hiqYsqmHhswPDjxs1UEVLgPBm8USYqeLrtLWVsJptmizMMQqpE\ngQGvTeqDPZbV5VljNLT3VQiA7TupyyhOK5EKsdLQIrqtDhxxTHoYPLNDx6Ot\nbZdmdCnsND/lp92mqjfdHGih3dJrPmb3QFtRjV/bP4gzd9trL3TBnxnd7yU/\nEipfS5wGkiNQSFg7vmS92K1ysDoiGqZ6R/mR8Ac6yBm7rpv59V+ix9lpEyNI\nsu4g\r\n=hT/1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200306.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/textAnalyticsClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200306.1_1583512225280_0.20296196984310821","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200307.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200307.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ebff0ba273f5cfa1b083c2c3a2de96109ce124d8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200307.1.tgz","fileCount":82,"integrity":"sha512-evQ9AeM3L4VxztYpqLJwCUMF1uSWiuRXTCYM7mJ6lqUrz+YmKkRzMH5CIWztIyQxKdhNMED/Z+PDMx1K8Zd/ZA==","signatures":[{"sig":"MEUCIEGnF5rIUBHEFBbdCY5iKpiNAV0iIxwN3SfWuZeOlCpeAiEAvBA+etTvhrQJs4KtO+lr5GgiUNkMWgxKCH8ptLGS6ks=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":474425,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeY7kLCRA9TVsSAnZWagAAQpoQAKRfOfV/XCqNDbEsdhep\nFqjG2wr6UpV7UZu7xyoKLKDxcX5VHjGnWpS1yng/IY/URFcydzJp8azj7pbF\nQ3C4ov/pRUaqZt3p8stYb5C0g2q+SbjuRIDGt3qDTgMXKnqoU1U08xiOM8Rz\nnGnM4i55AQ4dmwt9UvBxTmi7zEkyh8DZFT0HgIQlumYyd7qgnnf5Vkw9/HjE\nqIHoJRaphttyggcXVeCydZz3i3LqyTBVrCtoDlJHfkOU2KEdGg4nrj4pE0ml\nu4GSgLde89AxkVUazrkuLmSCmjxxh6WJO0yyoV8Q6CyePCvLXTvGbfOWt807\n2P58CSlaTFJtmeyutoZuzcqpDtsmrCQ/9Urj/Fm4bX4EZFsz+O1sxv+iAdmP\nl0HTQJJn221FpkwOoParg3rvqOFdLTyNWBZL21+cGQJ4iXAyDB1Gf2nRlvHj\nSBgetfMjMGEGl3Ic9qRXIfniLjntxueoWW72eGEZf/et3NJwFjwknTE1nZPP\nLu3Pd5g3P721b6xINjwAKLTyc5glJWmqvtGZ3fpnt4GU/rP6Ti23XuQ2UryK\n7lH5cwirKw7jDwbF75t4KMetSzT66Db3X1PFd/8/faD8mphrFxJzJ14EkqSX\naCW/4Lz40BRn8v0n2bYA5BoB5cVe2vkeHAAv1BOqBdNqIXKf4zrga4T+VNLm\nlcMl\r\n=6ebv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200307.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/textAnalyticsClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200307.1_1583593739196_0.23144439619648827","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200310.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200310.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8915f46ae22b27d1c01952f21e45efb88c5748e3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200310.1.tgz","fileCount":82,"integrity":"sha512-3jVa4Rv39CNB9uqvQTO4XQ/fkLnvfl03xkDws4t2+as40fp2F1Qr2dXHj0lp/khvku9MoHRIE0WxAZiLoUi2qQ==","signatures":[{"sig":"MEUCIGR9hOWR+4yllkZ5xCXB5lHXMDDimu0zS3CA8RCM9yPlAiEAyEVYgj5RwapUbShDB8WCj0+d3kzXVuevLWXu4XsBL9c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":474429,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ6baCRA9TVsSAnZWagAAnAkP/ibsewdq4AwWDBL0xtye\nahVdhpmddixrIKTDH5+QW34oDHndwvGA96WyPPQmgu+ZKR5RcHlD60neBWuM\ngpFXiNACP/EMlFFWxuRNQdEBmS7Awzf0BfFYkx0zH3lsN8r9qGCwzXxENBU3\nZLCMWFNfakMGy3nQDf09/931i2QMpkYOC+Cxox+FKts+GvD/Kml7jYUL/BWL\nSZaabHhjqUSW6qQ8gWf46A3waFmjDOEIEOjz18gp3Q00DCt7zcZCJiFCTYoX\nCMo/Djg06UrH3v25blg2hFKZ96Rl5kaTLpfO7n/Agsmu7UjrEbBY5++8fHTZ\n9eRaA8QxWO/4IloaoJHYL4ehSbuY3lhFSd6HcDsU77BMVvDtJkJG84v/tD2j\nk549kLmRXavy0ZL3mXlCdR6mgJUeID2kMmvKVrkwRgUoTcKmtAVyhawPd093\no3SMFSJ5iTR6dMA+oydz8kvc1O/aZ184hr6dN9foVebLWB5JVw1YIProTWJR\nz1K6kozgVVDsr9q/7iWqkypMBxT68QNAVhjnvgfmi0semUD7Y4x9msQ7Kq/n\nshysVX6pXaMFFX47mZjXUCXim0mBPtduKuZ/yczNJib3MW7IT67jAg137/Ty\nX+a7uea3ZmJSyp569hMOpeQUJrBVPh8+vh2PhDRcrkvEP5UIxkoRDt9FEYCt\nW/qo\r\n=8Z1V\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200310.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/textAnalyticsClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200310.1_1583851226309_0.3104685218772616","host":"s3://npm-registry-packages"}},"1.0.0-preview.3":{"name":"@azure/ai-text-analytics","version":"1.0.0-preview.3","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-preview.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"25cd7fd85501858356144c2e73c70bbd0b696f42","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-preview.3.tgz","fileCount":82,"integrity":"sha512-u96E/lLXXswmJEXRpW6R5gT+S4tyJqGJip/dwHYyckkkE0XoOeHFNDAUZrOg26ow0V7N6BnKWfqDQfG+pWMd5g==","signatures":[{"sig":"MEUCIQDRbE9QuA8GCR+hjfsSyvLpIHlsBKyNXMHXN4MzSStFrAIgCKWCp2TfumYtxPHLN9/0tegg/l3roSgISBW9Bg9H2z8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":474421,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeZ8LFCRA9TVsSAnZWagAA6yoQAIPvVOP5Dd7VrLhc5TS5\nHAR7oOjnl1YKNwfQEcvZziflKNjhf9EYYP4zWwFudopmLKd/848sw1SM1B32\no97RQodbroO4mU29Y5UK+8zHhYjVZqTY4XdoW1m/LvnUuClznRC5FmfNoGj3\nJc6S/gN5IWnCNUJdbINp+DQjcz3ox9YNTk06YwB2CmFZO4c5ODVPYlOslikx\nQGoa7jLprMSKTjY0bhIEzl9upCHPexmzkgoQvV9xltyGkNQh6Z9g6I3dqI+k\nW+btegnEdlgMKqmxIJxAKVaj/1xgImc4whcmAW6f4noVw+1XSEFYbJsus7f6\nYKJBVzW/gb25dVJmDKlv92LGXqpdXD8IR6x36+lZpiotCu4rVjCwyl/3WhpT\nJTrdjBR+a4nZ2+YRBwlKSPIpFtsz1nLRJcAA39U/Qc37zml1vjtsR8kWSpPo\n8VYpfhBFLd3QaRKbaC+BadVy4+3SUs+GSg50ptuJMz9M/efO5hDlwYIQ68mP\nLE32+PNQNV69OPnT7jeugsQfz7Y0nwhD6/c5mgFPqs7ceDfTPW8ZrFus6K8D\nydvGwdan0NKdoCtampAa3n5Hp4SiMGzQLx2ttlXRIxQ3guDtdPq37NiZHcgO\nygUVLaXloshZYWcZgyjDPkR5Zm5msS7+kXXkB6KjNk/loo/9UHay4hzIurTG\noUw1\r\n=rfOK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-preview.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/textAnalyticsClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","deprecated":"Package version ‘v1.0-previewss’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/identity":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-preview.3_1583858372957_0.7098762778162155","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200311.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200311.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200311.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3dd2a663cf8a81277a397ca95503c2b79c5966c9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200311.1.tgz","fileCount":82,"integrity":"sha512-fOor+0T76jRZwOlKlufJNqix0a9TDvITEbWInSF3IMB0eF4dA0svLtM1hWNZBgYIhy/hsHEmEEmDMEtmehJxPA==","signatures":[{"sig":"MEUCIQCZ/rHJ2Rdtxzmk9AamsQdOq07/MA15l0deM1lb6KcM5AIgbLaqsQMF0W6x02Xd+UfZr5fctzhaU6eMXMcsIRfMu0s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":474459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeaPvSCRA9TVsSAnZWagAAhCYQAJlFw9w8TQgvP96/XQHo\n/pt+2fvbM+DaHS/HkWdK5L0tHkU4ZUp0RRTB3jOcCGUS53zPwpDntGKK9nU8\nOacAYgNhr0XcyD8TrliQXQCEsVdUKYwGrhUUT0XPg9UjsBz+Doo01wvicvc0\n1mIQZaXfzMLQCmI9xhrCvhExY37RyT/F3jxe/ByvGX8xVmPR6Qvy7rkDVhgP\nzREQ1weAMqDmJILC6WQkjkqM3ppaBVNzrSZw2O5N+Uk/lOK5itUb5VShnqWT\npZ/B8+5cuq+dT9ybh04VL4+vLJNpE+XUoIO1GX46VhJazUeThjR82L7bm9JY\ne+Ebo2wcHjuFzDzFvj4t+YXZYp7fZAi2RkvZgicOv2z7HigiZGglYWXX17S8\nv2qzY5fcdNmTw4IQxs68Bt2PLucwTerwOv+uJj7ceshxr/cubDA12tGbz6ZM\npxZW0Mj2sZ3aRAxrVx2uExii94G/sqPJ0tVuCfiNgXn8lZyXznxwTmZN0oGL\nFaas5xO8uvriRKUxbclNw+U59Wev6zbmIvq0AILFxt3GTymXhjnk/HvtKfLd\nU39lAmEnRXOb5/EUqoM+HVpaEf5D2TrgcFfncFQQox4RA2dVCWmj7qeCwhqq\n/MlPxFKCznqKuqWvXSHGRaPfTNPdIyiKHGQNGRC+PQF7+/2DbYZeaEzRBCKt\nytlU\r\n=VsJf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200311.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200311.1_1583938513628_0.9028949151992189","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200312.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200312.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200312.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e744eb252be3e6b2015c45af1378dd369e01bafd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200312.1.tgz","fileCount":57,"integrity":"sha512-PFfvgpeP7DVwppgFIsVirizBcG7mYv3wUgqwz3uwDd9WQYKZO43dLWNNf2tOkyWKjkYwnrS2niqRis/73kWwbQ==","signatures":[{"sig":"MEUCICWwO2uUFZBZICTge9sElOu5aoeFylrx87bjbbGLvYWLAiEAhG8tE82/szDcEgXRjSr9iQZN/ccazVmk0xUzykjZflM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":480082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeakedCRA9TVsSAnZWagAAw40P/jNtvA1gk7aySFNXNUnz\ng97Wp3VV7CDUOBQRoBr1vI7JSRr+byjIOd02uxxKcOZGSUlmxw7HYlWidxO6\nFUCQminzhlCiR0oseI+ifKY4RUN7ByhhkzXLy9tmMqLGuAgN8UMcOx1DJlfX\nHDq/ghFXORK8Wtq96bPgJg/oNgBdeBAyPqjqHTdVXZ+xpO5bCxy40Vwfa7KR\nX/ar70iGabukul2ruVC2TI+Ee+ssAc/lVve/4AyloFFIXpyVUtOFfImxe163\nOOYO/NIa5TAdy8PgR7tQbdGyg38RiweYQxaoYiU4wZ/RNAlCKC9gSbvc7Pny\nw7AMAhQR/mNui2TdeRNOBIBVLxOf4ShANgNbHRneIsTlxrIR+CPl8coiUwUP\nQrjtnkUaRxoLYV8umMctauKUUYxlXzse5COVZ5U5DMJsqqjeNhlQjzl2loaw\n/k9YeHkSMhxJ82fqZ5Jh2RtYQSxlLk/BoWiO3XbknPO0+1bArGClp2CziGRn\n3jNbv+oCFbU4ixS/cdVK3F80yf9ziaOMepPe3IX7DerkPbhT4QvZylbQvFC+\nrup1UJskBWm+k/xhK8mQ/0hQsAjcWR01eOQmaaVhh8RjjMcPKoomnf9miSQl\nOZHOHr8KrghAuvaE8p+5oAwGZcCqUYoqd68sS+vSkxTQ/KY9GJlEJ5noZZ9/\nz0Fa\r\n=6iLH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200312.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter mocha-multi --reporter-options spec=-,mocha-junit-reporter=- --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","mocha-multi":"^1.1.3","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200312.1_1584023452611_0.9482543953069182","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200325.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200325.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4019fb803f378bd6bf8a3a6a3d04789966e4b2d6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200325.1.tgz","fileCount":57,"integrity":"sha512-M3SqMw1X3pmAoL0Qf1c172ys4Ccn+rLGvVZDJR+bJ2cQFllFo8dHnoaraGqyq6dhPZn+o2NvdaTCVx3bsgJPnQ==","signatures":[{"sig":"MEYCIQC2pg6hzeX/QhI6wb+ZC9z7zWVq4W0+8BIsEqv/dbProAIhAODODs8h5xhH59KyV/TOWYE5Gf65rtyqkbIiqGPbldhM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":480023,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJee2QMCRA9TVsSAnZWagAAAnYP/0DSlWCGLXsHWK6L7PHk\nK+5BEc0mevRG8TArBdmrxphQG6LCMW6DoYllds0VhLhe3sAvH7QJcgIHxZuE\nOIR93T7z7QR9aIla6gfRUmeCfnwuFwuuaKWeLosC1Wi0Nmv391y/+kFb3lDI\nlEGgeNn40otcTPX4lwasoRI3BWx7PdebtR2jYHXaohkEBsBhVVArlh61A3yt\nMe21o7GryEroprZPf3rZ1oNUYS0sSQZefVJR0igc2jgxxnlsbBBBaXs7mK98\nxw8y7JZ2DiW6z/yBSxyoBYf8SE/KcEEefawO8mrFIAMUcWidleU6Z+gfmlMI\nZhOl8XwuCbcAQrvuhL75Ux55u6foJgrnzUQkkzwn2aROwdg5J5RwI6pJ5/qk\nTgL7mB586x8pSaVl4//ZWSL5sfz1YDr831Yv+0x0CkVhmDqyG+zVGiZITuUw\nPKtrT3CGFBuJUBfseD9ZvwX8Rnu+FCEz45pOGyXQztFDeUQvKAqVTfERnuv7\nf0iMQb64j1itiyRPkX17hYZ8dlkUDi1QenCS5IWhfcbW9qrnmtJGtliDOLi9\nZibmBSka/8WvIStS4r4ju4S1d42wiHCq9gtQxaR3hrH496lkEVPzhIWaL7cz\nMkmi0A9P+Ps76S2pee+nq1aM6jmfB6k40Rk57B0bVODw0D5aU2TDuDq4aong\ntbTk\r\n=AC08\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200325.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200325.1_1585144843914_0.9963804492434352","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200326.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200326.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200326.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"46b90ee09eff9d67e160c5bc73ffa5c8e8086fb1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200326.1.tgz","fileCount":53,"integrity":"sha512-XSihFiDNIB4HUA5JJv2F242Vzy/o/Cim52t99Sz3zgnf5Vjt6MBi97XLu+5m/84aIGVFBKzWZqewhdmv3wrbhQ==","signatures":[{"sig":"MEUCIA4Llrzun9Uhbf5M9er2Ja+G7d5bM0XRxtY1xJWB9hjAAiEA/H8oNb2imiLYMHE9P8C0nwSCTeDh+SYOMUDIA73V5Xo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452200,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJefLprCRA9TVsSAnZWagAArCQP/35ZgZm/z8pIpY1ltqkX\nr/uQ/BDZoYTUJGS+fDPauWyihdIqybiefHGFcL6sORvC42txrOHDZUpk33B2\nNR+GcbRO1MgIU8guDCCI+xzRmZs/H43UoxwqizyjRdDIhzve7BCyyppgzqbm\nUOHiq5Lvd86yQebuPT3rBMnALo/KqSpbQHUQG4dIPFlJSD2vSdXLkHBuXVYH\n5K58eIqKaNhogiEHwZpRQJ8FHs4+djgj32LhsaKGubze4kDFOoEOT05cSU9h\nIVs8wLSW/MDjYVAHN3x1vFLyU5sq5lsxUnGTfvRg4n1z+5NFOrdQ4wxZBBWK\nCuEUf5h8FLp8XGYFqBYEF8Uqa7yrAzOU+VrLYxLny5a5tBZQUHTzzdZeerbD\nKHn/kZrJkXpay44KI6oI4uLa/hWw3swe5jQeAtJnSzEkEbopseKgjcCipPcw\n4I8RTpAcjBEuVLTJAYx+SMmIJK+1WhTTPyINggG06nbbyDqfHCcGQ32qlVwZ\nUB84ZC4SNsjga40ygsUGGsjjbQ4kNkdnNg02Yhf95yePk0N7K3AxYf3ZC3mS\ne3oxtlX2cVft/yt3Pcgx5+d8A6rrUaGRHDc7VjuglBZAfjvPn3x/5qSyHv9l\nMiBivbD7MC71UEmsxXX/+oLLczF+2siKWVDzOFdOSqOQB23B551sBTlAluNs\nrwxh\r\n=gZuK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200326.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200326.1_1585232490801_0.3361135660931325","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200328.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200328.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200328.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"69c6cfe574b38eee3bd6462f031cb399ac4e9e78","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200328.1.tgz","fileCount":53,"integrity":"sha512-Dsb8QaQWZo3fKogLDlaBpDhJXtawn70y1siiK9PZNDgMGR0JG3H5awGAmi4lAN93Riyw6rZ985oa24T2Ndp+wA==","signatures":[{"sig":"MEYCIQC9QyUJyCMlXockml5KhCFAG5nwdYxpwXLs/ae4NOyamQIhAKZfQIVeVYyn5mHAZ7/C3632Acw1fGonogQeFuxUO5nT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452506,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJef08ZCRA9TVsSAnZWagAA3h0P/1QwfThnLYX8cfH8jZZ9\n/mQrKW/lxXU0QK7+M/tknYDrtZxrSaH6ArD178EtYMCVK5YQpTHx+odxG1jv\nqbd8h9t4uw1hCGaYNfC3+/cPQ2BRtt+UDGku1xCsI2KaAaPhn6ZVxC1IgKUs\nFB9GjdzO6SQoILRgB6vWEdmryTBh88c4jUovr6BYI2FrTMmbTuVj+Agu69/Q\n5EB98hfDs0vHhwSq2l89cRbfh+6JC5wqI4npSzHbyQPc6bvzTVQ2DWxCum4f\ncrj3psUjHTfP0KCNRfpxjK35iwyX9CplLJnCCgah+tgphY0JgpDkpsMaaGta\nKDAHhldCb+SmEdpMMCTXKfXGU+2PQpnwX0dsPQA+ZSBg+APF1iwbOMsvexrc\nq4IMiTdFuvzqGRQH++Dcam0oAidnz018m4FeivBGZMBlNye+lqz25b/Ec4sD\nNaYnclPgijbrGu9AmSr+ytKcCLDXkB9vwytXf8xE9LLoYgcgERB6ViOj5khi\nNsyesiF/2TurG0gin/j3xfHq8mUujYWj7Awe3rNT9fR2sAP9b98NFUQwYEh0\n0psDWVIt+FQqhKG/Ii+v4bAs9jv5YTkeDEhMP/NRxppgzCzwbMkrDcUgnGIB\nkVQ4NpZWe1gTmg1Wob0TpEjPqMYXPsXSopVJswu6ypRKnEw9cAPr42p3bXJ3\nYPFq\r\n=zWIo\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200328.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.0-dev","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^6.2.2","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^5.2.5","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200328.1_1585401625115_0.4976676718570654","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200401.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200401.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a48d54546142bcb94ee9c892911da58c2a51d04e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200401.1.tgz","fileCount":53,"integrity":"sha512-+f3taQ5QEUh/mBvb35Eep1M5LgwTJOApPQvusnLNoPktfrE3991lUcfw9zD4cTb+1DVkk01IsMUjltfN+6hBEA==","signatures":[{"sig":"MEUCIQDttBjTmQSHR6barRWfyIQpz9Og5m9zHIdwGcC0N7wCLQIgRx88l1ObkZh8sxhUaEUFfnpvTXJPnQAzw9d5zzyxFRo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452502,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJehJtQCRA9TVsSAnZWagAAixYP/j4Ao5yjXqbvHmnFCPuL\naWQIYoC53sP06VBX7IAWRyQ+CqjcMo61YC/uAFY8yYscaIH6ePFXs8ajnjkB\nSujqBJuK0T1YlnNTz0biMouRdGSX9cx9JjQYqQ9v6hYkutDlaN10qzI2IutV\nAFGUVqb1A5ODrdEjmz3wVEMScruDdgAZOnW25tUJJT9BSlUJ43SKorcIXX5p\n3EqTDN1oja6OG43juUmVqRIM5tF0Kwtu9a+a79HOQ7aBqkPu8JmLZNHrs3iu\nIFM8mNkoa/lKcOaLy9qJAVEWecu6XjBOqfB5jk7p8GuHkzscVoX3MxzLpWC2\n6Q1WwqOPF/d8TuXupYOk7OGaNJ69elgqRsOxmHiKQjGriBT5rSzkKq75LBK6\nqZckuZ1t8qi5fqJJVQ25Ap4/fv/jsktt8gbABy81Ce3ZgUZiFb+MiZdhyq2z\nj9Is/dkltgKYxAmOF5wXCIdOg9svYzwUR1OMpEMOs/vRUEJF4YZnePYE0s+q\ntQhMEIwhVZLMg2eeZOP28f9F4OWErDaoRjzjSQmK4kpZ7Zpdj7l1o1nXD5rW\n4JFq6OGC8XBwupVpxnOJ6WzMltNpkHjQpDFSjFgEDn9qzmNUTcaf5CT+T5nw\nADGM/K1ENHyTQSJmAfUHou9oMDcG2BfCDfPvF76TtGT0unKmh8/lP5YsXTxi\nMl2Z\r\n=5gMH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200401.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200401.1_1585748815705_0.12723496038119508","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200404.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200404.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200404.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1fbf20337cb0028f86c0b84f59ca603367ce10c2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200404.1.tgz","fileCount":53,"integrity":"sha512-YYOjrpkzhNVVfmZ6/c/lEilleK2egSLNCxUoPdbP7PedkCVjJHC38gNbpMgZKB267zwMElEvE3mz3XCBBuxOSA==","signatures":[{"sig":"MEUCIQCZ/EW7F34shL7ZxLk38068ZLW+XoenBGPFhZ75BRRcEwIgHKUQD7Qk+oTgeJSWt2/gxkN0U5BRdlK6KLwRAKZLDNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":452668,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeiItXCRA9TVsSAnZWagAA3fIP/0rH/Mx+3pONarrBV0br\noVdmzPkt2QOzEDZowpGtpU+E9zqL1KidTw+F+P48wkiT7RG/9ZBUjLQkut/q\nrjsX2v7QYS3uQ9xb4B6Ipizvtn/TjQHq4a6ed/OWxr6t/qzKRDhcyM6yemks\nbkLUvEdHE5XUdwT8LfVUdErLWv5tDxife1/xcjYd+k4rPEvZesuE832I5whA\n0ovTHiYhKuaQwGkxVgzqNcqpv3PRqdYqhaeF+W/HEcMIhxa9m3tQq5TCIw4w\nkBungt38aCRTlZ1m0jdJ6OETRIUjq2wdVmfQL1Rej2hojpTim4w+HOPLBIrG\ncJgHZb4mqK/9hp/6KV5Semx6BbMp4pLGP/z40jv5ZuYwCrkpIeFZYY6WutnK\naTStVNsBdb3HAEou9T6EwXJNt+w4JPFqxtmTad+CQInEqmFXevqriS08auHz\nJsw2wnP+Z5Um0iG73GE9PYWwbhhWR1VjAoYTYs1PGcvIm6+qo2dZzz5whcbM\n7JXGEw6LIoruHqIsUi/4ii8PobZy2ORHtOfzAIkTJiSQzPCgEDolbUxGIP3K\nGktu4uIaoGF4rA53CwIBnAhsJNM0nYCOOPpJdgogvIKKgZuoJg41eZR6hMHV\nmenVl3a2OkaIX6tLIS+SaS/5UsPWertivyYmNxIRUNQkYIRHw2w1Gb/MhNpZ\nvCKm\r\n=VlYM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200404.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200404.1_1586006870885_0.9231671033443676","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200407.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200407.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e29a1e56bb38f85f94415f1fefd1ae66b81535fd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200407.1.tgz","fileCount":53,"integrity":"sha512-3MizrZeM8Q6eK2+uS0qYecA5GksjksoAc3FofCfXoU74C2oQ01fLXPKK4k85xNfFQ9mdu0Vs5Mgx+xMKY6GhUw==","signatures":[{"sig":"MEUCIQDrASO6jxGD6/GJKroyMXI60ryD7fHU99zH834D5tSUBgIgKhsgsGiqARN1WKD0opMEhdOC8YWrmghXEIz6lzNZzxQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457101,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejIuqCRA9TVsSAnZWagAAt1AP/iKnO3V3+0DviRTgyUYL\n8wYFQcv3FAVkk2b2+3y9oki4yR+NRHcaUslt2z5cKY9Oa6cy+IS8lCZaow64\nrDbk2F29cic4p+ldWMNhj2W57ZWTGpoVPflLfZxgKZ+WO8pFxXqAojvSIP9e\nwq90gJF7mOp1x1oVXEpfYg8qd+fO8O/HxGT1Yl2Y9Wo90dvhstLNhRyoa3CV\nvxJ0IqPxrC+YlyZPSISob1Qmqcnt4B7p+RY/emDZol0C7hySPwPNgqLDYfeb\n50qMnxWkn1+slEw2S5edxpIebxycYyMFBGMC8NR77sg9Jzs/tnKJorGgl/7y\nhCwaBrHIhktWs7885SOAgZ6groJzmyL+wbby/TGIEjn/mEGuyroiH/0AKHY7\na7heh2E8OPjgoeecsPjX8gmuzv6cDQreyf0spZ261KbPyJW65W3BZANNx9w9\nCPui96rvM7/8oW3zWw8AOzYn0Xz2EgXCoKDCXE8rpgIKr5UOlRsX6BCKD+8y\napo1ZA53glS42QFa8MP1yzGLZybfbedy2fzTzJYNqSU93PmP40Ss9k1/aS5Z\nbuHktqyaEZSmgD0r4oZtogB/7xtQoikusFIEwBnZGO14dOO6yRDOau4c6lI3\nxll5c4gE6GEcG2Lpf4x6+3y6HyLCwmu5kgbyiFm2ZzR3WV5GWBPaA7XARL3H\nlXmd\r\n=lcc2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200407.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200407.1_1586269098180_0.9615678918957495","host":"s3://npm-registry-packages"}},"1.0.0-preview.4":{"name":"@azure/ai-text-analytics","version":"1.0.0-preview.4","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-preview.4","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0cc2af6b703a3b5ff11b484d80b6d834ad4fdc0c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-preview.4.tgz","fileCount":53,"integrity":"sha512-x9zxlbi2yD2HWjYd0ZobFtlyJ6fpWkK049NUgeHvbWYf9mw46Im/ZU80xrLhIJvo2SEM1p8rnCdbIYez4XGdlw==","signatures":[{"sig":"MEYCIQDT+gfG4rI7PdIjpvk12Dstu5bPl1vARbpx8q6XOZOMNAIhAKZWm6JwcX4//h2XzuOCK4e1vfGpXLHyO5d70wBhBkpa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457102,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejMRCCRA9TVsSAnZWagAAGakP/2plHYt+MZUJrwLRj++k\npVA6AZebVH1IFH/mWayQ/rlTdzhhu6Ka5jIvVwMIkzlqrZ4cycf1fUmrx7tE\nohP0+81O+8tdeUmS4CXJbuhjg/mKRO8ahuOVStL3RP//DynBOsHphSS3Xfvo\nQQSYkV7lFpv03Lcsaky2sVkyS7lpzs99wL35YPGaM9xbTWQBdyuPU9RuHr1M\n4eRJTQ+MlSdK11/VxdibGGbb5K+j2zSJ+NMr3tVsrj2aOgLY9dA2qnpAH9k/\nzuPmWwMRImiWIaVr5aSfnlznb4e/M9j8Fg4MU/E2rHOU0qfv/eyQ1l6uJAVL\nZPPcm3LFEOL1bxPV9cPZQCEwg74esZ1676WF/Cwa8biBmysYWWvmURcBOEy8\n9xZk0O307kYHZc0jNDyrHtPopMtcoveo4G4pXUmO4uqPgnBJCaVO277Dlxiz\na72jBmc44SJkAGec2wzSay8B52ZSlA4IaKHwF5TqlZiYAyd+nbDngg7ug9Mh\nYS0fuzr1Oenhpt5qett/qVRfa43q6/4h2GmK0p/7gNOaw5Kr5vvGlF3e2K1B\nG27I5Dh4R4u2nxNuerJ1LlfeQ7puHHerDl6O2r7oJqY6C77G8GRFuyFDOkDf\nm7GdYdnNp56YsQ90mVlTpo5zq7WdPILxhOgXmOeW/qOEMe/rsv6nk5IJhdnr\nkJaI\r\n=5FFn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-preview.4.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","deprecated":"Package version ‘v1.0-previewss’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"1.0.0-preview.7","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"1.1.0-preview.2","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-preview.4_1586283585835_0.2507759189020331","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200408.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200408.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200408.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"43a580e105f1e8111af4ccb27bf2a726f42c9949","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200408.1.tgz","fileCount":53,"integrity":"sha512-fSE40Bqn57K0UKqQMio+o/Ckf4K4LE3AArklYtNwWTArZPMrsZSVGlm7SBTX6jPG001wSwfeGXA19zqR71dNYQ==","signatures":[{"sig":"MEUCIAI6kolTILW5as5GBh+BgKdJbrYOp+UGWlssChuzdzfFAiEAmduKskWuiEDsSU0tBluJSoHe25z+8AzBad6Qoy3n9eM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457135,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJejdcJCRA9TVsSAnZWagAAkVQP/i3lOGdOksE0hK0jesw4\ntOCWDZJoH4z2uFj11IK43eUV1B0RxZtA0P5YI3K+wOfSb6OrdqyfWc3hA50r\nu1NIaudZp0X9OLXUgElapx//FZvoyXXyd3AyePJ3H9L41XrW7PZwxY9rh0TS\n3i3OerSOLdLJo6hP1fFqtSLBK6goM1jMrTAKJHRdCK8m617N68e36IsJ2CoH\nf5BeBeB4/D9+luiHfo1k0O/infbmGZToPBDvelsy5zQ/HH1utzBNDVKR81kO\nZ6ypQRx3aXXcYw9N+lI+V+NybMLr4FtTR35zqvF35KNctjRqkXN3B3+thOUP\nsx9bvaYofZywZ0ff5Gzqk5GPz5WFUb1jrF3U1d8QI5ZLCfOBeOT74XbGq+y+\nQ9ECjh1P6wyVHroJmO9WKBo5iM+ySs3pBbdOP7BK06oPSYm+0sFMDRIcAgvL\n2aWlkz7AfNRiAXvtNrZwEm5F83UUydLu0TzCXIJVlpjQnCi5ZE5b//TSpDRq\n6u/CfXxX7vS2UHv+wxa6UhqUSe0ZuK2oBWo0UcToqwpwyr+XPC80s5NuYomL\nGwtNzY87Q4kklLHyKZWjnPWUP1fhO1y1c1wQylIRApMolhijUX+whkqRPY6f\n0ZIS2fAz+BXNMJ2IbwyX3SIOhvsE+cLd/u88SqBsP0W7TZ9O8xYhxtC0zJI0\nacxy\r\n=qPBU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200408.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.5.4","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200408.1_1586353928959_0.46073900424411907","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200417.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200417.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200417.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8ee1fe10099c369cdcdeda7a4afc2f1ec2bcb0ec","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200417.1.tgz","fileCount":53,"integrity":"sha512-/pvkVLR4xNpJMWbz+UbVmx8GVSiC4zNANugrbGN7JgxrAodeet/XnvnI8oPJorBMh9TBlttQswCbZKDzLWns6g==","signatures":[{"sig":"MEQCIE+r51RMxs7dngznnOf/wmavlEppuq1dtMWLKZ+0miRYAiARSbJmK9YrkWFsdOeu46agi7eiNyGGacOoT2/70arMtA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457135,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJema4YCRA9TVsSAnZWagAA7wQP/A07DRdDyn+4CFHiwLeH\nhT3WW2xVdV9mDA7DB6Boql3ZtDPPHA5vb6AdMMxxqCSi/ecXJM6GQ6GRKqfn\nKEsatAPP7MGS4+N6iN1nkZvHNVkl3a2ur8ngHFAJARB4ZwtPB15Lg8/YHL+e\nQnx1XOLRUKwnSKESyk0x6XmD8dxWPf5opIQ/AWoqykz6/Y9SXGQKBT9N7DGF\nTtBWu1SzRLxHei2Id+h9rvKcwUbiW5QKSBs34T3akVVTPDaM9LikDXZc9Qi2\nr7XlAwwFW4WjTwrOb5dkmzDD/AGe/9ZagN8+NBCH2QTN3u9RAsCYyevj0Cxm\nHk4ImmIxuu+reaNZhzPaU3mFYP1n7Al7UsmRTCemgG6AVrVs9ySHAuCIf6XT\ndb2fUixvaIJtlucfAutXTuWKXFG+rMPxSdcrlXf+MsUk7kx7PeOMFs5SXy5u\nZLJzGRZ3Vg5lqGTQ8GrAYrU33fNGkNCI4NciNC9jNLfvNBx5sTPSCfcWuEXy\nU1nEsSYout+QPSy5qe9A9c2a9q6hr8ylDFx9GUJ/pqzUQdG1Ujx3Z5yjTHXU\naSuj0FCJ7j37amMYOtMNFMToYW2UtQbrrhOSuLJCGRJwq6lANRuy7D7IvqGi\n2sOinEnQUhT80RPZ7C2Gl3DjyLOfa67rIFVCD9RbN80KE1vcEi2EIiqLOs5h\naCGG\r\n=NrBM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200417.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.0","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200417.1_1587129880389_0.9672596738166335","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200421.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200421.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"70ea3d85cd0d1228697352f152ad5aac686868ec","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200421.1.tgz","fileCount":53,"integrity":"sha512-5qCaOkMSbYbytjq4xE1kmGvBV1cKJV5Upi2GebN0MgYycnbXK1gsP+DoZ7yr4Xbu66vLFxMMKih+549EckPpJQ==","signatures":[{"sig":"MEUCIQCpwULQy7IOgoRbEIV6AvDmLCs0yeGIqvcPB6ejyTIHzQIgeQ64Ym2KMwiogqgzjMm0LaSRA0uBpE51dwTEK0EVH78=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457139,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJenvQ4CRA9TVsSAnZWagAARdkP/0JOgjZyqOkbcqChA9fK\n42wZ6s/Coh22n3cDkHH0R2GARbEgIplknAlD6A9RIA9S9vgDJ+PpMV+bKQsp\njws4hXZ41I1jD9oOpRoOVYfu7E16njd7WkN7v6sZQJgcc9ynpiGmNF932B9n\nC2T43eD/4tDLsMPQc30fwhwFyaF4yOuDsmN2H+NMEWiiMsE+tVNo3rXcogfs\nE3WP9Td0jo5w5ekkn0c2dA/bY3/D25bKXcAdwjyPhGqdJuYcLsfNu4X046+b\nT7cV6BWjbSpZFi7m+w/6Jq00EYV8SjprDAK2CiR3H5we7yGFlv4urT38oGJj\n2uQ0oJeUFEwQ2p5NFiAq9jIkgbTInFbG6GCJuM29XjaOlBfYDGP910rnYFLi\n2J5W16/npJ2Wb6L5q4KOR5CF6aEpBSvIfXXZA5y9x6NUbxoIilWGfi5hKgUO\nXZevIYjVuDejfv6aSCmqAVvw3vB6oFvU0HejN6Na+Ou0JCwLHLyIgrZg5gon\neFb1q7mJnn4lLfy6uSYyH1OzOGeWCdymXJ/0S6ZrjyIifuODr6QMHmK3DMnV\n9w9WqpFzc2rK5PBLQwaK30RdkH8J+lQSX00UisBRJU5+Klw4H3ganHpE/tDx\n4iBoywNWMjkezVI4UM8bHmj+WjZtLGtcEENQFXYTrwJL+e9SkLS14ADoRBa2\npnlf\r\n=rJxq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200421.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2-dev","@azure/core-http":"^1.0.0","@azure/core-tracing":"^1.0.0-dev","@opentelemetry/types":"^0.2.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200421.1_1587475512289_0.8691621694122809","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200424.3":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200424.3","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200424.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ac1f028b8003edbf2020225d4e6b74e10ef9dbdb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200424.3.tgz","fileCount":53,"integrity":"sha512-FSbApm/RJl/3Jqlh0vzvYVG4B8SqDAoYUFpyO5SrXyv5GvIJBtfQNxC7rhhZWeZZeFMQ3Z4gQ2ap06+9eStPBg==","signatures":[{"sig":"MEUCIQDbCT/uVcNbQpXF37+ygyZArJjrhtP4EVXnxOfmGj3ByQIgfl8l3F0EOZlBS+it7HfnGE9L4OdDANTk1ILG9SDIM00=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":456286,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeo0jFCRA9TVsSAnZWagAA8w4QAI+nYUpbXj1knbE7u+D/\ntqohVCPKYpBCG5cXY4ivbkeH4KWUdNrpNM/kUoWhEFPeYejqZcG6D0JMsaeW\neuxnxNc832HdKGiEicVcWDs3QsY9zpmivwhPbcFhFFNRcYr7cLbij4L1+vNa\n9RtpgHU3fmPRO28dVK8Nz0VxGUu8hK5dNHHeVcDmCecnoAUqFYO40oTybYYW\nc8hvhKNaiBWOWwVPnRRQbxMvG+atRNmCh6ynhNtEds99tsVW6VbMYVgoD9UR\nyaNrqw3adPdxiwfS7U27f/1nDKRplsYF1cjU4l9rlHG8X3/3d6/QUrX2plaV\nZ5PrNhvnCAgNjF7hP1AOEv5tVkGgMzb/oE18TwtUxbzNUjZRcM3CS5awvDzc\nDyAeHnEBHPkP3aUy/KEWSby54nlh9WKyXNh4OtYs301u5PXwLuuBOj1JTtok\nLJV5xI6R6m7mKwul51T2TH94tc9glZDWlI6p9x3+xGFCnc9CiNCXvUUFZH+x\nro49decuD8OzGna1B8sUR3p79rFIAGgSTUYo9xqjXyYAJpU8ppHQ8lk/DBDn\nYR/b7mf5N9jHpyDtOafr7rpNQq1y5uFLqm970Rzez2iSH4NBzGEzP2IT1JlZ\nKeQVT6AfhrYMwJGiTuupnhhWviyQffc2I96QNMsCMJ3x9F3ToTBmEZX8D4AB\nhcg6\r\n=qeIR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200424.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src test --ext .ts -f html -o textAnalytics-lintReport.html || exit 0","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2-dev","@azure/core-http":"^1.1.1-dev","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200424.3_1587759300397_0.4681317581882287","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200428.2":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200428.2","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200428.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4db476ee159aedfaa8d2a11341176bba68db2ad4","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200428.2.tgz","fileCount":53,"integrity":"sha512-LsGF653+5wSbAuCWNJbqbv3AcBcRCJHynhFZqoG5OXuq0RUR9dlfK/sxzDK5MyZa2tjOrHQ1RPHBZb/SovyBKg==","signatures":[{"sig":"MEUCIFgdLNgzGgjsHG0MBQ+S4BBSBmMoCMCZ5ATxQ+mMwPfbAiEAlbq2kCtDOIbJkE1Gx/kh2SgLIler+AuCC2Nbh3Ej0+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457096,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqJ18CRA9TVsSAnZWagAAiZQP/iMJjxSlIqYarrcSCPjL\nbMWPO5+AXkjI+NuAWC7fVU849M7ZByL5SPDzwddGUYpStRmmwRb8wJOsZR87\nvmf4WpkdyoiHh58K9L+ZIDyBzjZJnwPTjWDGW2VqNNwuPk+5DMfUDk3w3Dmc\nkm4rBLbKmvm2GczrtfWXKVG24pXhPz1/cnYETQ/u8eEtBB05c8fC9to60lZI\nVBpxFFrkvXNO/vuXMIHqzuqTALu9KvGswPpWNF+dy4ktLyCFc4uglm1rdgdQ\nvrvSmBnj95GpJAp7xJovb4qwrEFwQ/v9Covjbf9maOFtdXaCtuuE8P+PPUal\nhEpvf9dukl6HGkOCaUAuxMA/FPnkvEGF/vgvg9r3XWUNBgyadTzyP2bAwBmA\nikt9zb/SmgH16N3oimk8dCeQKfXwpOsrm59RG7hpsQvIJh1j0YwpzfKP0Tz6\n4cFZOqbBdtNsnLVODf29pEXswbbu9TA/MN3kg5OqUWszAWXjWczfQhGvbgnF\nGwsv4m3wutdQ1p/9ZVLwooNmlvil36/0uf3bHr5aN22PjWKKuKvUtat8oNam\nhAlY1EmcrU8PT6nyCLvuXNU4O1CI/0j5fQ8PGfkobePNDH4APPRVXlbCkCY6\nIn+ql6BuLZrstbudg4QU/BxyZsTrfzpxxPmzMke4tMcl2yIJWhPkD0jQ1LX/\nKPT5\r\n=XS95\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200428.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2-dev","@azure/core-http":"^1.1.1-dev","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200428.2_1588108667664_0.2031336357504958","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200429.2":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200429.2","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200429.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0470b048c70bdd52f00432e7b53ae1beeb712d43","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200429.2.tgz","fileCount":53,"integrity":"sha512-Ebj8c3pqihsc8xlhf15K7rcH1xcwxDYv4RKkpP02Rxq3hE33AXTmJMS04nrQ+5cLn8ZmPxeCR6npbBpRL6JK/w==","signatures":[{"sig":"MEQCIAeJqlVOwsWHztFcvUxD5xLJCETbQQapaKYyU96LPa6oAiAKc6LCfb98a1uDuRbbuL1PGKK2Vqe95wmH3JQZaBjmHg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457295,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqe50CRA9TVsSAnZWagAAl+sQAIK1KRt0m4+lSSzmhvLx\njvKjb3TyT0Z4bp3iZIYy4Vq1xcFxPa4RWzIVCFrLRGbGw4nxXOa98Detwbg2\nMoYsL9K7FTOqQfoh2vcankhvxucE7V6wNhhXivpOgrzo8C+6lr2PIi4yRZEk\nKvzxwu9u96FPjq7PxuBuP3KZSdOuKB4Gg0hTS1l7R5E5L5+DRGIhQFXtpCgT\nSFptK+qxgjZ6Oy20b58JEsubhmT/gZykXRwWG3+y9UUOouAeolPVJbnyWqJf\nkEPD9ZDaO17YYCALMAJA+C/8KpCh29E95hGt8p9f1o+Nqzaky6Fd/cMwzU7Y\nGohOmB1+fsXE1WsaMlQUjopl8851Ait6U6I9FUcc5pUmivfzrqWxwNV0HVBS\nA7sbSiiVXi+lsUrmKyfCV/1Hr7sVjxqlNAm/g0uE3SWawoExF+G3EPdc5UPL\n7trbLMJWuaASU4LuEJLRH0FRfJ/z5rFinwpXJr8S7JChOVAhsImSkzoMjuJL\njL2F9ZA7fQW4cKIL5xqfanmUp3vw04eZeCmQ703KPYZLUC76qo/Zcp92HiCa\nGek6iE4l2pwcgNshfcEaTaH2JGodtvzrvST6d9pvYY/kE45ETZBhNU2+bIeL\nbukJF6nHe9wB0Ls73fcCzvQ2Tnii+jXm79Ffz5NDudrRe5KMpu6Iozsa9vTj\ncoRO\r\n=Y3r5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200429.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.1","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.7.5","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200429.2_1588194931581_0.6867694761688272","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200507.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200507.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200507.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6467ef3f07901d7f284bada2f44ee482b188f77d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200507.1.tgz","fileCount":53,"integrity":"sha512-PseBBrNXp/5XTjaIERSGTIRunzAMOyYgq/u5EpyL4ze+SQkvcdKWCfVzEBqpqRhznlU9VMDUyVq5wlTxU4UV7Q==","signatures":[{"sig":"MEQCIDZdoB8YZxGSzGr9angnS1vouVO07ukZsOeX72vr9g3pAiBw3A+SFZfCnFf6mQnGmnvStvSmsRBpRD+7NeKRY0GaNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457295,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJetHsDCRA9TVsSAnZWagAABgUQAIp+2nkd+l0HZqtS2fmq\nxmmtElDnRUh4C6lQpKIdK6e+V1aodBGUFqSipApfLqOuYJyJZTqTk0uqh/7t\nqhGHsq3nVqETStrFax+9qtiV48ckBo9fLlq/oBZJ+7VOGQesXbeV8j0zUcSv\nteuRLWys0xTM+4fUz+y94Gvxu2oM6SB+d4baEmBmaAz69tIFLFnXMjba3GUD\nuolsDRexyjXV4Rr0UAHJiHY204RXmel2hyRKvaYxuAehb6w8MTruLQ1gU4rx\ngloPakwQo05RRhpq12LImhX18MJQmRuGBR2qwATKYV5NVFvzvwBvhrF92v82\no2K9P8tq5UQbul3+o7CX5m6ay/Sl1jMiklWsj0TGxBW2NfE8vrD7DcBA1EoW\nKEqgqoztUPkBnepYnfNb1XrIlscMft59X/8FgaL/Oux9k5R4ArwuGnIk8kiW\nEEajvB/YlTUdhhIXNt7nYzFq3M0G3mIEEohhrDueysWc/zQFXmfF+8v1S4UJ\nC3qYE93BdzM/Np3Apd6rzgvLFFyoGD4cO/4Aq4FWNTERJVbYPmEsTOVfkOwI\nbcfE7kWEv/yKj+ktENVlGB4RRl2yM6xc8zlLo8hbDwmW5Y8iRUNXb92sUVDr\n7DG1HDA6WLIGHM97LWXNYMH6kVnVpEgLPkgunudQr44hJUzHUQLYaOMIOWKN\nYGIC\r\n=VJee\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200507.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.8.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200507.1_1588886275231_0.8482373502549347","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200511.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200511.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200511.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"902d99738c2a0b1b803afc6481d091316b5eecb3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200511.1.tgz","fileCount":53,"integrity":"sha512-yrrxnj6AKZYbBMtur0Chi8OcLvPM6JQ2nOIVyEPCV9nsGNHSr4ynY4QAEVQdHyX56DfGu7A+lZ8d0ylJqgs+5Q==","signatures":[{"sig":"MEUCICd1ZcG6FUHh1A/yJ7f+OnMFPVkuayO1/Sj0ZniS8URZAiEAuf+a0a1jNZRoP1vIM44MyFnRLtJy1aJ0pYLiqzBewlQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeucESCRA9TVsSAnZWagAAJzMP/A+4nCiZVSI2ihUkNlho\nJKocmUn5eglduMVvFH3U/hVbOukdBitIDB15k5yRPIU1xVmmcB54w3pEIWaF\n5sJ8/NI6j7Aa8hFOz7yfai4FMY8S8MAe8NkbEHjIz2hKfHQnbb+trpEbdf1n\nNZjzZNd/CLRkUnxgPWzUKT22X9IQqWSfww8E3pv9Mul/Pq7pa+bgpiRQy5z7\nemTsZTN2dYXMR0pDdOjAa7pzSZRwgphqrTa6PjSCV5VpV101l0h3uY4590n0\n/AJbZ4vpDlgBdSqADVNky6Xj/2hnXrb+HJEW0xcyNKcexjtcv+o2cp2kSL8h\ncK9Kibk9JYLlZSUB2LeNLlk0WpTE8ulGtuW3eWI99RRX4B240AGHPQqxiCO1\n+glWVcAFVfDK0xD3hoM7olKfQZptxwIqBGEnjQpsZBKSRnjg+DVZ1zLqLGdQ\n+k85EQt32qntddd+5Y3QEhVxFDVokCwguAuVOeGO21uFBoI/5mMZnidQCjRT\nfc2Y8QUGVGaQSmQsArDU1Ffxs5c8IIbiYVJE/aRFKBiZLqc4fPsYeKxE4oqx\nVtYtYU/+pS2kOBCG1LUKNdJgjicnBiK+w9MiFgBquQRUMdiAAYl2Bl1HuASV\njXVMo+q8A77fvOUAoGcj5H80mq6N/p0IZFuynnNJhNnpIARhFDFm0Lry49/Q\n0zLU\r\n=BlOY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200511.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.8.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"^11.0.1","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200511.1_1589231889674_0.11378403177925955","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200521.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200521.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200521.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c9d2d3b3dd23bb8cccce04faaf236ab1402b0ca1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200521.1.tgz","fileCount":53,"integrity":"sha512-tGv+XG39yjv1LgjlfE+/yht7XjT5HIMNK3vSBk3ZvmPTMl4R/fS/yqsJq+ubSePKpUnJ6ZoSW99lrAkpZsT3FA==","signatures":[{"sig":"MEUCIQDEhA9QjNdCztLCvmWOvSmbs/c5bAJvZ4/lK0HajuBe0QIgMIfCaCn6qOdjyDxte64UBw5O+LlWGv+b0tOSyCkK+rk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457344,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJexu/CCRA9TVsSAnZWagAAm64P/RHr5l5vaU80/wgUwzsU\nLo3kw/71aPffc+R2YPIbMAoMTPiIiZYP0mL070uCEQckT8YhwnBSFFStJrMZ\nl968yMmbDz17C0msgx8JSNbqNJYsS5Uz7GW59+AtKrdbgLoV8DLbewMzGq4k\nRuAL50RShB9zosscD0ZOJdw2yoKn85Gx7Rrokym4YybhLyUmAKuqzDcqo+fc\na3UsDNZOe/yUkxTjs5Er5fPVjeiEQy15zY7d4/JI83HG247DbptbtI3JgLuA\np5drVI/n36ptgW98CeP42T9KylNOIUgF7tzTgTD2tNY3CC03TwcA1lprRwWO\nhuy4XRaHc4Qc/Wvn5QFJO/UYtP3Ky/lDOI7yAtq+UtCoeE2+oyNZNjnaP54v\nN32+hKkMt21jwmHJbL+1zkc9OYbEIp2fjenwNwKl4VW2pBNyGsE4VnVQwXVT\nFuAaogi77ji1tjEycqjySoXoqMyIe1mHaScKElErKtybPcPXQ111v3hjHZko\nj0ncBGo/tqivSwhCPWz/5ZC/YGY8+gZ6nb0WK90PNAO8QBcsh3eFGq/CIr7b\nsh9JH5iWkR0eIJeAUljkP8xPo9CvvvuaiGBaEnJphbUwpmXKg+9wn4qKbM9g\nYCt8/PamGnfqglOpb5zKs01xvmlrRzmRjZOXq9OHwMYj9gWzEi8pewz4MX2C\nLcDW\r\n=tGxf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200521.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^7.1.0","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.8.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^7.0.13","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200521.1_1590095810382_0.5540841377048489","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200525.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200525.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200525.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e9bc57c605654a7326e2dd3a3eba0a2dda1000d9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200525.1.tgz","fileCount":53,"integrity":"sha512-2KSuyiU43Zth2qespYr3X/nEnROlEcFIu/dPgdW4/b84mWBFSFrzcq6ae0351MI4z8VAxClb58mznzraZxDWlw==","signatures":[{"sig":"MEYCIQCb0kkfa6wWhaaqJNxjkRz4NX6TegmXhgVynRubsC9/DAIhAK9lbL5IoHv8cm+N8zcU4mVedyYDVJKmQqvUAYjPB5UL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457343,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezDYICRA9TVsSAnZWagAAxKMQAKIKIjbmEZzrYlJiTQif\nKCSJAyuw2602EaShUNohgy/B7duKShqVfyj/dV8mBwo0Xj/Cbhmk/gSsESUU\n3BK0vYzQfuVSnyFWEseD6faLBRgYyvNzCknhP21uE9ftu9Hl8ye6+Uwe0Gug\nrbk2Ek3CRVcUR5+kdxoNHutk1V9oIivUO2/xYAEQlwHQEVUKXNj6i78EjS+9\nuCwBk6JC1vse4/RM/a2ESa3omkZfhxcqDxag8Ce+kcK5roo1ETIbOAHvRIAw\n3t6yzw1B+ewijxGQvyxsWjL6bgYE/ElY2RjiOyKifINp8nclg6c2yMLIjdsH\nEcOrt5WVtwXPOwkJiKqMSY+EVJek2BNbLjRX0CG58evkgN+fwOqnfmOtmGyY\nsHx5XeCyNo11GegmILUSo3qemuGGcwA2WHd5w83bvrpxbiZeqWYFtZI1C65a\nVgrfw0MjVOhA3VemuUVHlENS9zFnNVy9oid9wqDeJtKFRJ3Aw2pyemSJij8k\nHGaO0ZdsLajX7grLld70reuD1jQDngSmt/zD5DC0et3zukmnW2lWS0TvaXSc\nF9cPtXqg/U7chTTiC06Uy+Jdm3aj6bkbXqFbWpUGNsVihiXrCogl68KNvWfs\nhsWKQBOxaCJ+7LNiF7znMXShVOopqO6e9al0XdVInz0nI/L6Xg/GQREl8E+S\nznL0\r\n=3O2s\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200525.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.8.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200525.1_1590441480014_0.16116711758578606","host":"s3://npm-registry-packages"}},"1.0.0-preview.5":{"name":"@azure/ai-text-analytics","version":"1.0.0-preview.5","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-preview.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"503f4d815d90fe207cb4209819e6be4c89805d57","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-preview.5.tgz","fileCount":53,"integrity":"sha512-IlIrvTVymTAYxWE5vhWN3W8KP93Ghe7ltMDBKYVpySgIA8VlCL/p5BOFEcUWujijKemJEdGOez0fG+/2ulq2yg==","signatures":[{"sig":"MEUCIEcSULx4ypF34y6Ua1OdjDQJHm5PjIqipBF384+K+6RlAiEA+N7+LeJP+czMwCZonqNcKZTNM2z2wBP/yNuZRpLpalM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":459854,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJezr24CRA9TVsSAnZWagAAMwIP/A6inRbwWTDCuw6PVAuX\nrwR+Wx9FYNxagITfWAH5AS+PoFBiUIb66ZbItTJfgvNuWtbH7zsMtVZS/MmN\nd52mq96IPgO+48VmIua/zpH0Q7onDhtwfzqeJteN7s5ws9mnfWcMA/LCoFNF\nyy27SrGG1jW7zQ2kVgRKrPPVnLHV3KtS5AtwNa7W5p0leXIBSgHBvCIVbWcX\n1hmm+4e61Rkj7YKfcq7gw+riSaq5Albe+s3dhl9S0JVZ/kM8urxg+lrNvlfr\nSxoE9vueTYNfBDHWmbaVcpPQEznSH8PkQldhIPkCF2+iWn6nmCGUZAKFNLzJ\niseYtWoPGCqITgS6GZXPlmCQgqq23kY+XLLsYwNN+JgSSeDu2z++bhGssmCG\nBAHbzWrbgZUYs+WQQJkZvfL/h3a/cdiz+KmoqB9wkVviNgz3K7C/hLwfIHUM\nBpra5VLw50vPhAz5IEJ3sykc4A1o4j0R9k1S/RfTWdPsUW477gtdHCx0Wrg8\nwUlKrQsIIXWx15pUntzUUiGLO3r3Oh2acwmIY1zcCYvue2CmDdAPj1pUQ2GB\nvm4l+7btpsgYL7ZfHrvf6gNntMNH35jGOorxfghJg5UUXkSppJyLvi/wuN3f\n3ii40ULVzK2nz52OToEb9JQkYhwRk6zDlNmw2Pjnfj0Qed32yQLC52pRVs+b\nmhKD\r\n=Savs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-preview.5.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","deprecated":"Package version ‘v1.0-previewss’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"1.0.0-preview.8"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.8.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-preview","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^7.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-preview.5_1590607288304_0.2638398883199391","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200527.2":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200527.2","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200527.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d9e6aea24fe6aa9d4f8163d0c406b44adb4e9fd2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200527.2.tgz","fileCount":53,"integrity":"sha512-PunZsa0AEJGiNOfZwLJ0pfmN3VlMSKI67kuV438eSRCo/Mv6dO0LsCE+uFLGUxi/JT4zaKH3wAJG1qcBtRjRtw==","signatures":[{"sig":"MEYCIQCPARCTKzUeP5DbjF3pdjz7BS5iJUXXpgLWxT7CvpOLWgIhAPDUpD2No1oHsg27HBLeHKzlYYKazTeUPxPM0xHS5Lcn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":459858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeztlrCRA9TVsSAnZWagAAgYAP/iLIuLBOPUswXdbYpRNs\n1sgH6yx5Hz01OX5QQl9qlP2ptcLIOamPkSele8wB4AUHWFmmAVCDUmTNXsWb\nssDRC086aDFxi8Xx1FXBuB7uj3El9c6dIMZAy/5Ow0GQFzsbxXsMJTnW4Mj3\n8/BS4Eny/jcmx3ukhbGmkYF2Kjj2gkxPap5mhTKnsxZM05xplOeR8ysf20D6\nZnsxUlYqqI229c9sECCzDdyW4QKZdwJzkuXUKtK2ya81Xqhn90ImLJFntQHr\naI0Sip0uCi9eXqGGCzdx1kFK9r2OeYVlHy3KYmTK3VuO4ddbuD6hvNhiRkZI\no39JtNPHBvGBd06wKaJ0FccehiJQ676+QH6OZu9vYhfRDqUx+tqa7c5dW+4f\nqKZvicTNk389uYQP34DKEoUdZOmmP+r2ppSDSJ/73fMdbL/YiBkDU73M2Oq9\nCKEixTjZXzeiows8qMAaCg31l1VxGzRQC22uiHz9Ka999hj9Ui9FY9AyFUAL\nYquN7KeNHdu0T2E50yRTpmZkfmw6Hcyc7KFpDZeN+YZ9E7xtaKKqehEU/7BM\nuihcajFu8guzYAxn7rXu9EKM7mdg4jKqcxMthaNTf8KU+0Mz4zfZgjtWixSd\n0AtzQv/X4y0pbNJ5WmtcP3n9mA6xH5lhbdRJroe96ZJp93HtyABPQyIEfawI\nnbKm\r\n=86cI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200527.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^6.0.3","typescript":"~3.8.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200527.2_1590614379046_0.0925500791007825","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200529.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200529.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200529.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"12ed3c57bb647bf59e913c820500c49e75f3925a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200529.1.tgz","fileCount":53,"integrity":"sha512-jdfwPP0z/Pizu61TaKy3hVUs4xr2o4Gwyy+XnRiyiAgwmlcx96KfN1wdoUb2yQolzAULG705GU3Q7A0pvruoAg==","signatures":[{"sig":"MEQCHxG6I7HHaqwnvHw9YZ9IO+Mo8Wd2sx8LAKHRwnbchukCIQDF4uDpguUG1ihAJqpiyc8kta6MnqEkUszU/g9MKwKI0g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":459858,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe0XxACRA9TVsSAnZWagAAzt4P/2c/7W9i1OsdmVkxyfO/\nUAh3yzZTyO4D9/Nk8E9fbCcS3ku/7Q7cWUCGKw4f9Hb/sI4I3sgnN0ZzJJfK\nAyy80tG/7u2Zo6xsghQwuEAwUs1fNCFFnAR7zhqeimF6834BJBjjPcDTUtub\ntVpwjpFfPQytkcyy+bYH+jsdqMPJ+ZMcedBjvhWaKUs8rOTTIWnBd3qswd1o\nx8vREEJM8d1T32XYeOXuG/8P4ylHj5/1ggEefhE0ssb/heF6llF20hA1y2pt\nywgCJp11aSINwknQZn8eUAJs6oZLLmYO3add5mxM/sle56Kcc3qYuX3khG/a\nmFEhlHk/6xGM36tvCAcBGpqpcwZjTYg429lvya8Q6gGXZ3R58yaNFEIRDmM9\nsVcFJ5iRb/ka1g6HnA3ObPNgRMiSayVk/xYgjTj17V0ATSP/h+AjV7q/1B9i\nlmBvtlWitqfYglIYTZubbbgOHC746vQyLGHT4f56H2MW7cQGVD50lfR9KIln\nuSgC/aEINt3jzruKu5dcnoeFh+h1nR+vmu1hCv5l6YNpMhnImuLVAqwtHMPF\nnK1DEj3Zg1CeDc88xCe03Eh73mPRsna3h1icrkYrA11/cF1m/fMYxRPNtz+/\nJETWhwMf+sBnusi1FVJLm2QK9iqO/PdAmZE7mqXv56n678okju64sS4TTF7w\n6Si8\r\n=yVzA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200529.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.8.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200529.1_1590787136114_0.45907483777842106","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200601.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200601.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200601.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c0ec35f69d8203b067b6417190960a945eb65655","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200601.1.tgz","fileCount":53,"integrity":"sha512-FOAF/Df5A+Wife0blpmPMpS9DlpJdNs+yu0qRFHM+dnnRNF167vEOzf3JMZ75OBSFTSR49zW4NWKUwLhrGcLeQ==","signatures":[{"sig":"MEQCIDzytYPLS79XXcxWjCPvOgcEwUsZbOq7Dfq/Va3n72FLAiBw7LDGbhEMjHuJhVMXZ3cWjk01ZRSCVsYU1H48pyaIUg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":459911,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe1XEvCRA9TVsSAnZWagAAKdEP/1TqOCSInKIjqyUnhUVy\n7cP4duEHO0/wQwXWGJ8Qm0UpsaJ221LJG2yKHxcGcbZO8ErfKysLR+UdO3nL\ngK2hsV3n6RWOfGR8TkqlC7AsBLZjyXQrgSBQum+BOmsT+hP27YCm+V7yeX0+\nUVdrMEjkNgw4kas+tc8liktfF8rO3eygIdYuMSk7LAq/KSGnmrew89enYN1U\n9ybkItP6wCJ++xbIB68gDpVrCF6SC2r+GkGgwP1GI0kHlHmnFPmYqGfoS8Vk\nNWoS2qUteBfkKsbRln/Wade71hNqhYQ5hwBWG3nj7U6pZ/WzssN3wgCWKXgY\n7wEn6/l0vCEeL3Jg1/fjOGLiGGlBLssE2XE/Xif0RuS47k8a7CUni6HC/pgE\nWdeKSy5JuGEkGNZHH22WJR237qmwQnUQQ/1mUKoA6afjw+DeowFnVfkDGsBF\na1rUgWKJ1rTxJoAeiHb0DFyd+iWrGxwq7XMqoEtg+8o+WIkhvpv58cr3iGQ8\nzYg7wV1yX0PXN56218qRZP25kEaTBvAQlxUJvML4PSuRS8LCQzavDX4qu750\nsGIKmKe7QF7NdLvS6fZzymo64rHG/6NwI5lKdy88EnGQTJdu2CpTj5Sizzyf\n7RDzQccoMFprmEr4+eoLf4slDlFZEcKokIy0D2cwQ2DSbuo1K+0g9ZoHLKtI\nl2Y9\r\n=46/k\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200601.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200601.1_1591046447301_0.6887557923090468","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200604.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200604.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200604.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d6be68da7dbe6d4d8887e2d7da49c4669a46772a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200604.1.tgz","fileCount":53,"integrity":"sha512-iIFNGtblDUi1PmnvzLUOo4+pjrBMhgYbUgcFtG9PCtZCsaCw+qMDBl8IefGJztwFG7P2783HrcsFNJNB6e67BQ==","signatures":[{"sig":"MEYCIQCwSnUQWO8X30g6bsL5ZzrTOV89ssp34olkOF2qB/vU6wIhAINsKBCtUYuBhu5AmFU8VLbfb5OSPecvWO8K5vvHDJad","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":459906,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe2WTVCRA9TVsSAnZWagAAL5UQAJ2eLKb/bCfHndkAIhaA\nZMcpZLIsI5um+EPkYWVqEUsqXS19fnMEcevmZN3hfO/ArxOPyJGECpN4eJoN\nIiUyD7bK0d1jpjXMbiltlERCUoV0ETVFlJWk47sboM5gxY44TYVuBJ56+PJR\n4okjhSmyH3iTy4SxyU/myxWqX0oj8wxP0UpWwQMJulzgPzWEPLdRu6dJb2ce\nAtFWlSlrDPWPoOsDgu9FoN0qs5DUF2uMxDZQd8SYkPF+I2ytzV29KOkeaOfw\n/NajLk4QgST4a753lrfzoRO99g8VY19HNwlfmjiKOo0jLlpnihoQG4PPPGND\n3Aisic+1o5+Ygl2MGmmRdwDdDyZM1sluKIgN3zGb5sS09zUhFWY9FDmzr6/v\nRUi4tzbUnRcItJ59XUFlaT14SISJ9dtulWugWeaevjpMx1zHHMczznGOON/2\nnKfyj95wqc37znbZsbkZSKeawphNpTo8+/jEmFAmxK0vGKFjsG/hbzYhTPuV\nPUmvTBNlw3cqY0J9hOiC98AVwC548V+E1MZuk+gC3dEhipML58/aRrZ4KmBO\nmJPO0+wJRCSCtDoT+0gG43s7Zc+zUZHn+u3D/L25lbkgghfkCdN8Cv/jR3Ua\n3xVKHRyiQQUPb0srgeVCm2xJVfZ6WOFK2+XXNBjgyXUFarbZiaCKnkOyP9sH\ndG9j\r\n=Jvdu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200604.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200604.1_1591305426466_0.3938984005934574","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200608.2":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200608.2","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200608.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"37e14acb782b6ef59b3a3e1ac2284a016a76c5a2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200608.2.tgz","fileCount":53,"integrity":"sha512-bTpfhsDouOPaP/8RsoHdSnwLyjzmJkklcVXMMts3eRMojh37Y0ZzrdUHiuKxI91HCp6IG7lekzHAzzGi1nCGRg==","signatures":[{"sig":"MEQCIE7R/++ux7fiRf3uQ1TReucl3TF9q1wpk0quec9QdklrAiBa8gp4SqdWIyk9iyF5J6ltt+89ZLesgW2TdVoI1kd7uw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462197,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3qs9CRA9TVsSAnZWagAAJQsP/2co7rUcj1/+oH0cu62h\nuY1tNsZ63x0o3zGino4OpNdHkPvn8P2893J8jCHJrNFYmmEoNbS6/BJd1zBV\nIHejQFT2dNK+X3g4zr+/x/+EHKCHuJ+lvC21g/YJ+EwOzcEyiGOusTSRiSiU\nO6ZJEbPylNa4CBrtl2XRUcqnSrwu8tiBGdfmzkwrM3WLbu+FCV8lHXgV4I45\nN7PSDdwWVH+B1NLkKYssou0jwGTJGvC0/C1sw8Ba0BPz2S2MmZtq2lvj/p8R\nMD18wpt1LXD1F1g/+hGsymb9/1ec/jP4rqEQNa2EbNqZWo1xm7HHgGNvxJly\n9nRIF8k+zYLo9dqehdbA1GiCRLhZRT7I+ox44qy/PSm9v0Uze7HNJOZqdSTM\nQokrxDs/hN9PszSXEL1GiJsPrU9mVWNTqWQyVUVEgVgGwan8e1nzjp7xALzw\n5fQ8lUgCZeCYCfNQI1R2Se4vmsiXT8Vv5u6HbmrXpXFqFBUd76HQRH0KLMnq\nrpcw0Pw1y5UwK7guocIP6feZ/HsoPjyLZMdMlGGTgNXB0q7Szpk29kO5NR5V\nmyaiVgS2V+/myPWMKd2E66Qfn4imFETe9EmK+Txc/4IBkG1QU0m9xglt5h1d\nz2JYZ/zuscVGSuaubdB9sSZW/hFwTU8oKOZ43dAQeqpbuxZqCT1ZDHhoouC2\nelT/\r\n=70XR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200608.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200608.2_1591651132957_0.14867355996646547","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@azure/ai-text-analytics","version":"1.0.0","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"89ca196552a9c83906fce1647eb6dc4d20888d2c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0.tgz","fileCount":53,"integrity":"sha512-WVMvcfp8cJv9sleaWm0S3he0izn75vSht1I46CFWvSuA5yP94Bd0mTvgjcYqnoeQQivwm5Gtpw6gux39STuS1w==","signatures":[{"sig":"MEQCIDy2UJulox2rJnMyR1phJWL+H8HcR5952r1k/3WiQ3EGAiAq+qrACv0M9T8YcONp51B3YBWDdBVtp1dIPVwO17CRdA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462292,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3/g7CRA9TVsSAnZWagAA6soP/2BZK5mxQer6YE48MDCV\n+f5rsDVeQbEwUXc81XCfCvjacNWDA38hhyNYOA9nSvR9x8DowUKB+sIW4UBE\nSnqMUhKjxFDcbU06BBkjYGP67bqAdnwId/aYsckSaqS5gwaVW68KMCPVP+Xu\nbKIlL7padJ6ovmfmehioLTexouiP2JEUP6BK29b5o0yhJTdDc/viB4rssrUG\n0MIdbkpZ1mA0NoWA171Cw72VSUNzLt/LfVjv7w66vuY0kfkPZ3mmhjYBySRY\nXJGqW+HGQ9R/eB/ZcxfJc9MedNeEQPjZ9phSx9iaj42V8UQTLocizgx0l9GS\nyHjHcQ/1CTfth9iAlSGMnuwqS5pD1EM/vh62sg+gW5LRC/9pwnWaOeL73wso\n8FHWKTzjAstlKsWzLfDw1yj+DPl9dnjaOqpxOGcWkJ9b88G+G3si9Q562opL\na8dleV8S0RPS6xsboOs1yYleRXFmmyupmSkxFaoxOCOOwYdQYFA/c+Vbif5V\n5b0Z27kTs4/dRMVroNPtGXcrbpbLTF99P4ORSl5rDjt6ijbWECirzUq7GvjG\n3H0b+CpULGpfU0uHlemrRHQzK9OwDEUWVBXeBbCz85E2jW94qFikODoUF7S6\nTJ/MirLayDStwueTgCJXZtYJV7Q/PrGT3BhqneeXDGIGAtx+B9ys9YJXiC+s\n+Uyc\r\n=Fy+L\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"1.0.0-preview.8"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-preview","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0_1591736378546_0.5184899472362996","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200609.3":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200609.3","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200609.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d0f713a1b0f8c4b1692adfa5195f34d8b5fc6898","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200609.3.tgz","fileCount":53,"integrity":"sha512-eiBnTYJs8aowqG85tFcTS4ZBFWtadwqdMQed+EWExUFNdxJBtXiuv90+UDY9tw91PAGutWs63M6o4AQRkzKa4w==","signatures":[{"sig":"MEYCIQDyNqUTMQb4wWB1u2986Jktm5yb1VPjGZuZiaN7Y5ip7AIhAK1XQ+FnhHzSr3fZrg+wdy4oyoHCRLRIkkwEDLk4xDjc","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462306,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe3/3nCRA9TVsSAnZWagAAsMMP+QB0W6SyprW2z0niv+0M\nCz5picoZeYYV/ZwFEojpkVMIoC/XHzSqX5FknD8jVyKySqJkKUf0xdRnncYt\nkNgMu0xq5OOWJU4G1nYkrL79J7PyBskGVXhYh/shZ7Wk3KO4G6+X6JssXajG\npA1eWytlo5ZY/3MQiKlPY0zyGQLxdk48FzI6JDaxIQ88PzAZ7awK1j5vc0bk\nhK8QXbt5MCEEUbS3yLfdMQpOmF6gZ2PZMSdIrmrD9XZNblayctRFtmgQVjoL\nslJ4tlWmLqfuxFpsMeuV6QUGj+glRw5gicKB9VYJVnbnHpMZJ7+Xv/jN75F9\npxS7uEwW/SkJVpaKIK7FJd3ZRCimLaL5Hn1rcn6bOrQi/75SsCnkhIOhnU5J\n09pIM+9z/jQi2LlRhRvXQRsE5lsyXx89QLUGlRdO5SuLfnYy3I5t6XvUP2yG\nxjkcVNSZGZHOof7pab4KDE5v8MqwpvpirEKyJ7syZGZOT6ZNEF9wE1dRVdhu\n5CFIl8o/jrUOH3tRWh5zTwc1pxtk5fRuXrFLdT68F2M2RStexW9MD1832+6C\nKjLbcbq09j+q07BlPUqe5FgLI4VxxxQW0VgaXVQC/liMJFBTn8Ei9hZbrl2Z\nuwexSbn3rzFPzdp/tyScHDl5RlEhOZL33DiDqTvb5BtAvkt4NqCyzq3jWOjj\nRu8G\r\n=bcLy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200609.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.16.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200609.3_1591737830331_0.09646291014004316","host":"s3://npm-registry-packages"}},"1.0.0-dev.20200611.1":{"name":"@azure/ai-text-analytics","version":"1.0.0-dev.20200611.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.0-dev.20200611.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3157e72f7b195dd7d9473e9ca2ddba818dc539f1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.0-dev.20200611.1.tgz","fileCount":53,"integrity":"sha512-o6ho+bBFwH5+rCWZIrxJa+D0umVmH2F/TzHrC+nvV31rIdL3MOJGxNZAZBBHYTT7BFtRCN2lfx4CljfYkDYlpw==","signatures":[{"sig":"MEYCIQCCmG9boMWFUVWh1cEvh2OEv5WuyqQiGsCPCCgI8crhmQIhANSmh7zbBB3btNRyJPbY5KNa7VgoocHjrdhTUhMHkLCQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe4rb4CRA9TVsSAnZWagAA2FUP/jTzcBwySHoKwzNoKz6n\nRGOALyy2ky9YCYRX5Asr2dVXViS24vU1el/pXC5TJBo7h052hG/xddzSe+Vz\n8WJAxaA7AnxAb5QmLxTl/fQJasRRwsBgdas9MWS7qlOZDldeydIP0lfXg4iI\nFMJPdZszsvyEebEMRGtZUBl9Pym3bD8Kcl2f/30mcFE3SLHWV2rrheNX42u8\nbLYhSPNp2odg77slrX1oRJdsfVO6EMzxiSW7gISjPl2lXTj9gIzRoE91yXeL\negmM121W9fqIyWBbEYvIgkgmafWHqmKMAHcIcjxlQO9EaK4U2UHdXAugkU/u\nIjFzkFYgl7/PBJnCxPPRWxf5J9LkGVa3Dv4EzJOpMltHAftDglldA1ZUJevt\n4FUB2lFnmtT8pUfo3k3JdNkXQXpS60MHN17j/2eeU5DOIF6Bx7//9PE1px5l\nYBH6IiiENpnb/Tvj4YEu5iFkOexa1XJp/MXupf0qIxm7YCct0UN9cnnOmgl6\nBwXtQjLjgPzOkEOEDQvl3rDJVkJwbIIw3WQQL2r6bIgyBIecEUNnnVSpFFyO\n1n/XGpA5A+bq6/P+XP3Vou07S0ge+dZxvvkfLKEK9Zm6J2H7q5+1rh+cYhrI\niTpgeWyozb2EPJJK/X2Di5TC3MXSDFFzuZdsz+gH83e61Rqu02VTJ7T2lhT2\nqTQD\r\n=NiT8\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.0-dev.20200611.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.0-dev.20200611.1_1591916280122_0.1079544130105996","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200625.1":{"name":"@azure/ai-text-analytics","version":"1.0.1-dev.20200625.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.1-dev.20200625.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d2fa7e4e6376f67d6da6f618b8545c84f2108650","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.1-dev.20200625.1.tgz","fileCount":53,"integrity":"sha512-N/Xg/18ht0X/6w/Jv8DgIfxsGMYdZiQ8rQnUa1/mjU1iLAFUca58OnSg5foqpRfETvDSuMpxla85WzahI4k0hQ==","signatures":[{"sig":"MEQCIHgqSDuXNxgXkxdIAnwqBa5UOttDa74kgKiH/+TAIQ+lAiAF73a3fvP2fMYJfJzGqra2VcARpkPrM/s1TE+H6v8Avg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9RSmCRA9TVsSAnZWagAAcMkP/1jaPvIx/muY9l8uX6pl\nJbUqYHBx96zh4oADrSzdXPnzfVTixqods8n8KZCcqJsqz4qx88Un2G0sUCJ3\nfOdSu7t0HAqUsBv6k8sohjuwr1MifVf1fMkF+bX5uc6QXXdkVSGZ9QUWmcW+\ncEQaKZrRsx3zqayVwzG55eJXP6badIMfYOSq7FC8+RLejTJe8ExrrBgwBjzX\nEqfRl+LKElURJN0l1sfQw/uyts79vpwGpuAk/NWTFqH4wKDGzW1ATQqMQter\neMMaa5Bc2O8nkFYkpseRQG7fF+o5Vqp+ftZnMACBhIdEsLyXpr8LFIx0aNZt\nLEqRgJUFL2cgc2NZ1Yk1rUj51BQVbQDq9Y9B1cT/FMq8EDWMUhljtY0PwDZH\nQFAu3g71ZrNo2uluTc666IBTJFaqcw5jKkkSXIEkphEf8o1O6Z3hRe51synp\nzunKX9U8RqTv3CYtjYkxK0cEdUs8rhSf4rhBaJMQhEQ1L/zyn/eHhd8YsPXe\nbeBc1rO/pUCPAH7g/uYMG3Axyr16fe4Womkl6zpLD5w4mNFkWzzYRjzuS2GE\nEwpn9xtRLA+cFOl2tlecbw9c+Ivm6XCltf6TBCx16QYltgyD5bMNNvGJUxaA\nDlm/Z05WtXh82UYVPtJ2sg9tACbRhOmyTguBRxrWiMW0lqf2QGlLj2TuQ2K5\nEpMy\r\n=HSNJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.1-dev.20200625.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.1-dev.20200625.1_1593119909675_0.07578914019807104","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200626.1":{"name":"@azure/ai-text-analytics","version":"1.0.1-dev.20200626.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.1-dev.20200626.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"58cabb3422403e8726c05d108a748572627baed2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.1-dev.20200626.1.tgz","fileCount":53,"integrity":"sha512-5l946X6aqInNVq5NNPKxNH/xEm0sbhJwMPVUsVhhGtzJgyhuNLLJTlujDGcrJPkfTryq4midymp99qMxgvdZdA==","signatures":[{"sig":"MEQCICCLsNfP176a+rwYXJJU2QpN0LtA4vtXutN6bOWsgNu6AiAjRCyLZSpX9H54zTDydDRG0lsU1GqMbrLI9PKmoiI1mQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457784,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe9mbPCRA9TVsSAnZWagAAgvMP/jke5E45uSBaQZgnjMa2\nkmAgXopPXtoXPKcph5YDHz2vOGHyI9sLQAYceXTl8jjwvG9YZXcSIU+4aqS0\n7C8X4f1WRoT0/E6UKaoYDbHs4J66Edb8M4hfzhEyt9VqxqeHBhubot2h+80H\nJ1RQAQI4fQ+eyYQWr2yX80RYfANF3xdVIGf7CwCFnCslr/MCYTBdJkjDBAD0\nSYNW+6EZn6Tx03wqvpmZNO4eLXyNxMfiT/48WI964uWqT2YqYFUZ3BWxh4Dc\njLaa9Q8PYG7zWzuNJF1D47b3XlML66Yh1djSUz/QyC06gUgFCkE8yDaX6NfD\nEsiO7BlOicV8Z+awLAJE5D/OQaCN9T1hNFCtWx+PjQnU+iVXQJuMCC2G+2uX\n8cdxTDC7T19Li/a7xAil9fdbqGnDyyWvEItrKDUukxOKUAoDRxxF0XQGJkoL\nAACiQ1sgnqkDcROa4AGHI3BwLu1vukZRp5iaW3nnLWaTyauk8fv7Wn/GHCdm\nILXd1zSDGy3kpbIoHutDblEZLiBk1XumZjokb8FBTll02IA38KsfUjflpdX2\nf02mCbom2sN4cCK0v5KU4lMC98M14XJ7e8ajn8FZAACuOCXnwtDfAB5arzmt\nIqs6kUwfcIdVLnxDR02cKDm1HPd9q7e1jv3FbJqyuuj8EuANgnJQAmFkD1mk\nhunS\r\n=Fs4C\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.1-dev.20200626.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.4-dev","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.1-dev.20200626.1_1593206479289_0.7839459980394266","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200629.1":{"name":"@azure/ai-text-analytics","version":"1.0.1-dev.20200629.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.1-dev.20200629.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b2c4bccf128d084353db761794a38bf4bbe9ba6b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.1-dev.20200629.1.tgz","fileCount":53,"integrity":"sha512-vq0oWkPsDgsPZMqbFwnENNejZHWQ9cqwiPKhuyFSzDP5mxdrBp602HVsrqelwXaMXt0zMbphmtFMLCntMA4m0g==","signatures":[{"sig":"MEQCIFFBxW0ucM16/MryoBpxQQgWLfVr8sQEZaaKLpoieXceAiAiwcOItyaXrx3Rfh7YsBkBznLuqemy5wsZQG0ZQYQueA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457788,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJe+lsfCRA9TVsSAnZWagAAyzMP+wZsnp/5GaK185eylro2\n0+L6sMZ1dIt+0eCEcvch5xX/LdU677rxp/NCemp8ZCcDQZuP7NWwKTTp28s9\nJjhPNws42ErFp6QJL7WiLMwzBp/c9vGnWOz2RfqByBfbBzWDz61121SGpeUw\nTP1F1hW7Flfr7ajnKxMeOA4rJ1qx9EzOjhjgDjVgtfZ6NY/D6YEhHc+2pbIv\n8xLL82JCxcnC7sVp7zghbg4YL38otCdCnWtOSwDVP5Bz9xBOQbr1sHFa/9og\n9eDV4H6CVrUbvRKK7F8oqT2lHR4S1dabU+2N77O6xPZIwRRMmLmB/Dr0ft/R\nD18QIY3601A9IYJjtG92zSGJAjDn/tgsUN/zL2shhn8l/Pnw94oqA3IIdLuI\nKAVRuG2wjw3g1F0AImJ0BFwfqEVTAS0KWltbyMGSFMnVRNz5Ratu2za9S/Qt\nMi07HSaUhxbt+vibzbIOpZOwsz3AgzRva3EIc4U/s41+ok3+UMGlGjRUTyb7\n5wNp2jrUJCSf+pmRYsDRbrGhyvJBwBFj1yH4+geJnKVX6EtXeAv6Z8hHSRes\nACLCayrtzxBkOOVzxog+gNjwNsGr6U3l9qHbHIPSKMpdb+olCPmCvlo4HajG\nXVsZMpII0TymDZx4jHcPK3aWPzFKoSae7wtZBXJCr4/JouoND1pq6J+gn3+7\nmg1a\r\n=XBek\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.1-dev.20200629.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3-dev","@azure/core-http":"^1.1.4-dev","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.1-dev.20200629.1_1593465631276_0.792844215455035","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200707.1":{"name":"@azure/ai-text-analytics","version":"1.0.1-dev.20200707.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.1-dev.20200707.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f5eeb621933aa049dc6e1da17526fa4109b3ad57","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.1-dev.20200707.1.tgz","fileCount":53,"integrity":"sha512-15cjXssesPfY1iE3BLvKY9QtKdbb5HF2X5t12BAwD2RUSQq17c4Z41mjEVaP0uaI+elwvqLGhvVdk/CsNtvYIQ==","signatures":[{"sig":"MEUCIBWCDaUtkV4RRRsLEec9droyUHvfGS0JTgmk32rD/QUfAiEAv5Ww3IOwuB9lXLwE70+wNNGyXdRlt+cygRUk04piV8c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457780,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfBOY7CRA9TVsSAnZWagAAoO0P/0Ri7lXR4r1cgTmpjevs\nUGm1sgqzUWKcScQJIzjZYFWS7K0Job6urCujYGaL+7jB9UREZuGKSY9F8RTo\nO74sMFFlLA2DQrrgpBtuR5gsSy/X2IfqfWI2su0H+UtZOoxJQfxlk8B1ifVq\nZWofD6cB0g5ni94LAkPRcV09gnk6SX50fOYbPVAW8XlfTgb6W/6nr1/3Jkir\nGVnmDMzSby5GFAhf74DqvDBybMmDblUHSljRGlbfgF0UpgSfKrR7pgy5nHGY\n7DYRDB4aoNh4x4243WmB28/0wvy56GU1+s0eg+6uYxUuX0eaQ6Us1uwoMxbs\nf5mgWqPMabZbIqXlctly+iHR01jKecCjs9v5bNSPCeBHcHZ9qaGz+R8RXDNf\nS766rJ8s3cto8jB9vMvr+rW4tvvOs6S/SrnUaEz7YpnBdWdNPtTZ3RHHHBS9\nX2mTyb7+1VPk2WzqzXU+hZd6SIfJkK5awUkolf39aqb/gkIedTMWuyJAoXBd\nD/Z7uyZWEjilBNmXgOVDZa8w+PtgjoYIpKJ30uVRNaXvQ+Xc6sOkCDje2/c+\n9Ofd8N5PSfFdQxA2CugcdJfN0I+pvKmh9p2KsSDfAdgMkKdqSUvxjcdURL1S\nMidsPoeU1VBLCRdCbSm0YKwbXY2NwfVtvaIF2vyE26lrfah3/6du0ycjXNlc\n1gBH\r\n=TxQL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.1-dev.20200707.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.4","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.1-dev.20200707.1_1594156603517_0.7905282609053559","host":"s3://npm-registry-packages"}},"1.0.1-dev.20200714.1":{"name":"@azure/ai-text-analytics","version":"1.0.1-dev.20200714.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@1.0.1-dev.20200714.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"90f45e3bca3b0a8168023d0afd10ecd3bd51437d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-1.0.1-dev.20200714.1.tgz","fileCount":53,"integrity":"sha512-rwnSuFpVqARuTYdcadly/dyxlDgeiz8nDC8s6llc+0rVSpts8hl5W7SqKHbe3B98wBuS4jWTsce2teezOWCI8Q==","signatures":[{"sig":"MEYCIQCU88Da4RMXrPapF+ja/AFy1idJEHu3n0wFTHGFJGIDCQIhAPCA5bq9lpC1XuIZWVpZGfcgXHBoYSyTPZNw0vSiq1Ch","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":457631,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfDiJECRA9TVsSAnZWagAAblkP/i+DznxTlnK7TAvb245w\n/XjxYNeLhvaOzgogGAAV0YBNR7LLtKpEhC0iJM9UhKh3+tfSxVXCpNkatEkf\nrBq7no8kGXO+V+kPSGF/zzcqkwo5vf2qLxq2v2laqifU4JAhekRJCxu/hk8n\n8pP0alK/GpTi7tqxdGJ6vn3+sKY6OlvH5wmBOCxhPrWUaIdz+nq1yjOncjeC\nwXjrxvKjVr3erPoSSoFeQEHDqBdKbdYGpfMnn/R2zbr7qWQwLSyAzVCu1tYW\nG8Tagq3BxBLQLOFX4Np08TuWKbGCNm80fqxXkZUO6SyAKFrn/6gawxAngTBW\nt7iS2iSMFPg4KOdNA3YunxWzfig4qeBAWA6a8/+RCbS4H0F/h9n4HWzTY8Tg\nrIhDEmo1VqyvILLcVWcfmSQhOTAXCXgcWX9rt+nB9f2jpnrPCZMUeFbXmtQn\n6I88pS0BQAVRtc2DCtNLD6zTXuSg4yhS/Nl2tsLBqZ80GQc9eKzo83Vu9jfN\nFmHAusFpHoxRG2wkNnpmicDQog3TkMLbkgpXqmHT/L92himj1ttP58/yqGEq\n6accrAwm/ClH8zJp2JEli1knQCwTBRq2gddgkAPsD5U/dbyYvTjXMiOWd2db\na07hFo6N52IAk2bOPO1OLF2zFzWEJDEqwH24a2rxn5OWDoPqgcQJpx5xPLEW\nFp4b\r\n=ELGG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-1.0.1-dev.20200714.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.5","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.4","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_1.0.1-dev.20200714.1_1594761795760_0.3099227216663245","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"@azure/ai-text-analytics","version":"5.0.0","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.0.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1630474cbb4b6210e47962ca540b12c22a547187","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.0.0.tgz","fileCount":53,"integrity":"sha512-lViwKWN/9hA3b2PZHGmZWVoRbLjrTRKIq7qcDOXK7rRzSjF1kSiJDYMWgHFWuPI/EuXVYhREwZTbiVYx50ylSQ==","signatures":[{"sig":"MEYCIQDsZnCHHB+ofrdQmwJKrT8proKb1QAtY0pFQN+Jk1a0LAIhAKUoeku8BunmCmEKFyfSMcdaMNCwLYTRLcsQUXOUHo7M","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":462458,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfH2xZCRA9TVsSAnZWagAACn4P/j+6xVL/b9DyOZJdICyP\niJlEa996Vhx89KsoKXNdk98/ZdvhbgdWPHSHrZoZafUxS0ckEN5C6CWQxtPg\nlnACChHswJuyYRACZjhsxutFXa4r0FHBciX91eK86cFABApXxe8RFrJzxeAg\nD/2s3fQrvrDU6Aic266RSUo5yqSj8CLQifvcrFeKF9gEzqpZdYuL9jQc5Nl7\nXRjzLdf/T6qOoFubN9DW5xVOEQzMz8rFaPhzgG65NuAON3w8Dy6Vx/9a6rBD\nsxXA3j8pyhGw0coWfd/swRr9UDqK+X7s7Q1oH4fD711306xRolZoRwRxXxVi\nptMnuqpZgIboivemmYS9pYLBE+B9sJsVQJv46clly8o44976L2GIcFIYFb8m\nbktBeq/NK/l5bdvdSUqBmyQ5mpiHHdJWPo90e6tczSl9ug3QsVRid8qEXI/q\nVFiu+uz+8YWxEWwy1uiLCGUzEWw4t4YOeJuXOXjOEQQLTb17arD7lvofHkpz\nykTAxkHLsW2BVDFDFM/p0RLwvD9XycLZzjSBEhQ01ZdoYjLffqIlQIZaBF/X\nTopzxXD/JLKr6jtC6FvCOVf8ldEaT9wPni1OhLC+rb/+HRdRHju6OPBoz++j\nKP9krAZPjlHWipq/AdthsmZph1VPWwok9WTxcVrcYphGJF8+tUraVdrVm5rO\nT/8U\r\n=y0Bt\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.0.0.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.6","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"1.0.0-preview.8"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-preview","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.0.0_1595894872602_0.025791397188922094","host":"s3://npm-registry-packages"}},"5.0.1-dev.20200728.1":{"name":"@azure/ai-text-analytics","version":"5.0.1-dev.20200728.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.0.1-dev.20200728.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bedb78e07a746ab41cb5dfc66729f6bd6e1c2364","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.0.1-dev.20200728.1.tgz","fileCount":53,"integrity":"sha512-5s05oO9DlHGSstTQYo6j6K7S5zhbDhKoDTt98asH/+6Ch86BFeMdSowv/mfIHRrETQz4po0Lk4ldxsWi9Ko80A==","signatures":[{"sig":"MEQCIBKZDf/+ie9r4zzVddqyBLpD57m5AVkcrA8poo7INbJxAiAbanmBdIyN+5HJFD6IC1zgIjY5ZizhdeyH6Grm0uVASw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":440951,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfIJafCRA9TVsSAnZWagAA2ZMP/RAdCmsSGOYU2POO4OjA\nYC0ascQ4TsBOB6erG1BjpLhU1OyyesMNitcc1L/xnefPWg0n4oWqLY7PskiH\nB3/xTp+liCz9bicKBoBlg6wpW/xPcYwThLZplueE2Va0vdqDjb4VgHOvSqd2\n8aNVBByKX3Ur1vPiu4V7B8Em40TFXgeG/+gq6lPgFkktSzqbiwV0bwH5Afao\nKp6otoNXDkcEb3TsmtOL2QRuDsQdZF28gERZ19vrDvs4g/YWNnp0SH083cqo\nho6ApTRwfdlpyVo+kj3aJ5hvo13LvHFD9mf9CwvmOlNb0YUQYZ6FRKn114lk\nTg6/mWY0GfCMn4Ow/Q6IyiV6ueTWD8vFiEDvUABBag+HAGLBgRjSD9Sb0WMO\nscR50LiowLwn7gOSQ4TC+IljTLMl+lK6GXWMYB0JwG4pxckal2P0j2CraM8A\nuuTJJlEnrpFZkDo8Wh4Ia43tWyTOP+3XiXhMNGAWi4nsr01FWHVeolnzrsDy\nCWMqnrvUVZ5Tdj311sj5si7CzVs4K9GGpztKqTOjPbRmo/Lz9/hTc3tjPZOv\n8rjJ+0wt66ULBRyBKXblRYgJht8biyYZoYgSVbna3qWerusXFo1nAsK37tH1\nCgKHNz2UUF+drmD3iHhs8XJEapzE9/FV4cVsUL87fMNK/5V5Kz4Th0nbZ1zB\nN4YM\r\n=qbqs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.0.1-dev.20200728.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.6","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.2","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.4","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.0.1-dev.20200728.1_1595971231303_0.49189911148558396","host":"s3://npm-registry-packages"}},"5.0.1":{"name":"@azure/ai-text-analytics","version":"5.0.1","keywords":["node","azure","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.0.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"efd83a6ea50ec90514c6f7e843160bc90eb89c37","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.0.1.tgz","fileCount":53,"integrity":"sha512-DzS5AHr+xcv3T4ecY4jvu5PcsXKSsmPMHDec5LydqCXEPjW4nwZAEgqgSShbrtGc1NMQTEBaw8jLyMuGIeq0Kg==","signatures":[{"sig":"MEUCIHuRdyeyf3EvSQSKhcJY49buY9TcDVCibabZvyXyU3bfAiEAhEu0/0mDSVjIDSe8crFz4rdGESGcgwqY9hV0N9clc+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":466034,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfPERTCRA9TVsSAnZWagAAs3wP/jVby+uJIi0vyBrXiqNp\nPKLSsmXwRpBUECUC6jvBP+QpwNs9OLw9EYhy1IvEQS/GZsvmIfKjAJxe+7nF\n8dP7RIhc9k9UfjFyLE85zI9cj6n3liQzBS0cjL5ucHqLNq0LJoMD1DyPLsiG\n17P6tufjWzyUe3itWX9ck7WVc0if7VSwa5N8Q9wKda+kcEvB/28QCysytOFo\nvPuFnLBP0uGHxXGQKJr4L0vl467D7AQeiq0RT/qDYXC0rZYl7Qt1zltx3XHb\nG77k5SxZhsh2jrAVf2Qhq0X7QESLIp89leERaoKxSTJFUuc1Ze0v6McZqL1U\naR9ywjR7YLElEyZSEIVbVvCxM5tnCvD0uqRaxuwiGIf1EqCWegx4B9i1BnYm\nXps5AAThxrtMm7yq0T0u+pUd8UaS1lC67JDnkjxlsMLwv72Sy71m3NMpg7aS\nesbRq+EHHiETaUkvTi3eTpN28dOOFvXIaplqtL2pUE9rQTJPeZm18JPHYr53\nOYGONVZ2ADomFvv4lSCKmsyWo7UyEy2Aa5jp0nflKeBvonbcW92KJgu0W3Uw\n3GDXfvdB1C+SpJIVcde9cgSJiKLYLFH3dfbfnf0xCtUSSeEclIvFYOhXvU4x\nUp18T/RZvm4NiDa1YeS/T28OwebT6nRV7YDK7p3VFtOaH8EbwgB4OkPxS3vz\nxi0t\r\n=YJ6p\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.0.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","scripts":{"lint":"eslint src --ext .ts -f html -o textAnalytics-lintReport.html","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"node ../../../common/scripts/prep-samples.js && cd samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && npm run execute:js-samples && npm run execute:ts-samples","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","execute:js-samples":"node ../../../common/scripts/run-samples.js samples/javascript/","execute:ts-samples":"node ../../../common/scripts/run-samples.js samples/typescript/dist/samples/typescript/src/","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^1.10.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.2","@azure/core-http":"^1.1.1","@opentelemetry/api":"^0.6.1","@azure/core-tracing":"1.0.0-preview.8"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^4.0.1","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^1.3.0","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/identity":"^1.1.0-preview","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^3.1.1","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.0.1_1597785170395_0.9797871570103105","host":"s3://npm-registry-packages"}},"5.1.0-dev.20200821.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-dev.20200821.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-dev.20200821.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a9e2fc5c42ce54d8ed63778834068d1525ba8000","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-dev.20200821.1.tgz","fileCount":57,"integrity":"sha512-T3h41c1ZBSfHCWubmmpO9kngIeyJYR+bYQn+zPf+kNFFe0rjWs66n/OF1IfrV5I1yO45Brg4tgUEpPrcz5LFPg==","signatures":[{"sig":"MEQCIBKfYtveZsuY5JmKm4hqJTHxFVUpdhx6OqgDYRostEwzAiA1hxCE2HsS7QaMvPaXid0A9o9AHT7m1Q9tbaG6ZfkmSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":530276,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfQD7iCRA9TVsSAnZWagAAwsYP/jmMcAx+tbHR8AP1aUL7\npttGBRhwrLckhyMgmtfAE65lHC8pZdKpM3O2/OvbEaFUsCpI71EcrFPZgq7o\n2dUpn1VgZDr4tsbzt/WH4fKCNyY6UgUbBeY+28ACzBZBUPFkQ4HyljunjQfG\nXRENnF1NQl/E6UoRMZYGpIYGpiwiL2jPOIBCa2KP6TL8kiPdHN+Kz1x3wImh\nXDqr0ZaruTRgE0uj40fsUaSNghLQgotTJ/mfm6MGAaqB/MKMPvTBKSg2oAGa\nkbPS64PTew45ha9SteaA3PW7LkdtypdCRGDIaP8vpsdIpTLVR9NI45OllIM8\nywkrI1E7aRBbwHWwPy1b82eaiPXcP8d4Xse8sDAQciqoUzfUVed6Rf1piNIR\nISxrQUep/sXVGccW8ZLzyVlt73NYJQbftGIReapN/RrfX426Rlssdmmp1vg9\nKAnIDEI3jLBlAl7fTNgUI+PNMrCopj50bCnRgqq/FYS9/n4l/zBNeryCIjSF\nl61TqmScyjSPBqQdJXp/rLP1gh+TCNLEXrHor7Uk/RGn9WRI8t5gJV3cQ6hN\nFxMuyEh2IrCdDIEzB2VvhUnFXHuNT1S8LqKdPBi31UrNXfc/UXZxlPZXgzNw\n5RRcaVHrl1LansLMTB3ljdHIcVMPODCqTxKJl2gsOlAAvODAQ3k7lkb90vF2\nxI1D\r\n=JkB0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-dev.20200821.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && npm run lint && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-dev.20200821.1_1598045921686_0.15494098778931953","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-dev.20200826.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-dev.20200826.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-dev.20200826.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1556b407643c7355d74ba5cff4bbc84564d93622","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-dev.20200826.1.tgz","fileCount":57,"integrity":"sha512-PHPkkWkHc3XqIX6VOtCoLBxspZzchSjUy8YY+ebOK6YyRpv5vtKC+xbAd4lcXXauu05bPm7NwZe1p2IDJpiNzA==","signatures":[{"sig":"MEUCIEbTXh/Y78swNpwTYP3Spf8pvLZSzF7kkVS2VJ1dWPjiAiEApJDAJsOViijMK5sNIs1ALirEXSFwfsEggYJNb4b/vns=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":530260,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfRtQmCRA9TVsSAnZWagAAhpcP/jBB7dlxjQnSCeR3CYhp\nZ3/4so+xE82la747IkKIT+REc7suUI1LOVfmaIW5nWdygWHrlFKXFae1yR9w\nrgrBM7QBlEpKmgZ+rgrU4cLZeOo3yEr9j86NgGiGyZScqzakgmc167UznDVT\n5DHuzQmdWzs8D7xIFJrIECAR1snPDikx8VkK7ZWGOENFA21Hq0Kk84+YT3XD\nWaYZ5MZxr3n220JPxey+auQUsEefEB7hCAddrz1iiMWjcNjoFgbTGQogPlHW\nFigTm/G02LYRj89O26Kijr3yHW9lTIZkdlMFBtwQez7+mtengTKagymaVpoj\n7p2mQ1wWg5xrSvvXOm5FMYaoMDn93+1b6TnObCVLh70UejBHufuVYPnLSidk\nJW7baL/frk3Tb8mkDhKOLglEBQzl9S87NkENMB2BaOatyN4Nci6SUpG2DNMI\n6+lAvMs7tXXNpuZkSDKGZZ+QOQhH6tmBXR5J/rqGeEoyKqaPPRVK1m2hqx1c\nwQyOa0xrADjZ1nGN++HZHxsqnIhVUts7JrqyWw9As9IDt4K7ckurQiFyFsb1\n0kk7yJjIsiSHsQpnNWpAuxUfeInuw/2pEe4Ti+4uE8Af+uIILZQMERMJDHsh\nETmYbDeHmqOsWPFEslSLDG+FXejeOygIokUFBFHNkgxJ3Q2LH1pgsRc+QNuB\nBfGy\r\n=hDrz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-dev.20200826.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-dev"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-dev","@azure/identity":"^1.1.0-dev","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-dev","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-dev","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-dev.20200826.1_1598477350317_0.06470286223634858","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20200903.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20200903.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20200903.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a23b15e731648a07d0f6feed6af5b083f1389539","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20200903.1.tgz","fileCount":57,"integrity":"sha512-cfMztRMud9aHa6R/oZCQ38CpfS01ig7HWVs+UCk57LG4FPMu4xy7JRcpeff0lfyslsyx0jC128db6capg2f3sw==","signatures":[{"sig":"MEYCIQCfCIddRxjs54xUx+cIpYTV01ALsrDjebgEAwvuOCPWSQIhAKbdIF4QKL5PHBfsXwjdcDzRz/UIVJ8XpcroOyarWIZv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":546454,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUWBTCRA9TVsSAnZWagAAFHYQAKCqWr8DqP0CFEStqx4D\nhggnp6LMC8odO2JRxEEfU+/bITZedunhVFC9bQi53tOzdFEbg1ysNYtCE0Kg\nTATIzJztXj1ETVjzlJ3p2MePmQJOUPl4pr+VGcAY+6bUUaoaDcJJqW3UTjT1\nwIFqrqgXXaiYtwOnG4xtCyabWxogu6s7yn3s8JWHtummFr9AcwWznn1g7UfX\nrnx+84V189NJiQdcSuVXNs+V6BsCZ1tc478uzgwrkTaDXUxJpvWiu9I5bCTf\n1lraOI9hRuXG1wVNKq0CiakwISUv78mP767igFso3t5LMslJXe+Dx+pr4Ri6\nrjiNALEdWVpWrd2hG5h7GYbP6PoUtN/LndDxCip0AMgK1DWnX2ziKKVTrwnH\nV21qvxl8PyRBi4332InYZGPUxwfS85sRsUUlPG3JtiTIT6JLC/E84GVM5suZ\nTpxhJRigECNJsDcgyv9H1evVlGtfnfOv5O9COFW34jOK72wUqzSopjJtO+85\nve0FLWmbKuEpwRm/ezIXbeAcj1vFPWtD6bM4GP+pQBQ9GIrVtD3zWm9iTETM\nXQbGVr7jz0PPmRRMhstwfnWKVqMPSnhKneSFfYPfAAbMqOQdpPzAF3/B810L\naZhEzivp0c3U/yqbR90ZTx+5kBmnB1L/0DG2nosH4AimB7RQCGsGsrsk5pS3\nfnbr\r\n=857X\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20200903.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20200903.1_1599168595180_0.7881189641746698","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20200904.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20200904.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20200904.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4b3266d5a2c3d14f8ca4a0a06230d08743b8b4aa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20200904.1.tgz","fileCount":57,"integrity":"sha512-ieQyZcx6ej0IHEbdJOwWvj/z/fFSBxYJRQkEz6cMvy/Ge+VxgsPW+J2eLHSGd5OhceqDlaEMTo6FuYrqJxmzKA==","signatures":[{"sig":"MEQCIA9L1M57zkG3w7vhFUgrBk9UvF+z0M2GAVelmQGt47PqAiA7ixZsrWlW69jGL2JtHPWqLxcPlbxPUHvw9YTYuA8RuA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":546922,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfUrFiCRA9TVsSAnZWagAAHLkP/1RsWGOggCFK/GKhVgKp\n+iDPA6jtH2DTNvAoxQIHilryPh5FiAfyxGOh5COwu96hRiefWMyOa7iF/Wu8\nZVHUjoqUA9djyld8GiWPnot4ReVd60XvTlaTEO4ZPvdH7YPj6FB76QU7cLDc\nyRVb5f90lLpSvzpKM120fQPRCFSK2L++GdLC2vp8Z6M4TcSDUMVMlYHJ5jQH\nVhz9sK8gGfpirO7yQOkQdCnQh6DNKupaqP/hgWjbgA1DSC/q5N+nLkz0ZuUu\nugmqasAhlqDDDlimjTevGETXM99r2byQKSRWaezuDGOGLIvkzwNf9EdrlwLm\nfrdyU4bjti7KMbI0C8+Sr90eKG/r+bcWDoiGVp4gsQm49WBHBAfmCo0mmnvk\nDS03rvroisPQ6FCEDJMdJrmhLoDWFLRTmdf6jw24bcqAn0nE9vssOpe6MWuw\nE3h2J4/Diiq3/kYi9+qhA0zyBOyVkU+7zL48ylJS2DmodZ7W7YTxLE6f2T6S\n1DwptmWeUqY2oe6hRnHmGurx9WBA/xVu0MSm71XbLXHMjdszVkd8sxrs5nZJ\niE2xWd0VTNrCEMCCRWSZz9GxeM9vKE5xt/H96xn7lPL4yKVO5I4IXcvIaU1W\nHcTHxjOvp46SYXcta6GOamkY3fLkO2dy2dT7irLcWfbv/FOp0MIdCETOulbP\nySDG\r\n=Vpym\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20200904.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20200904.1_1599254882395_0.6601478171679958","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20200909.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20200909.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20200909.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ab4e47276889292508006cfb25889668ccc64620","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20200909.1.tgz","fileCount":57,"integrity":"sha512-uV+TRI3rhv5Uo79lvAMkX5462aWKCcZuMSYhwZwlC4LEGHndgodHawyjuneKytxza53NIpEVueDGUZI8FLG0XQ==","signatures":[{"sig":"MEYCIQCpw0SMVVNTJtyNo3AdpsUoA2C6MyzKXcYl1pHiDLZ55QIhAMuWqjhM6QH57gslOav7O0y60uYzKtQFOnz+C0Q1V9jC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":546790,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfWUnyCRA9TVsSAnZWagAAcXIP/3tBu1YvelP/KSCFkvUr\nRCL1qQcutujmI9y+X1liFTHPc0QVEq8ZkQb9lPI13bh+CLbm/WD2zQpkHWg4\nrg3kLFieWbSiu9CedB8wWwpPUZRVdvN7TlQwlUaKGXUh8t3zCdnqLolFXYRs\nmokF1cMIwOFj573+gjtLBxQSVtwC2QaqX2yMEyKu8M1J9O+0isBCB0z2EqJT\npMvV7ykCtGHqZxq4Rrc7qZwAZ9JNsFhbLGh6exJtNxSh5GNE/i32V8twCcDQ\nNZazdV4edxNIdeXRKHJR5giBZWn67SJbe7bYqls9l5IkD3Stn9iWb2nbIwuA\nvC/51NSk2qL4kHawiPclBEn3io3uhjglp0ABwtZdFKNWuGM4W9wqvPjG1Vky\nz062XitqHvOb9K0c/RD6rHzDBec/t7WBuCXnDQHfCzhVYPZU27HAoKPeB8pd\nDveEb/w89bSsc5bQ8vOUGF4ZBla/eei53QuF3Dwm8X1pHRd6DBx5lusFyBQN\naJXX3SwNVt4/6WvovnaxxkpHaAi6mrz0alhjEM8puCf4B5o3+gwmRLyEFKKJ\nLg1c63siiN0pjWxAtoXfMQM4CRiKUtsAMQFXVfmVWrpOICG5vL8YxH4CBtb3\n96dlYIBxXlwMd441inQQQUnYZZ0/+K0ERihOcoE6iIl3/d/XoIJG8xQ9gFjD\nBquE\r\n=9zDE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20200909.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20200909.1_1599687153992_0.7154523686904917","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20200916.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20200916.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20200916.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a5b597e297b2d3366afab6b14f02219a298c19cb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20200916.1.tgz","fileCount":57,"integrity":"sha512-Q1p9lm/DWWfHd+LGUnIkuPSO3I+/lhK9XKR/4qXmfmIbzLjr4XxB95O+fY4Fky9RgV8PIxsPZqOFIWpuyLbdzw==","signatures":[{"sig":"MEYCIQCtMj/ZyMaJvzteOiBaav/jFmb87Dixi0EDi5W1CqiuAQIhAKsso367Q5ygQ/uzz3niEpRODpAfQjuFEPBQqr4Ubd81","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":565807,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYoKoCRA9TVsSAnZWagAA6kAP/1rR39WCqL+cNCytICBn\nvJi0XaAD84zn9v5wOIalVMn0SqF+/ogolGWdJMpxxGJ3g2Umo9Te5VjX8s65\nSbJ/wAaH7+WMuqoqWR5P61rnysFFmToeuHmbFokYWosKbI+9n7IpWAsAZCJD\nsAwJHXYlAnwEnlUtyDKPfC/sY4Do77wy/hE75O7Gj0OSJr7DxkAsro32UzUW\nU7LVUxmZV51OqyubFH/fqZoQ0+IZ+ReLEZOhje2GhRDV6Cyz87BEQZOfITjV\n7srXeHGfAmObn4kHdhpbiWBfkaIT3W3L8VJncR8uI2rdJihLcD1CnOcNhjNY\nYPuB5HyCRsk3w5ABTWS19nRaT8F04sDmsWqSW4OJvyjq6Ltlgweu9Mlg9Kcj\n5x2elNSaUILMw0MrQuR57gVhyQ6w1aCEPWD3jb3FdHo+vPjdPDcJVqSIFjy9\ncgvlf4VDY+e6npbi9n5AjTLmCUf0VZv7MG2DFilQ0fg2WZBAifXj08AVpbfC\nzHf3OE/d0N6117zMjGORM4a8+AMjxlqbZ4ZtiibPS3TQYmi6wkwWF9happuU\nKyz/+cf51Xnt+Zvb0HacGPogZscHsYXDMtVCFnMSuFsVGPqMarbhgJP9CAJp\njIIheS0Kt0UIDa6dDT3+DD8kqwpwtsmhcspP5iIXI3X64wIRHywT8Wc7zHwz\nnc+3\r\n=Qo/u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20200916.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20200916.1_1600291496406_0.20830841000409683","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-beta.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-beta.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2e37945911ea87a33497e58248d41d0180d8250a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-beta.1.tgz","fileCount":57,"integrity":"sha512-1kh3kL1/4RIwat4O2v75AJcjAaf2WfkoVQtsm2HpOn2ipYsB1OZch2cKioKqQ1yJ+Avgmqb14NFCG8H/DM1BEw==","signatures":[{"sig":"MEYCIQCI6uo8hbGT1nJekQ8Yw2zdjwE0mGUsD1izUrIetoFSaAIhAJ66IsYZLEusdk2vD++43z4eLVpxgJMMqrhsPChT9ID6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":565129,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfY72qCRA9TVsSAnZWagAAwSQP/R5XCC6PZSjcKGOwy6Qs\nUQnErbNE3OXO8v5S7ziMf6AOweHVeHspdyA/AXi373hXLbL2iVie0fqgGx94\nur15rsOEQCvUvelyVr/lhl3dlNtXu+cGktZaxTk/tdwCFFsz09bcysBvZ+28\nhNW5OrYjG8kAyZn9iGTzvfB/ZwCBgfUC/iojPDYGQWYAZRvW9cu275Zxa73t\n4zeu8aOxF+mIyWYNtYZOGJ+45ph/0XXOkDhBDbBjJVes5Kg0ICDsbwkED4Uf\np2GMK4UGMIN9O+JNcNaWfRbKgK4CglINqq1ZERzcZ7Yu1plmedmuhBLcvght\nJ+mvpkTIag5us+GxkBJITMGy5Vg6+QY8o3+4YW2ay270o9umtqnQ+YKCHwOm\ndAaNEeCJkYFY8W2kTSt/oYRLNYSiEMNGjVequNnaOXiwMsWAzlbZMObSAdnd\nYBhtPyFF6Kqnvfx1OnQ8re8QKCtmX1qtyMMtnxGjgy1aiL/qL2FkdjnjXd61\nOzzG36XCTdjsChJ0kZkFZvof5CJQfMwx2yWR73JbEjh8+OZXOy26lDZ2LLyD\nxifulkeJjYd9qYpUMPAuniWz4HQRSS9eIpslB7L7F6rXGZ9kMjJeE8OomTb2\nHI02emiUAhYf7yyhyeVt00GkMyLiA8GM2PeKKT7VLy1sIOLg+R7tVgShpHRb\nU3gi\r\n=AArB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-beta.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","deprecated":"The service endpoint it uses has been deprecated","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-beta.1_1600372138416_0.556859696119081","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20200917.3":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20200917.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20200917.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bac5a8e28c40a6813c3fbc263b25a957128f5c25","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20200917.3.tgz","fileCount":57,"integrity":"sha512-R1VMKhH12Rq+AC8V3vH/Bi7Ftg2PkL1vl+T4bh9rfeDBPEp4VkXoiDILVOVr0Bp4CBGbzCG/A9ms1V1bAr0r/w==","signatures":[{"sig":"MEQCIC7tC/MqU2PMpeD0nLCEsdPjSF7xBo0cOwdacJzUJINtAiA+So885M5GYDsNU/WXnadUwI/6C0fhibWf8i90hZClTA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":565154,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfY/TbCRA9TVsSAnZWagAAQm4P/1bfWpYV4QMlItg8t/wj\nHRfkZHaYusbk+uxDGnCc6Ie3mxgkgg35ZE0/DUk4EKwfqJtYUIjNWIH2qYbT\nAhyA348yqdVWPq55j7YqbO+OVE+5IRA+Bh8Er3JpZZeacecJH1Z8MzfmlVi5\nGgshPXmvG573FbRMPEAtfuEsOZXPmAXlAQHYog9LZFPweAbvDvFy+gvZfSNJ\nEuW9iWK09JsrJ73Lo6gKnMkyoJqozJWgGu/JlasQ3++lvhCwMwP3n799j7ht\ndC4Jh+IQBSuEna0m+FcWcg4DQFObQH5jZOWuXw4t8FCXjjI3rjtzHLFzmMK9\n/+Ki1UKekyZDKDhMJ/Ego3VWWgQSVOt7pjZb1J1Sp9rq3wd45a6o1I6k/Ot7\niRa37WVL5ugqsF/jzk2YjZiAjFWytXjPXbwnsOp0ycctYcbAq3hZnLxyaG/i\nSqh3Ss09n8+zVCUuOGHBSCcw6mcUkig55LgxafviLT3CO8TcrpIzQfkpNS1z\n9d2ZEcN/m+U2fSlV2y58t4UxB7qJZ9PoivIsEaQV4vyYxYxzyb/fuZ6/hyzR\nIvfir/6kzq9m5gOteV0P+fHuZCZj46H7BfC+TnpWWa7d+rOfXrqjzq/GYEji\n4rzDIPtaRREK92BEmzxlJv1PJYVUhoekKilI4205Jbf/1dDnN6Z9+6axOUJx\nd2/4\r\n=4IEG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20200917.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20200917.3_1600386266433_0.3754075046024583","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20200918.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20200918.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20200918.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"89686432dc7c3b1174604374f2e1be46729cd971","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20200918.1.tgz","fileCount":57,"integrity":"sha512-HgGRmET9YHf0iSKLtC0nxhYB9zis9YerNb0biVHIvR5UCBp8KXrgayUPi7hfXZfClNn1UydDML4IRy/9Patb/Q==","signatures":[{"sig":"MEUCIG6JpOuMlMsjd0NKNqx49LIyCxsGUa790y07e4m24l5zAiEA902h43k+kx2sOjBiyeKWjgzuWc+MmYFRymlgC4/RSvg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":565185,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfZSWzCRA9TVsSAnZWagAAeCEP/j8oUqfoE1lWaD1bH9W/\n/Ak4Y7sctf/c4XfjJWeWhgU4IE4+jwEWeCf72qaX7ededPbXr0q4D6pcWMhQ\n06g3Tn01FHszmYQ+ka51io2VNNPaS49hOzKivXWviyc6xDJge21srxDtgqwX\ngtUGu9be/YyErrol5r21/N9dEm6cFoEJoAWWKehEIYEz2nNlx6fcQItCxV7P\nbKHDa8YWblMHfeZec3o+k21jsdGQkp97fKxez9gY2uWU4vK2/1DcDlstTKS4\nPm1/wTH7evX+nrdgydDC56vhl95bTC4NZ5/7y0fYAo9AeO/nKlQKT1wjN10a\nFuCbFH1l2utX7BG72tBK63+m1tk1CmPz1NZeZm5voGMOjGbA+30aumqxnHex\nd5B1FLz82/QwREiGn/u7WQmgnhaKga5if+MVdxo2yydgPUTPs4/zEPMmsJuB\nVnAd2ve+kCUI/OTH78e8/s+iE4Ni2sdMoADj2dOULNC2x3VMBMLNmCpCoHQL\nKt3MA5OQB+UymTQkNtyv4UAvVIq4Z31wetUYQbSEC8LeQuttNHI09156/vNB\nF9cg69fQaP6OK0YhMPuXLM4NNPtMJq6xhmmVR5vdv8HLyDSJCgN+xYPgMjBz\n4KAOWx3314sSv4R75/s6Effihzy3vaaweKDPW2Uz2Eyor7Wye78dLacTPXZc\nqEl6\r\n=14Aw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20200918.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint \"src/**/*.ts\" --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c rollup.test.config.js 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace dist-test/index.node.js","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace dist-esm/test/**/*.spec.js","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.3","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","rollup-plugin-shim":"^1.0.0","source-map-support":"^0.5.9","@rollup/plugin-json":"^4.0.0","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","rollup-plugin-terser":"^5.1.1","eslint-plugin-no-null":"^1.0.2","eslint-plugin-promise":"^4.1.1","karma-chrome-launcher":"^3.0.0","@rollup/plugin-replace":"^2.2.0","eslint-config-prettier":"^6.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@rollup/plugin-commonjs":"11.0.2","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","rollup-plugin-sourcemaps":"^0.4.2","rollup-plugin-visualizer":"^4.0.4","@typescript-eslint/parser":"^2.0.0","@azure/test-utils-recorder":"^1.0.0-alpha","@rollup/plugin-multi-entry":"^3.0.0","@rollup/plugin-node-resolve":"^8.0.0","eslint-plugin-no-only-tests":"^2.3.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha","@typescript-eslint/eslint-plugin":"^2.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20200918.1_1600464306512_0.24779666963783775","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20200929.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20200929.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20200929.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"41e13d4165df30483096ec8df82ffc5271f599c2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20200929.1.tgz","fileCount":57,"integrity":"sha512-VcrzkPheO8Zkd6eqHVLsutdTE8AjvLTAAOu68lTFHQnAtRKyqGfeg5mFgQym10r1MyPdaqDvXn8bH4wtiLAnkw==","signatures":[{"sig":"MEYCIQD4HATlqeEMfhD06pxBXFDnjNCXhCvpZYNmH7f6kUapJgIhALKtLGhNU0kHL3giiJlLTzbygBwALGV4QxIn3B7UC4c3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":559084,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfc6VoCRA9TVsSAnZWagAAOqMP/1N4oL6kr1GC5BHOrqk6\nZQQ75S2fAEsxf4lwiPvD0cqzRorLkTfYYZ7ltYTDTFOL/o3iFXEZsPYoQtSZ\nraaGsjphqAifKvdZDObJaPa3DpbPfHjA074+OnnI4n8q8+wRbtv/Wwx/58zH\nAEC8NXcjpvG5H6RG92i9nc6ahe9Y5IgAGzbw2mjFBinr9/oU8/r4krV1FX0d\n+WYoXrZzsBaw8KWX5PF9GucsNPzAmPM3Iu4xjAko8lFtFbKFxmcXLjKS3ax+\nZ4aKWA/rfrB3g4EwZGjUVjK8fHUewZal8nJge+c0KHOM9W0YDoMyTmGUScmi\nS2Om6KZUKtN/ApbpuSm05lthwhgCRqXKilZFG9ELtx4cxWdHoi+RLT2BAa58\n3GsfVFKAb4DhKpNS56I0j1AKk419ovqx+LaNZnHjngIj1tzAp62Tsge7ZUn1\nb2bd9/c9D1/jTKbRZdY9PJS9F0uYWmaWAVfdH3TLer/7lOUTQH6smIERZkQO\nKPlC5NoBvhxeo2rbcv+I8Ba9pksIQJ7eH51erVIR67PweqdbmdI11GNERooo\nDOfGnpRckSewUQ3sUL1aTvW2S1pO9FILnyhXkKy1c1VgVeGvEi3FdT/ACr9N\ngXyfZ2nl7niT7UY8tjYrUW4r0aKbMcJ9NZIZ8qM6Q07C3QU0Xo0XgQ489HSH\n3YJa\r\n=O7EL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20200929.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20200929.1_1601414504118_0.12831389523986458","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201001.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201001.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201001.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e263b048ee06b109506fc876349c8f2614765007","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201001.1.tgz","fileCount":57,"integrity":"sha512-/tQFQyVopCmycPyOHNvSHUknoum+kTLoRbPLPtlI6k3UJUjwJ6tFjBp/WSxYksvdgpgsa/3lTN0lV9LVJpX51w==","signatures":[{"sig":"MEUCIEIN74mewt13xtaJgJwe67PKpIe6iYCmXfUiRn4ZdI9MAiEA1wxD18lbMlWNmLnDmaDgQDJ2uN3jINX7jd/QPex65xw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":559107,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfdlDYCRA9TVsSAnZWagAAtaQP+gKXsvWoWmPfo3lx9MD1\nej6S9STr7lnOXxCEy8AA/XzPxXr+GEtC15wwM2LAAE2QyKUsEHzoc+I0o2RS\ncY4FrpVAEt8sAMxpWmwM8UDedV3TF2Q2qZJmO8kK/vexHxe3L+j6CPOonK4o\nap5e0Gf54gHC2Jev57V6nUuAdpWLdHSeEBj1VoiM6CNtq2mTEYSq4Tn14SA5\nBBq4feyTjZuYgWYGOcW/JWnTJu7zQ/CafVqMUpqANs3dv3k7rFskXZdc7Yr4\nrprTAhlEu8yxXElF2HTyKhuatPD9xXCj386i9C6EdjpQEIackV8AqOM2+aaP\nRAiVh/KXmRp4t9bb/Kex+7fUT2+m2jZzVz+xFqdFCuoMKNY2sAVTaoIR9ThO\nkvPS2CmyRCjhxsTRNlbZHd37o0s+fEpOMiip2m4ectcurH9ASNRxlOUXPkB9\ng+2JrDrMD93OJb2ya0J4KFfnGpWJO82+SGzNNL+nuNbPdIyDed85cW/ki0h/\njeFVE15/dU6743SNwrJIwxGc81mEme1+PzEo1H3Vu4HHoD5YMGVyAnTCznSC\nOlCYmcZpgJZMBn4SFp7hLkizI90AOPt8Xp87m360OYnA9pmAsbyHkqqvihYl\nniA71WlMBlDE5tlTy74m4neFmErxwFO1fizgMNV9+2QhXTUYbA6gnzYP+hGC\nCb3j\r\n=UYFJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201001.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201001.1_1601589463789_0.8806854007363643","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-beta.2":{"name":"@azure/ai-text-analytics","version":"5.1.0-beta.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"beb260c4f3aa1a3a9cfbdb3fbed077c5a61e3a23","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-beta.2.tgz","fileCount":57,"integrity":"sha512-aeiw4ktGASa1XDGCy3IsBceOgzAckFC/bfCeLnE+WmtgGOCEqCvJuWsdHXxNsth2XwNDerpnFirtdHBHEaymRg==","signatures":[{"sig":"MEUCIBs1/JdFaC2nhVWiDfcnIsVXeanx3zRtpRzXAqv6KX7DAiEAxMXXR0rkEL9kFiOO3yF5lXJ+NWw79NoI/WjKGzeslao=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":559082,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffMAaCRA9TVsSAnZWagAAHWsP/Rau7OrvwtQm5rfT2WmY\n1AHXsCCSy6hUscC3e3P23R5lIJMbAKK43KHYkmuDpLKmr2UnQn15lM3xiB0I\nnN2+vRJiD571eLGzQ3HnzwJWDvZdUuoH8311pMX+Nd9EKdySxMb4cFavaHsW\nd+Eku4gtg8K9/YZRI3JqW3NtcCwL6LtTZSyZu3IuVJmKhYiIL5XFbmjwAFtP\nKDUgOySF4PyiW0Fzt4ytgj10pm1VlrZF5fTWi7gLvRt6hsJQTDESZHEgPHrU\n3qkA5h2I41c3M/cM8NhC53sphtky3dNJChQ9ku7yJLtzXIyOg56llMu84T5u\ngKnWG6gFpkd6DF1cmc9nfBiOIKy43O6MwA9pXTMhz0M4bFc06ejnzjlMeiMf\nxWrz2MkWfWu1TLPawDwV/OSGvPDoFhz3tyLcs0IcpEV0oXhc2nitMmrq82g9\niz9F9FSr5XiZLW1q1lv0JenJlvRvIvXrhQoLvYyOe6myv0aSrxMRWH/t5Z8S\n3DMbiVZn/XnUnU7LB4wwSoS4RF8efoDD9nCoFRIflBCjxrx7DcHT8d1URchk\nbKa4gdQMoLAtKghY6tQd+YT5OmG7qvp7rGrfpA0jl3DnFPV75JPt1ktc7v/J\nAMPNUQ9FswoqPUimdbsTet02zTsGjGia58rJT90GWYl8yceierI64muq0yyl\nfYY/\r\n=tvW3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-beta.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","deprecated":"Package version ‘v5.1-betas’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-beta.2_1602011161983_0.48994856730971303","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201006.2":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201006.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201006.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7cc4520b06aa482add2bbdd80960ef87efebf956","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201006.2.tgz","fileCount":57,"integrity":"sha512-6rqCYgWNzd1Tj+YxFI0aC6SAPHsgwGZR8Yvpva+5/qqOVoyWJdMHOFWvrMdy2b3rQnjH8PJu0j1VRu8xaeyY+g==","signatures":[{"sig":"MEUCIQCn9SmDEzlFdZn4LOe6AUonPLBkaYOcxDDAwrXb51/z4gIgX62Iyg8p68h/ryvEicmNFTCrbQ+L/ZKqoqc1hJ+uva8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":559138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJffO0WCRA9TVsSAnZWagAAelgP/1/NaewiPfzkoeN7n8ug\n/r2p3jsl/Agvib2fUT5p1Ed7nCpmsuOqGfz1k5SdF9qBSFL3wLNW7322clQJ\njTyRXHnHdNPW8JL3noMZTezE6YozgJKqFyc3Op5fHFWTCsUzAbTNIkEdOoIn\nNGRrbIpklb8vgnzABC7YXKldY8ulDLPlPiwJXYtAMsjnqs4LQv6rwHYXzpkk\nrBynAXVfWn+8DvVDAeofiKypGLvRBKRU3pk7gyVGi2mxanI0f0RASI+I5SnQ\nr6xcc3H46TUSIwXLg0YxHO/xQRs/P75FN5HJxnCDlIjBfWoPxks3Z7+dxugb\nSU6kIKimtLVEU20hR9lfOxa6cQMub+XWGfEEftYGxtIA6rTR4F5uwwoAaFj8\ni5JDV9+Di7cx92nHUgHcaN9IzuoqejOtqgYd13g13UeLYY3AM2mRjD7Z3mrr\nS8T9WUGAVJsgRAIm686AKFy4JaD5AxubyEzWN3vMADX4uOCCX21FM3Nb74/P\nsrDxZmZB1j+mGvXGkc9wfKV8qM4LFFuoIUgQP5Pjws01pCF7a1Zj1bMKiacH\nLr729tAtx3YMvoT5ONI8+0RmYnscdDY1IVMDlkrh2rUfwNknPLIMUWMHYGoq\nGToWZFtC5GDMpitto9GTTU0nSXQIi9DSyQ6dmuaFuJeNaYOvlpMDeLh7sPaH\n9IQO\r\n=O0b3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201006.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.18.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.1.6","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201006.2_1602022677967_0.2529050218788993","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201030.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201030.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201030.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bda1cc1f6304f96173053ebe0c44283bef237d1f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201030.1.tgz","fileCount":57,"integrity":"sha512-TpGBtoX8Wh4nGr5hU6ubk9eYi+uSUk23wq6cFsg7XczOnJoPFERKHDglNw2VN/feYlBuEVsgPsviSvrgc5uxQQ==","signatures":[{"sig":"MEUCIQCVRYrsbzN2PUNpSGR7o9hxo21oxmfC6usUbwruRjfGggIgZ6e7K7sSgkSaS8ot3iVDPeZk4CU+G2Bnn5kOx35oNY0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":559144,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfnIaSCRA9TVsSAnZWagAARZAQAIiAbQSxbkWZeJEL1s91\ngWdAba45//TAa5DOdb34h4seNQpnKHeCMGJWjblfl0aAg8cGI5YNNNo7fNEJ\nondkdIWKBd1l5cw0xKiAcnBkwpdTY1sH1zMlVxlOJBypQk0FH0nh+T9HVbsJ\nEp/64tB2kjDPR4xjYdm+3bGzwMvDoONze+97/lRbnjtM9pf4QT7oGnVFXs/A\n3IMrLcz94VDWN3g0bQQ8IeOBRGzo+/yuRTtz0ErMZJndr2LN2Grj+cqW8kRc\nGZAhblrTIz9EoC4cKIxxUNBCuD3qyxQ57AFzIFwRzXj4LCUQHY3mYj5v4qtD\nYHlgZCnKaSjY/WZA1RDE+O2RR573NkZ29c0feFT0y7kYocsmAW+5uHmuktOS\n5N0H39UQ3zX0uW6E0PnPYmzUS66nlY7HOLNrawlLthafX70QlwBu67IDBJPV\n1o4/biY71sfND3T5NwqK9iB4y+ZiiRWPcSbdlMVPiqviP1tF2AhZMJi41c8Q\nsKnf9MYw8Va6HXjGMIwuT6yYQLZo9ElKIVCx9JBGlVL1m/Eb5B8RLXY+IelR\n9QuJcqi3LJYDDXaTFLdqOyhX2mJh3oEQ/ZS75w9dPH3S5OEqSYcV21zTtKu6\ncuUBqq6KY6FtczVbF4JZffdoUbYfAofv5VLgkVimT4RyqjTT2gWx4+fcsIoc\nOuPq\r\n=OQvB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201030.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"12.19.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0-alpha","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201030.1_1604093585536_0.6108756300931513","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201109.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201109.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"71d6cd5b2f1bd7012df68b5829a1d485e8cfda33","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201109.1.tgz","fileCount":57,"integrity":"sha512-vFo1ZCK1JyhJ1cBDYBM2bsVW7XCalPx3C+UMzcYDlpOeT4Adjyl4v5L57Mht6Q79flHMpGPND+TnHw9bzUVloA==","signatures":[{"sig":"MEUCIQCbpKXyVatZGPQS6FudaKs0Y1bGPxLho1N7osPcrFt+fwIgesQ0pJeQL8Pt/iAYq1KllhE2s2T2D/kO2lp8Dfic7t8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":559138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfqcM+CRA9TVsSAnZWagAAgt8P/0s6wQ7ZsuiC0oLY3+L+\nPSNf6ngRzBY7gpZIhZlh838K77EZtW3uKK1wQe5Lzg8xzkx1VlJGauOk9lAi\njkmtmndHOAmRu8FdnU4Dvxqgb2JHJlX8qXV0NKMShvwQDhazY8bSVFgAG4Ai\ngmRr8dbHDLyuvlozZxOC3v0d6/G5C7ea61MxLn1LuW7dzzuBvo17vC0P2x18\nduff5JB2yYc2l7Y9WvuAxeZT3RdNRaDfYlb848EQ8A2PT1/tYXyOXWH1Xqxp\nftdJmt2d14/sE83Di9lJO+yo1Y8J2GkYpFkPc89D9WYDPGCFVTTMrvqcWL2I\nzLczwqgn0eZt1sDeOdegUfFVDUc330+x6SuW0gWFRty1PVWjchPxQhVlacm7\nm6P2oNhzW2H8DItOBZvmGSp/X7mRAQfL3oUTz385gdsEfE28Fn1y9N2OmSmQ\n0co/Zg1nCs8ZZarRczxrV0+nGUwoN005pCTuMn/oIgWkZrXjtI9vQZOGf5wV\n9WUhqmR6pmCJCpIZSqOeE3cr1BKm53Ubz8ysh+JcnpIro8AVowWzhSppGifP\n/zX48tf0wl0lGDtxWdqDew8aU2lnl/+cAS1SkhZzJi4eC6gXLYEwvCJKR0eT\n8ZSYZKX4E+vGr5lefV9QUb6k7m6RrUHWPrEQQHyI+ssF57Sfcn4c47DiKfh7\nHnfD\r\n=a0Xs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201109.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201109.1_1604961085599_0.5337579108848003","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-beta.3":{"name":"@azure/ai-text-analytics","version":"5.1.0-beta.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-beta.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"572c8fd2fd0b88c427005e24737fd5e09a85b116","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-beta.3.tgz","fileCount":79,"integrity":"sha512-S4RbmjO7ZnbbqhgdoTdezdyz2EsrUuCTwVkao2WsRRHCUmLfWsdUWmr687uELxDcBagkhxgWweEH6apUr/rqNg==","signatures":[{"sig":"MEUCIQCb0dMAroNsY9b/2p+jLX9LMxLWbUl/Ay6p960lLnB94gIgEkFOaIDDV19rF8Yg4tSPSTt+x8X7Tq2SttyDCfzfeRY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":929705,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfu+4UCRA9TVsSAnZWagAAtcgP/2ALB/y3cAZAykHKEr/n\nobPNDMU8kOlHmIoywMSNWmvh1I39FKMDIivV1N21szdN01D3TyXiZmjinWo5\nJ/EO8bKSkjtNJKRaPJBAQtC2MNvXed3mOIkQ6e1n07ZPwQ4mfJcgM4xUFVRD\n3gpf3NiE1N9mHAv+4XvDhHy8M4NBbUV3iRR7CNw+xvIgeSxwbLSeHcL7X5V+\ndFaI+s23gwua6UFDG82DDDd+HEMltkkfZKW8Fz2w5oK4jUQMo9RbL6oGuea7\nNcINvhglOxw0s2TavdRK9uBLo3OdvN0rhDDTmdobu7EICzVLyD9C8zEEY+Oa\nI9MpWJyQ4h1mNx8G/c+/LNqkUnbHRhg97eSRzY9wsgJqXiUgN5nxvV0SgDr4\nXm9xIcRXym716bs4uqFPeMyyLfQzaD59JRYJtM1VmuVPKhqcqSJbItuL67Is\nQIQQPkSf8sJrS3pA9eOh9rgMKPpRQ/+bTZqtb6dgPQsc9zvVe5SQWIOzima8\nPGyAo1zD+/iZDSZcDDl5N+Qz4BhS7hHEOgRbe+oz7hp51Owir3B3BAJ7/lYv\n5wHv0bFjPuo6f5VNPeH45JmSJy2xl7CxfwBUXWHCuMyrVWYUDimCZNJAgpKq\nfQNdT8YqheoSJ3QOgU30mImDvgse8jI1H3lhC56LzuWrd1a+sMVq10Iu5v2V\nTHSp\r\n=J5mT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-beta.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","deprecated":"Package version ‘v5.1-betas’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-beta.3_1606151697463_0.22071802875006075","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201123.2":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201123.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201123.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1a76df86d99ec11295ac701a1bf7b69fada39905","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201123.2.tgz","fileCount":79,"integrity":"sha512-RXP7Uc+7lj+JVTwo+sG9pVTHsdZL+jtBQE0SaUguf0P55HdR5Qu2K0Mkg06a0Q5A6ZlCy2fC0G1+hSqI067eKg==","signatures":[{"sig":"MEQCIEfKPAD6M0ETsrHgWkG9Ip59HOSDJ98MGxdEOLini/VtAiBMbnCybzhvg6JvRe7srz8WTWhjLpfno3FCaDpu2PUSow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":929730,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfvDTvCRA9TVsSAnZWagAA6egP/3u4fo7vN/l4ErZrky9R\ntJZgHRLRK4ixYtAz8kMT9DzXOGtE5UrrkVjBZXoM3/KBXBjmg1L9xS6dAlMl\nMPPErknmy5n0Ao7M5dLpgPy3vP+Dg4ZLwn0Wxh1sqN87jYSI9Uq5z65Fk+f2\nFooo+SUcnCy+yEOLHAIoqzKZwOaEWpAsvurMbXAPDfYJVv6VmQHeSKevPueB\nvV8nsLZGaWvB11bYQ5MLAoKncLyjEfwM3FAaODyhbmQ6pw8agx1Y/M6oHPwv\nKYI2HsgoqLQEMh66HPDbCC0eqsALmSAGVK/Y3Y+scZxEaTM8Mj5IuRJrJYvJ\nFpq5RCdyyVRWaTL0bYZlCstYMfFT2Eubnihc/cDD6SwmsG/DM4SAnk1yyzby\nucZTzor/HfUXuKmOImNKbhLT2ENiLD52eKoJ0hLnRHuDD1OGt6Iy9zGTTouW\no9nANccKz1i/D/dQe12HrPQkWEOegP7yymVnBRwvqHvgpZjtm/St3Rr4+UJV\nHboTFzBZT9JNnonbuI0iSzy+NHv6CXotNWHp517CgN3nyTWfH3qcUeKh2xPn\n2h5YVmUwtjALYXiSFv6AD2sTYMk4dVe3fhJRw7QH1ZoT6QSb04fJAMcnHQDh\nMkdotCzqE3AG35z1n7KQeCYcTVN9RhHIYFK/mP07WyD/YGKk68EkSwJgmKd2\n94y2\r\n=ZUTN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201123.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201123.2_1606169839319_0.992796542931722","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201201.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201201.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201201.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"45e5df28c626ecf8b1e23a4ceae24c5c7a379116","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201201.1.tgz","fileCount":79,"integrity":"sha512-QFZxoifqklWXu73WdjS3tWaaSiu6tWgGsLt+4W/0t0GBjigDAFyQjp7zG8VOZQ7BnTVBehAiGR8tqLTqiP6uXQ==","signatures":[{"sig":"MEUCIQCbMBWvHy2S5SgDNu3LJv8yvKnPPhwzW5tIr2BAG22jGwIgIrh1JpSfb5AmdKw0PkjDRtBgFFwJjwDncgND0nL1mag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":929776,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfxsC9CRA9TVsSAnZWagAAO34QAJJOqV/B1DY7FF2i2Mmd\nPVDs7MScthLgg0mV+outaFG01OTLwDArmB0BMRlaDL7TEyYt7N0IKBwPz9Y1\nQ0i1lgtQi0cYrrdeCcDPjFBmteNLI2bvfXH9eDQZ+lhTan1y41OAU5qVmeU2\nlu/yZWXKwU1IXqJPIUN6KMb3W6JZkEg11IO42fAwo4BvbY8sOEY3EzOu1vxd\n/qZWiZ1a68MfhHy7DP4o+PWlR6Q3y6OBw/zYVRl4ukHzyac0vVDKPOKLE0T2\neLfAdmdtOOvVY8DcWof1uZhFf/TO4MuU7CT9VHmSrY/yxhqD6yowrckh0sSa\nAF5GJvJsjV6TM0s6lrJCGSQmRkv/g4karRuWZQ4+NU+mLKl7RyckonvT/dTf\nI+xKLy8BvUPJ+ek/nQYNFTcPvXT0ef4x59+RkB531c/vM9rWlSshQZwZ6OK8\nPfzPOE/uDrXev5ysguDlLZRk7AA9EfFHsZpLOPlAQLdUxdlBJwRNNLJ0a7et\n2NKH3+RqPCyJCnaXuRFguFv2fUkPTlA8nr+d5tFEKdZBd9Vh5hI2+m8XGADb\nBLjF460JwIN0B2yAINukkdr5QCon5/NQz6S0JBlKLTKXukUpIoxJe/TX2M7I\nLiWagoDnfWTf4w3jQi3SlVVf2mnDebcpKYTAIyaxd9i0GgZKioEmurFp7pac\nDm7i\r\n=BeDT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201201.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201201.1_1606860988996_0.7228212709215556","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201202.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bb833d13ad15b162a10da99a32683baf3c6008e6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201202.1.tgz","fileCount":79,"integrity":"sha512-StrYtpWZ9VEC1TL9YHB1I+ANISIWUm48gCDbOZWNWkB79nsl44FJz8nj2UaKkinmOeiGB9pJfbW4kSPtJwtWUQ==","signatures":[{"sig":"MEYCIQDgUteaElz8nLskU23fSGWhU2i6KVrgnakUHCP7HSLUwAIhAJVHk2Q3vzgdV2oilivAVTU5s/YWutPJ9Qp+J+87uIhA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":929942,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfyBKeCRA9TVsSAnZWagAAw0sP/0MdaUDl4nlMFU8nUv4r\nhZbfZG2DQRqrlkqWMD0FJmDToGk0kFTLusEcp1iakuowY1gGwgfr1+m6LNRb\nI7WS3wWPtN3p+v5VTu460DIHMVrmQPq6z7aFMe9XgPY6CIEAKEXrgiCu6Vly\n8hCCeB4L1fjHlpSuMvJpnMGndQhKPe+eGtgmaFyo9e7m1L80qjeAyBNS62k2\nmEweCG1QOlWmgEeL5mgWL9yA+MJrhuAAXysv3OndoHNrszO/bf7fBKe+i9Pa\na5a7nOjCpQNiAX3l5wA75yHwqKS4yven2LMHgUChFeJrD6Z942fLMoXf5WGf\ncSoqAKkuVoRc1Ql0VO6In0xdmlEQ0cJoqjwXfIJPu8zsgmGMLA3soOEsUFM3\n5NeX7XPZ+4rNWYA5o0uXNRWNRP8PHsOGxTUZSfHXXSygpT1IwYkxHObno/vE\nCCIIW7U1tdwqfxu9vdG4n4cW3anCrxS0HWWNcZRFRhZLJj/nvvHxJtcOlstR\nbC8aQUAec34OIKAla6+SahA7TlvT34B5FwzhiDHR0QcgcptzahoWdb+0AD0Y\nNyETCHdVk/1XHflmfNkUopoHsSCvl5d8C3fvgsg2wlrvHfNYKjIqpToZd9mF\ntOqWOZx0BNTwC5vOB0I7I/XQ6HdLYyPlGLYQErYTaSZiVwlzyMvQ9RB4/pec\n4IDE\r\n=gY0b\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201202.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.8","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^6.1.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~3.9.3","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201202.1_1606947486494_0.3952808231059717","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201215.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201215.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201215.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"950ed8e83a56ef87247d55f13d966bc399ef587d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201215.1.tgz","fileCount":79,"integrity":"sha512-VS8Sj55t2U8wZzaD1hyhdU/7TEyNVw3baTHCsWG9+l4mXHBWM3USI9V8g0MwhNSK1vnOmDrlorURBuGKEwC45g==","signatures":[{"sig":"MEYCIQCpZxvMGmRExMjJpqoxLI6Iymtt3+9qs6gdxQjH2mVDRwIhANa56O+3k8oj3YdStyx9tKCWs5ZtG+zn31mIa0BSj2Xp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":933187,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf2TuQCRA9TVsSAnZWagAAZYEP/2308SIu0Pu4/4wUBfgm\nlKw1l2FBL9Wqx6TFswHin/yglR6+B3/0g22h4EQqfxC/x5P4R3t+kDyyaP6N\nGRtAHRooYbkkvIiLFDw+z+YxMK8V1x3Fj5gu15QfVmIYN2J85hWwA/XO3NaC\niO4nOiLSj6aVmCQGQzH66ZnUVTx8RuI7YBXGNpWi1AnOXZA5g5jyVhdJIhTd\nl58FhGlzQhNgkf27hOfrVYGeAFxYCYHeChh1ug9FqvX2PwdLvAWKRcdYHLr8\nCmyeF7QAa49paqDjZB06bjH81KPL5MvRDamIG7PDH22fyFZkQZAxDxOV8GOf\njT7gR2cEK2oK7EKJjz31jnLZi9wvfxv89rucB4knm/cFApBvsimKwUnXwpUu\nFgGbWfURHMfC5bJ9cApBZND+xaw5B9dvaJ5cIK6LL/uguCtJF1TlYRoT55tF\nbr/0dcOLV2LffGJsEVVVScOyd365I6vZRgGgr0veDo2N7DCuwiIj8oC/aE/z\ntDrZJISVSvp5tyO8cD88X1V8csWJNpqSnwA4doQmKY1LtNp3lmj2gXn47yHc\nzH8PGxTujCA6q4PhGJeN8MMymVaJnV9dpOvhU/uGPIl/B+15XRq5iflE/hKE\nr3p1ycLtBMMfDdTHB3fi2vsEpV7JExlZVCnTG/1rBUbBWhJ5/uxW5HYjE3og\nJ6oH\r\n=WVUI\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201215.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201215.1_1608072079710_0.9787071474999047","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201217.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201217.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ca7158482b3077eaa7d14d88965776bfc491d380","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201217.1.tgz","fileCount":79,"integrity":"sha512-4P55WphwY1TMqyLfnYiKjUK9f4419VqJw9/f5BSkymef22qJuTdEvql83xsWBqPs5Y1HfuTnDX0PF2Btq3IVWw==","signatures":[{"sig":"MEUCIQCSH75KFBLNLMoylQOpykE1PQwDBCKRO+nIFiHUCY0rCAIgYM3SODxhbgWv73r+gQ8XLoPvOW+nrx7TV4J7PhJa3YY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":933892,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf29r6CRA9TVsSAnZWagAAy9EP/RbS7XA/NTQ7Z3uBfcBI\nwWZhTVcLGhnrKnnlnp0DaL6p5ErSvitU7OeiwCWY/CT7fQAMs5y6coDpzaYI\n/PhJlIFiSnF6zHemuKsoh5IqRJEFI3Xxzqdu9J4FEyZOS79qGTYcZbWN08V7\nx5+RVlwHSenpEnAMhDFMgmgKbRuwO1S7EPzr5Ub8KJO2wIHn2DoRUeTRysdF\n7zfcEZAcLfz9EU8k7VDUHTDMChv3W7mWNZG3gO6zgvoOprPMiyzLrpsrKFPt\nlrxmk3Lmy8vyPzmBm2dk2Pqe/Ed/DSlthcU2ryLWz/aailBMc8HdqrdGDNNk\ndYqsSRPr/Oi6o5nfPIFeVDzOs0RbNmy9j5t7kaFliepcn9Oa74nFf8Gg4Hpy\nIZAzpKVmf/oA02hBUsv+YOWzVk11vdz5Ws/vwPRqjuD/NDd7WL1taCjj51sW\n3Xord48bZvMumvq8Wxsc+fXASmjjPOUYI0/5sDHO+8UtyTEN8VveC6ni2/5/\nS+Q3yqRBKG6Zy0zIHVr4nSiwO+djQ3iYHmulSdoOz7AI0hLTUvPI2mg8SyLD\n0ENpsH34gfOgUJ0cA0+hpN/aZyq306MRPfpFXh/x5IldA+D9dkvO+31PpX3+\n0SicgJgTITmWJRFG3/fXtzVBcwfUOu6Q4B3R0L3zzCYu/DxWh6/X4jVVgSn9\n6bKs\r\n=aHBV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201217.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201217.1_1608243961968_0.5631286316038369","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201218.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201218.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2d7583f1300bf43e4c1cc5e9b3f0116a24925967","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201218.1.tgz","fileCount":79,"integrity":"sha512-Uu/IShKkUbBjIefcM1MSV+bDFZNpGb1xl9d2jJ0yPXY5UApHzb2rPdxTrd7nmmSQCv6kfNKxlLWqi48gonVqDQ==","signatures":[{"sig":"MEUCIQC4I3OOuXzOQtjHZYXU3nCHUrcJxmCIs3Lt34OI1sPrlgIgHHoamlJb/LewByaTNjvstRcrECPCYJadTQX0TJ4s5Dc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":934014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf3SnRCRA9TVsSAnZWagAAIZwQAJOdLy6wYmP7WONTsMBY\nwUPVVe646dSHIuBjvIk9R1cCFM5FFhLujoRfhPOIoGZ/UVZJ4dfADKtKT0P6\nwzmMveY4wDXdvROyDvTn+3Etrs9mEE6s1UBucYMQnduM/vCC2NjBA2FW41CR\nG3hsMXoqgQLJ35+scZNkSb4wxlK6pO/GftjkzZOf03qYP06A57xaD0hvp2DP\nWscB28dTgccrsbGPuI5YerFQ5mKLaFqUSRxlwaDJdXE8lDiEoVKF2uwuAnrh\nHpj4zKU8kMYfadGKOWAa/inK3Jbp4vQLsVVlXzlVWxfdQ4IR55ZayXq8IAlH\nYlOSff9Yi8bvsa01WDP6UL0bqMuzhO0UZNJBk/Bl1mR+lDh/bTpezGE+8sx/\nRnnSQDRycnPZU4BY+NxPGX5XRYWvY0nEs2++yZsczeKilXxqwrlkfoMe/LC8\nFoen9AsIEw0/rUkRtaJ3RRS03RJ9rt1TAdYuwo18sFXhh6WR58AtcXiTwT3C\njV2wH561Va1/CLf9GBvrr+u6M8WcDmHRs0kqfdnEHP7UaUax8ocHmAzeFhwT\npBBNbtfVRwU8kB3QI8DZQjHxWI5QmgR3Q0ur5ewydgCzpSfXbSG2Aaahl/cj\nhVsiJUdBdWP9GbTKAYX5b7Gru8NTVX+GQSfCx7PQq9JaxbhoBf+zTE96srku\nLNl3\r\n=GgLi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201218.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201218.1_1608329681297_0.9392903868449671","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201222.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201222.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201222.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"47cf9b66b0f3f9a3050e6a8c4fd1ed1e467a4059","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201222.1.tgz","fileCount":79,"integrity":"sha512-HwlqeKEPw9r+toMVEA/PUMozF6FQ2xVuGZOWqfznaMdK7a6fehWuUesYQXbRMoXIieG9zG1pXaCNGW8AolwkuQ==","signatures":[{"sig":"MEUCIDnc04pC7WemFUALphqMVmdh+fOzULTFXuueDf4ainRMAiEA3qCDw3saF01DMa6Vn8niw2CQ5bptme5ZC9A+DAmrCPo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":934090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf4m9mCRA9TVsSAnZWagAAWlMP/i9RT7u0yCUoCZhyvYxZ\nHdS9+Ikd/cZ5BSuD50LTwA+iJ8kOZPfOe6bCiCdhvvFWYcBNCnvKIlgvfnn/\nEtCT82UXgcPweo1pH11Eiyj5dFbarhOhWYwQSiUQBlmcunuAAioQkIqzUfVl\nkYx0Kx+GFbQaUYuJEN3DnaNHDtvJ6W4JhO12yCIUdEv84M1ZEORS5nQYhu2/\nKb4s5sc1ojJptQLNfPNdyZjnF2DaGPeshAX+QD9HCrQg6njsuas412POf9Jj\nOk1TymY4Jgej04pXGguztuuY2eHcK7I1ejWWh9y/wJ3UOAlynQNBcwHJ68wt\nffE8ZJR3laOhHGu8ZpDkV54uaP0IV3pE2+DJpDV67/KN0TKGbeg51W2v3M8s\nCQ4R1vxJG0lFrah6koZsXW7JceqUyvObLiPFvgb/JZT8GVb7UNL2eFkaHSBF\nOOQaF3VOuv/eiVzk+QUuCcoc6jo8faiEUZLjCHVYpSB7VxsYUin/sanrpMo3\ndfSX/4MsHTw3XmcZLSVMtJu9Ca4FJMTDGZN/wCdZoestLyyo9eofAgpNFHA7\nXRC2GcR5w2lNGQTPpojNjnAGac+wGNWhTzZAwX+8pQ6XwkQ0d8A7T+ricECN\nWnGlM72DazGx2TvOdUpf7nn9C/tz+2YwgDjDDWzFx9bvWpV7yfYdJUQRM759\nMjXI\r\n=4Gu/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201222.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/utils/env.js":"./dist-esm/test/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201222.1_1608675174143_0.5353434449087378","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20201224.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20201224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20201224.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7a2a0c0f88d6dd200f8fafda7ae578f78cd6a05c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20201224.1.tgz","fileCount":79,"integrity":"sha512-98a3PTvxvTq2p3qHFTMjwbkLIgYpE/gPia9zCcWfm16DK0T6dUfpqWUjIyZCSPHbftOFnUlvvEEYp/9GsEMuNw==","signatures":[{"sig":"MEUCIQDmtEjl8Tziicukk40acV8HhBuJ8TCLkR2FdIIm+DoMZgIgTKo+tzSuu1Jn9zhFC+DsQlR/G/oB9dzuYu87W+xWRHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":934109,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJf5RMHCRA9TVsSAnZWagAABeMQAJjkvcaYZwOmHITLmzlC\nvyYANDZdodfTsLgqNTG2QiGbzid0h+Xpt+EMNVp578JzcY2nrrOL99hEjx0C\nTDn5Jt6GT+n8ed1orjk+ualOCR1kEuL+Bd/fQ2Nl0XY4Fu6kunbXVw8ubCBi\nq42Td+tOvuvkpnBdvwsTn4dX4kBSGZc2VmvP8sL83i7Wzd3Rwvv/MEKWZoXZ\nrvjC6tMkZKu000w0auWl8TDFsYatNDRGm1VGChsE+XDrC17uII+VSECNUFBX\nJcCEa5+jEqF4cKwDK91kouS/lIwDPO2yK8dH18qsFDt1KhrB+suLAazEopO0\nDuOMgyCV8aMT8Q45DvrIydMaoDCf3Am/JO7KOTUEv8a4u+hjjt6rCFoaHON2\nnilH5vzj9TyzxFe8SjROZty+NU8YFdfi8UGsy5ogFt63DXgT/OYGn18sFNdD\nUDjbgDiZqrI6u4Lfk2pVMRik2mFNW7N6kxEWcxDspLUD4oui+q95dXN6eYD1\nu6GsDQMCLIZqJL+EZuz0n/D324XsJWJdRPtbKrPHZF6zVvDgKBApUADYEPVh\nnhtFffyNkNawmTac7WeWD2RtvuHlEmEMn1xRzZs9elFSQInJ5wLS1RQASihL\nRyofcU+gNL7Nso5GR5qMsnedAOxRhlVdxYBQRuYw2vFL6ATENRkBoPWun/lm\nYfqg\r\n=6UPh\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20201224.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/utils/env.js":"./dist-esm/test/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20201224.1_1608848134769_0.7378520175534582","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20210115.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210115.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2ecba54b1419f2f95e134082b7b9dab7ecd72056","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210115.1.tgz","fileCount":79,"integrity":"sha512-O/c59Te/kBWr+sdDBqLCpwFRPzNfD4FOu57oMaqWP9daK2whxtBVlWrHMNkHQ30zNCqGFFRu/7LgVCK2djrTLw==","signatures":[{"sig":"MEUCIDqMdWFw9h7HSR7hPhvbIaCiCHWQcAr/OLfI6Wl2JQelAiEAgT6Jzl6cITbE6pHS3ZtJOM/d2qfKI6/QfI76Nv445Rc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":934125,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgAhMSCRA9TVsSAnZWagAAb0QQAJXuIdJFhMunhHOA++VR\n5TaIi8OBPJg4yGJwmd2mjmUIzVpvNhVBnTpGUkLh6Cn0Xno3I2KhIHo8Ol49\nm3mn3OIFl8rivEhMyDm7wxYK6TqbBq9/bvf8oRQRfx9LrTiSeSW9b4mXzcfg\nBEtDau0AUkdCgcIRP0e6Cp2BDFKM1CLzeRX6+W8gnl+r9j6FSAIwmOQUD06Q\nuj/lZdJ1uYdIpFAWn1Z5qrPDzhfI/66T5DkE3/0wiwHOV19C+QBmklD1812B\naE4feFAkJpEd2wecCbFcLobaVJGs+yV0AS4wx2oEHjFVqkLzBidWTFqnvIf8\nHEn5KiJiXfIL8eUINo0XY701hHj8JIPw8SXdaTeASzV7wxRErsfXFeye6mqD\nbVVr6Z0Yf/eWSqD9TkyvbHnWgnwvy+FFNWO2Tjx9CJGrNH6BPLEmQn6e5acs\n7S0mE0EWdyWjqqXN8O1T92ibVj7fUsduLtv3WfQdj9WpP9vv4Et2otls3UZC\nPAPF1gG5ZPBxwr93v5pYcKd932L0m9xxUPXgz1klJ6xZG0pC1vwGyVEeXIW/\n93LZWhXOgUyrw3YvI2e4pRpyYxrgGXY/dICPfkus/+Xi+FZsjCdE/KRXbRFH\nHon50s3uZD79lSDkcJ12c+Q6vjCxxuiRbOhKTjOThdYpYVPFyQu1KbkjE/fu\nxz2b\r\n=dR6u\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210115.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/utils/env.js":"./dist-esm/test/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-remap-istanbul":"^0.6.0","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210115.1_1610748689549_0.7444200208114646","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20210122.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210122.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"337b4efe8176efddab44aad4955b7cd2062b9050","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210122.1.tgz","fileCount":79,"integrity":"sha512-tHKZlN1R/FRwlVG5AYhv5E2Y/4OHhfwhe7mWllBovGiH9JWzAJ+21GKPZgbMwFEJVXsgxwOk8l8PxyXElcZUJQ==","signatures":[{"sig":"MEUCIQD3/Mb5yI1DlQz8m0K51Rt0yFks4rrzU/6P6SFYYYCkgwIgbgwzjrDXCxLWitZNaWp+k4T0ENQlM2954g+PBNg+ves=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":934127,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgC02zCRA9TVsSAnZWagAAcKQP/Ak094Q86VDfy9fSTmPk\nxWNUNmJV77q9QpqsrQ4rKD2S7fokug1EnTA+YKzrUelBj8jkNxPdY/cKuOBy\n6JK0v05x3qGsenypIFbYvQLfe8OkbIs9Ik4Nv6geBZ6e79UtGYBns1MCOdyK\njdx7ctBercLMrMDexIKBvoLsztsw0xSOJDTvj15Ue8eNO0S3hrWto6+aiEBD\ni3TNxP6f1c1+QBQVuNfetG4j5f2uilnzBhtCXTBLOMP/pD15ItY/4Wi5n/eS\ny2N0LZveNaim+c+0fQ9axPweCHY2cfgDalbsCdArWlESN0iijyH45p5t4soA\nCfiihPplG2mFz7dYYcwOhnV5Oj1jDg1wmwDog3spSUqhOSj4ja43cDinpHgO\nqPgx2TtMVwBhEQj/QiHtonEsiYdsOA9/wunJ4li+GF/flyUZRcHu0JCn1ZK5\nwoMg8T5wgXufTHS7ZMEvoStScjhNJ3wXnk1Tz4MUB/7vcBXBcvSNWfops1Av\npryW4S1Cxff6p9HOgh0xWfRN3gPFN7+vA2PyoRiYIiwUdNz90qnQ930ve7tJ\nUvFDFDZzW0M9SjdXpSQ0dzsSXylP1qtfjpfYRmhns7I33fgRvmOraBjtHxl9\n43sHdK2uJxIsk2QPRiLAKUqGFVbx4FxoC7GmX3CJ/pk4rcHjY7ZdFPz8F79h\nuuey\r\n=opvk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210122.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/utils/env.js":"./dist-esm/test/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210122.1_1611353523141_0.9756851763696404","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20210126.3":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210126.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210126.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2bd859a1e231c6c3b548f7e55d941fede7f6208e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210126.3.tgz","fileCount":79,"integrity":"sha512-R+7DnG2om34pVziH9WIZVxDp7MalfTTob0BdMy4yr2HYpJ4UC6tQSQMHxeKYgSHi1EofGVJTjUh42BJ9qCcIAg==","signatures":[{"sig":"MEUCIBGVN1CMD+rQfn740kLzedmPqPF/4OFVclUd8TQNHFeCAiEA6Bb1osrFnIo5ctu9qw/TdIMs9Xi3BhEH4D/JjNIPXBs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":936055,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEJNiCRA9TVsSAnZWagAACpIP/R4G4UGAH/+NE5Z7hBxp\nVwHUSPh+K6V5VwQuDCrxlX1Z3UHF4SFgwkPJNsNWW1QNIzSj3IgLA0yzlEBC\npv7qZSLeV21U6fwCt40WETo9maY9FUmM8g6IQrokqHvnEg/ZAG5H3TKH5mjg\nfuRSJPBTFngOMoD+PY3ueezxhMRWuQ2bAbDAs4pGgpBfyq694cyejPjvYiYL\nvqxFoIyMnpoLEbO3tO4wCn7rCMxYx+2d1a9xJefb1T1LRPCRRjH+Pl2Wdf7+\nJgGhu1HObVJ6jm7184V1gT/JWPo6UjtlAXDmIe8Chy214E2wZvjTmwNcuiju\nIOOXkVJZFzX9JYUN+qYJhdECCqqc8kFM5xmItx/Ej43XBao1CxCytwE7Wvo+\nm1xGTexWt2I8OsWUkG5KpUrsG5UEGAUlYgW/kzBgCeH9pP1GyaC52HHqMzK2\nV1x+4RNZq2zCaQXLZtWrjcwWLobHMEpBk1lxd4kkXRT3H0tdTfxYNQPdIGOD\nXgQfawywzW8K+b6+BV9NiXYSqgnJyBLN9kt0fxMdTXKVqHzrs6EFHBhTF4BX\nMvpbC5VksS88PhcYs6JzjtWAHb/iULZvUtWE94O8giRJLV1blJhpvBSancPc\nLaMhBMY9Mgdl5JbwPRnPp/wXKGiOh5or3G3LqoKhRRjXe494gwHJkqvJm6d4\nXOAY\r\n=74K3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210126.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/utils/env.js":"./dist-esm/test/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210126.3_1611699042066_0.9704177479551219","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20210127.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210127.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9838e5b2b77e981c9fa8d3024684982202e86c00","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210127.1.tgz","fileCount":79,"integrity":"sha512-z7VX7+ZwRABk/pIGfIzpHSk0Pf0kL+EUzxh6I9HtotWNpyPLDPQV4Qs4wzs0bZgOAc/QX7OA+emzHk1eFF6BvA==","signatures":[{"sig":"MEUCICIyvWR/FtMDlFny9GqnSLweGleBUNgFrGtJNKuyy34fAiEA5KbQ2lsv6tpjQA1JJvGk9EeHhvXZm3Oc3AEpdC0xdm0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":935779,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgEeV3CRA9TVsSAnZWagAAyGAP/0vRI6HHs0rNvjbJZQ2f\nd0oYrHVptZ1M/oJMgO9r+1qnvC+1mlC3Fk03X8kzDtaHveJZurQJQ/2y0dT5\nhsyTQWD0KiseN5faKWzemJOAFBayFo3jjEuzP8C1T6C5c9MvLtufG2E7tGR6\nxTunvm6Eao0o8Rv9aDqUDQKfOHtJ6nznsgxAEU+8+V0XCusC2AepY+SA64ul\nZ1JwQCTZx07eXqYHq2tOh+ANc1F/UYo/IFvP4MyJ4sDSa07UKSXdP5hVQFiN\nmUdRCz7KFZdNxOmxZd3NBRWi+LNuRPYbkop4+JIXydpJJDoJYHwWFAvKLo9A\n6gj274KP6/8At97XFqVph09FGs6u2xT0dnqwWJrK383ROTue5YJ8AKaZiGm8\n/7HOFJNNU2DpRfgvlnpztUKCcq41CCZG2uHHAlB2UpMmKYx7U0KfRkcZC01w\n7fy4jScYUixp5TZ2HjPQvsw4l/tRir16bZs3f84F1MIAoidgsZOOpQJcnPeN\nGMc1NC3/zkZ8QaBTBzyyQj0dhseKCBpkHcB/7DSq6ln6zcY6wB9e2wfiAZg5\nnwerwwSe3kXJ8jVbfE02YAFkhgg5O5YA6wxxMOJ9qe49w5HydBihDRppK7Yu\nNdmKN28slBk6cz9fB9ECYiEb2/dEm6sCJ8Vm11NQ1/4v4cDEsG5sRRgD63ZX\nZPd2\r\n=WXiA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/home/vsts/work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210127.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/utils/env.js":"./dist-esm/test/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.9","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210127.1_1611785590777_0.7947968740684885","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20210203.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210203.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a1aa2ec2350aa5d6dc64a33f3a18d095a9fba98d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210203.1.tgz","fileCount":79,"integrity":"sha512-FGShDkBMbdooGnFqVMDFL8xG7nixTPlQ3ACq0VtIjZM+zUzAgZdDcbHUKO6aNpg65vpHoeHL7TJ5nzeieCGNtg==","signatures":[{"sig":"MEUCIQDP774hCK0yg7tEfA8LrpBBE10eHXJahhTbhs0Id1URYwIgDULM80dY2iJsmO3hmudMG4u3f8U+ArjVqohxTjlOoVY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1010435,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgGx+9CRA9TVsSAnZWagAA8MEQAIisgEwMRp7a+/7uAPLL\nkJDGEWGC2XW25LIY3EZss9qWkjSya5Le7rpyHYM66crQPA7TNUD8R7HI54gF\n1tkarUGT4NPSFSrvns5Eb3HjVTgx1qGY9pBZMmXMig7b3X6egukcAHvAqrmV\niU/jO//alSIT2eIWmdWGmgNMZGUe8gguqfOWbW3hH+Pj9vkBJ5vv2quEIRig\nULKFHDC4ZGlNFE8ewwT1GDX//4VyLAs7a4T+AXeq+qcHZ8L8O6vn36lYn3Ou\nNsZuZ62khmPiRa5fxhHNZ67UyL4/5KDIc4N4qJuih0a8WXGOOdKcRIbaEV2X\nF5oRG1aSgh9gWkdTR/DukG6TacqerzKyk+5GD4bKDUOmO9mssZkIfDfSQ7Ch\nxqv1d4oYnK5B/AYJcSz/YHdvIQ3EmPYzen6IzDN/4RwHL6JCmhEfe2f0Gw6w\n32AhBXlmqc0wJwyquhv+GMSLB0gx45lkZ/eWyfC/1Ms6AavOpzPgu05uy0aK\nxNRxIYbSmusWSbmbYZg/wCFbu6pqv5A3nG2w1JWRWlJqASFd+sN1H6T5Yvka\ni36caQ84lCFnT4FKjZgTiVpF8RuPYNPhBEgMgvQT8ozQo//mQEhZED1BiEa/\nPpBcBDaNo+tQ0my5wZ+G8fz3qXk5diGvy/mPfvtHj2YkhhBbt0RTrx8DKWiZ\nMkwi\r\n=8puR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210203.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210203.1_1612390332260_0.891883047029054","host":"s3://npm-registry-packages"},"//smokeTestConfiguration":{"skipFolder":true}},"5.1.0-alpha.20210204.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210204.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dd693c46002dc1ea92baec3c6506eac2f1a2f221","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210204.1.tgz","fileCount":79,"integrity":"sha512-Vgr9oMJec+7QaTvCTgXAcksvfyVaVyOjkXVei2ferK05AmzSq75jwyHg//aSDqII71MN7k3VhSEDjd56rwgAtQ==","signatures":[{"sig":"MEQCIQC3bzwjyPBb5ciI8oSkx2OTXiASevvwFRTDFi7nrzgXQgIfAtw+O9q+ZVd2lOTslZRfZWSsu7+926KKVaIPoSITHw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1010432,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgHHDXCRA9TVsSAnZWagAA0K8P/Ro55YYf9sdkTAm2TTl3\nt4Axr2DdvMaUGa89IhYUExqztU6eellM1mjsEVQf+E/aNG3efo4q66zbTvBG\nQHFXjRzYla0y82nqGY9UUXrk3wymHe51pXzECYahsdntbTSPbLZze0duPTbd\nyHnx1Xw4LX7Dpabq85Bs5cGY9XxT7dybnI/z6Y1OK+RPGPdm4OYds2iVLuXz\njP+Ra/otT2Oi9rOPoiCCebGeFq823O1gy5VxrX8122+uHA0YaNP/Utsgt/wn\nVoAzlxbt6gZAsaXsP+2oX9ZgsBHrApA7PcKaHTrP42z9ddmG7To3MPU3Wr26\nFRk3hJKwAZd/VF2OT+0vhqKcd5gZAqsng+ybIul8p3X2rptY753st6A8j76n\nhWu1fwaP4RFADELNBwsSGjjFeFaD41MSVoRLu3JzL2obPTL+9fUOAjruYvbk\nx+FDt/S5J7cppaQSosPMf+SeHFOXxAzYtPStgZ4Y1EUKP7gMexUZEtMmas/c\nduGq3FtPx2Us2tqkjE9SzgjpJsAM2ysIxHjSa2WzhmjRd57ZV05GphVyh14Z\n6LzVcGvCVnCv+TRvvRykPheHJ5H6KjIDVTvCAGJFMdYY8hDbgE++2+vUM3Fs\n+8sOL4YHPNjKtrf3mZGWDM2ZZ53aroxtgkmvZBjbstz/XeWa0rLxfrkQzrv1\nyXGJ\r\n=RKVX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210204.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210204.1_1612476630951_0.0704972978427334","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210209.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210209.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5768349df15373a17578ca884b9e53dd500a43b9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210209.1.tgz","fileCount":79,"integrity":"sha512-K5LgtjKvrWxoqfWCjN4SOAthyeV/QzzH7SXp94qv0MDx3uxo/H8Hcvafy73LBEhKbSM3TUEqHiKOPsoTop+q1g==","signatures":[{"sig":"MEYCIQDCEYhGhNkzi+Pil2TsU+41Pi016JZL5Bxmjy4FbJhTtgIhANBOPQA8TrHRr27ohgmikMFdKx09IliIcZDraGjbzPeR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1061316,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgIwjoCRA9TVsSAnZWagAAeA4QAJiIiS7RvpqWw8246n5v\nUWrPxUwMr/2PVtr/mxDQDX4I2Zwqfyivbwo5WJe7id5ORuwS3tXuVjUZ+lUM\nq3XBy9HHVZ5rK3/8Pw7uxaKqj0yPxtPb8D6XN3QjcbEQmffUSe73RCwk7Zk5\np2clJLd7/YXhoHzha0mChcrv6fyhi2y6wxJouODphxozIbykEaGOfgmtLcax\nIXiqk0fRYbevu7PdAH+u4CclE3LgZ0AmfidGe+bhslDzGocTdXDGqw1yVfh6\n4UMaZt8nPSy3Ss4mkYUOXX3malsyOcZv38IGjSAsRewScwblhl1c+tZsPsxp\ni5GRqOf6T2w0+uA2yyCGEdhmacJRWfRL3Z6nQcdiXxm5LlvG2A0P/iL4iclT\nbfinUUKWH6ebuWHlD3gTM5gch6JjrK5oNIqLInY1FdyMBSbr/MTjI8z5pb5h\nif4jAl6T5ECTvz4gsheNoQm9kOxogzBjDvjQdOS3VeAeuRvs0QPPYBn1NUn8\nRoL6lUvn7x7p/maU0/M13WGfMtbA6zOk0tQR2XJx5BUtqfAyw6nu66hhvZLI\nvU8eEnueWPognsY9RB95JqVhQU2MeORZZcWxDTDCZY+74qzkqQ4nWFGho+ts\nt+y8c7qpoXdSLQyq0z9qvrUA75bTeEJOVgcE6Vb8rN3cIzqdtpK0dgVzKCe2\nw2nF\r\n=q12Z\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210209.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.1.3","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210209.1_1612908775898_0.6796455751183794","host":"s3://npm-registry-packages"}},"5.1.0-beta.4":{"name":"@azure/ai-text-analytics","version":"5.1.0-beta.4","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-beta.4","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"93b3f994d0534b1e06aed447ae04e698cd899f86","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-beta.4.tgz","fileCount":79,"integrity":"sha512-esSmiyu/8tr4R1FVyxX33JMTKS8vI0EMSBN9Y7KPm27LcYSpblVUZR1180aHwVaDfM9Kt8TomhF1rpIpdSp7bQ==","signatures":[{"sig":"MEQCICZkogBGyZiwuV5UlLP6qc1ocdZOCRHQEq2gwfFLfrjbAiAaIkyu3TALweeb91YeKm/T8LaLJBzg/91HdJJkUDK5CA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1061291,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJCwnCRA9TVsSAnZWagAAfvYP/2UguldzDk6zsZOjf3L+\noLfdJOFFpwALZnzA27r1Cinp1fyCZzd2f0ANObuR2l/u8+lRU5BN4lJXRgYV\nHc8WVBBZ1XDwxDmxhSdSP2AJMckmHJ9eeVsaCIPMpvVrVF/c96/5bDVPHwYM\niR6wrE4c3A8+n7X8uStJt/EF9Gvjc1gvW02tFJQVUvTRJFGutjoe6ndogEi9\nVB7Cak/UzyCn8CEYYfVxWZIUWUPfqzbrU1ihLMTi/nq9nR5c08xYlDdqPsyA\nPne/+dotFWVgEerb/Innkuf2Di7g+ZhI4RawzhFziyfmpCoRBN6op2KKyXEB\nZ8iIGXfTYdPgfM4Ydg2j+qxHbOmDzsDSj+gwptGiHMHWmEzVjUeSrDmybMF3\nIe/J7r9/xDP82i/qGkMipMhSY9PS9hGw9PDBaWLwF7vdjxK5LHICslyqkKeR\nNrdvZG1QEQ8u1SyrjXNXy6y3CCUIPqDSWlpRkHrWy3P306YX1fmSy7lwybAe\nFZzRGhzxFfDN1R5u5vIN10H0ESu6l82tNKRID+GYKKGcLCD0vsWCsM2yOQI0\nkUEbUN7nkvLYzw1VFqJOjHDtj62zcw+5BqIkUCOBgbj7c0QndRTNA97igPob\nFUn0wNPiGfCNLqpFa68wsjLukmRB0Yp5DYpsqhkuIlNEtxWHVsHlTGlJiXEG\nnZmC\r\n=pdob\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-beta.4.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","deprecated":"Package version ‘v5.1-betas’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.9","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-beta.4_1612983334492_0.8099927719333835","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210210.2":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210210.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210210.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6b914f08e1925f6684cf17ffa2b3fe1813291243","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210210.2.tgz","fileCount":79,"integrity":"sha512-ukgGUvFB0NQIXkXh9CsSCJsMGkUBVSd3BC7ZZYmn3T7Zs7J34jvotXpEDKaJIizNEtSMznNWYhuJzy7ex2SBeg==","signatures":[{"sig":"MEYCIQCVZyetjJQVS+MdkfgzdwKRlqOVSzWqrqfKpKIdM1x+TAIhAI79JEl2j3RSMybnbWfJMGCMBU26E75GxDEB4gTiWnyZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1061347,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgJFoMCRA9TVsSAnZWagAAG2kQAKNORqOpxYhlK8UDNBrH\n25kQ8Y23yaTXAzb7DFKG1l/mf5nsa9jffYMLeHP+XtXxUeXX8QaH8Btxcxdf\nBjvJiulSMw3ir235Xwo10c1jPyuW7+4Ye7Ko2o0i+HurXY8DN37aKrY/xvMU\n84yV0k1cfe+kZg2URHaKMQ1cnSxu0u1pfMJNbzMbipoEjamQ16gGS8K655MG\ntNzJB66AfozYiNYfZwAitxK1aYv2p2cXO3ERaGDYMV7I2ZLWrn1T4uMn/9N+\nkFGpLKtI/ku1Q2b25z8TCnE3HYgteC+z0tE27rW70TTWpp38PsRWhg3+VTwi\nQ91zIXBcgIG9RCX5D28VCXqJd58IL/IbxFtKEtnoXPm2N2DWMYQ2/uUzhgYG\nBC1EhMJZL6UonPK84m2uEgGWSemWB8GMpV40WpalVRruWSJkxh6wnOWN0Obv\nIF8m+uBuMpUPGiibRD8LcCc62ZtnIrmdhVlCVWh1EnUq/N1tgKf2Nzi8003E\njGgDcUDGXJPAUjRI7Nl3n+KP/ZMKLLtrHyNa9oNCt4C00rVrlFYGOAqU0twk\nEJzAAswlEuMlO3Bhsz3OnAo0/qhsWxB5+TX36/y0dHYOHrW2ZMHambTsSECV\nBy7MeLHQT48rkEX4DqByLN0MJp4ro7lsmD+Ic0B0vmerPAO8uCOxBbANnq/9\nWxOr\r\n=aG8/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210210.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210210.2_1612995083695_0.34591487534649024","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210217.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210217.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e5eb94af59c917c0fd3df48245312975c344bc03","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210217.1.tgz","fileCount":79,"integrity":"sha512-8E1L1Sdbbk7g7nQPbur1oT8WZB7jjnltAUTBEqeXMHFUjVExel9uD6ZVxqXBm4upUJor12NPtNTGDSxjUL48tQ==","signatures":[{"sig":"MEUCICXfTDzy/PQurIk5hQxwV9az8HwGbu1l4TPkcbqK8xZgAiEAh0hudG/y9mRs5Le1X2FH2DZDKWxPzSWoj9wLpT0iQ+E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1051066,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgLZQxCRA9TVsSAnZWagAAP8IP/1NrK0CO3aLeWJLXxRWJ\n3eEV12WWXBXeHIrvug/CPJf3nHPJqLKBxhYF5kN/WMNT+83Bmhs8ma9hGRBZ\n543Liki4QzI3rbXZfo6uz/GVRYuOBL0TtX3ZCZ60ilWkLORtA1WwBwKzMzIR\nV2sFfeu+gKxCO/quJ7t1nv+u+ce6jK0v67RtDI7zFSCnwlO/2mXHc9+uGQv3\nziKxmx/hdjvcn5ViLPFl+Mt0PwYsLMFLhYSGjEPvZYK8EXK12bZ2otxPNWVZ\noEOKdkz5iN11ejRZObsuw7ddjl0hleBMyttL9fD7JchINk4bQXB7/XD4Xwy5\nUhtIL63uHuYS+IEXmae8I+0NMb0IjvAMWGpVGKzw53y9lP3y73xHYpxk/NlJ\n+MRS+yxbm9zZOrx1may6LUautC6+DcErZqUZDvNAejSQPqX1sJGHdMV4kipj\nJqagJhRbJQrAPbBLOF8cz3s7pErA/LRhHJx/OU4OJ/ieVIM8Nq+9evTyQ6QB\nuRwlaqMY0rPYMffpwUcEh/TXNylnrAqE3q1AP+57TtveJCb3Wam0V2buuaJi\ncLf/G1dACZZKV2HbpWooG1v0pdwyzmlQ+gwyIoy9/Mymggn8acvZt7DcGFgX\nhJ1M+El4c4p/YP2fF9VIya9j8JrJ11rrZPBIDoGIIC9VmlLJUIHYcHmxbQIw\ndzmj\r\n=MUYl\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210217.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.10","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.4","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210217.1_1613599792937_0.3016733703384036","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210219.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210219.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"75e5773c94d6dcc7dd4c9cd2c77f6ca77760ae0a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210219.1.tgz","fileCount":79,"integrity":"sha512-idno5Ee/XQE0LySQ536k/o5T2wQQBt2ds0VhdRm/hlJjJgqkm1e9KM0LFVczFTNlPOqmWVGQsMhh0J7wMqudKw==","signatures":[{"sig":"MEUCIQCIOEQV4hRUWMnl9oOREpOJQ5HerTFiTpdogC4DQ/bDQQIgLLD+J1zdivblGDjrRaUF5CaOvE2Gq8NZI5c5pcNmJ1I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1051090,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMDfJCRA9TVsSAnZWagAAB3EP+gOgje/GWFE0UEnmUHP5\nVUGcIRW+hVu0hg4kUN/Q8mvsL3NsEx8DOPR8zzh1ZCiUsfPmSSpmFX0jWiFC\nta818nTjCFIesUSw2+HgDuvIxBgr2XgjzRM0Do3BsGMZe8NNey/bwHXfQMZs\nWEs3SORJ9+HhK9dPsycp9D1vNzqJHRkcCQZx1zTpJdRZ4PhPrQOH/hysZqH0\nyquRmK2ov3wjgb9Ha4lKx9byq608NhC6tYtR2YIliMZENEBAVDl0UF8f4uG+\nGiGCW4nAG4gHCwrKVEcz1t6Q/YvWqnKIzPF2NX3V/VExFwOzG26Cbsdz+e8A\npGIiVyaIAH6ixKoBvnVwz1E5qrlldT4IbkCiTWZVwhoJjkpPOBcoyUaYxm69\n7gqt6QOAPkDDhB4lp8EDkF5HMzKxxmWSfuRRtCvn5FevyTY8VmLXKnZp8gAV\nKB8cX5FSWw3tKJMT65mX5yNR3AnMxMurYAjTILu4/aJVzHPpMogeFcT41bp5\nobQwSuRWLnQRXEsHLf3GGtFKo1nb4SPt7xNfTAJq79ec74jWRGv5eijwvnlM\nI23eViATVyCBkNo4qZpIooJuDF6A0BqF5P7YktriErcW8jeoOIwvJ+x7zsN3\nw9cKZlWZiNyAHRV0kQTyiV2Eyl5SgURnHgxrAvwLKtFXWdkVlIFoZyCQdMAA\nAzVh\r\n=ohAO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210219.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210219.1_1613772745103_0.30362073861890804","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210224.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210224.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e6ef4abd484e37afa91854169b424f59540d88a1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210224.1.tgz","fileCount":79,"integrity":"sha512-Xqo+kX5ZKG4Hjlz7weV/N6YqaMAoIf7exbmmuI21UWul/POZmfRi5TRFTc6tQxRVArFjqM8HEjhays1909YSQA==","signatures":[{"sig":"MEYCIQCtf8yoU6yoDKFmtAi+ZIoqhmHeHTXf5d2aozYjWvDQ+QIhAOEtAS1cTZcF9kEUyQ4G+jRvy+eWXUL5c1YGgU1qLiKa","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1106640,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgNs70CRA9TVsSAnZWagAADGAQAI4bKvSboXF+OSYSM9Xx\n6ZZq/kGOYrs9JhBptq8i/mPMJObjbcdQ7I5v0X7FsdMokRBGuS0AVhxJwO/y\nUFi2VhoIaSRQm0vjQMdgoQArSaaPBxJ7tPULFiVtwA93jNLmT0cowh+phkoQ\nng4dPE1Bg+AECKmXMCYZoQotgCWIHbTM1OFi5BOXd9Le9Zzq9i2Bg++0CNgl\ne1J8/ImdTlA7ITMd0r6PGpfyhb3a0iOQtwV6AwOJNnWqK/Hqyi3zbWHEkQPl\n7+gIdE9USF9W8NORYOi41nG06NGy/FRQnazoxd/ZWOiPiWnthvwzPAofrJJK\nTO+H4FUH9yN2WfrXCee9ABDTQujy9CuvxqHEz+6AlZJmpfofx36dO89YR92o\nU1FyfQdQfsEIOTicGsmPkwKe5ktZZ78KdKCl4Kep9tsi6sMg55U1h9NC073M\nNR95QcAjks9VG4XvvnlxHJVhULHRbkiH5g+AoVKUERzSarig2LgXaNtqzWAy\n+IhFWryGauuniAYsXexXrZRq+7T6em/QkCSkRfw1fC2/SK7RTizZVl2yksAS\nPqNIsCRRAa3y6o8/7w4fMwIF5xkKEaK2iGmFPUvRB0SsnVHn/l09ll9lG9zQ\n5KNgsPDNJvAAeZoneIlQS2iv2Ca4KHH29/HpPRwoZtml6Gu/uek5fyITI3wV\nFWHh\r\n=FrWi\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210224.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210224.1_1614204659531_0.6531188741175666","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210226.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210226.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"53bb6897f698e8e41bd8dd31dd78b429c208ad40","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210226.1.tgz","fileCount":79,"integrity":"sha512-9K1EfsoDu/nrS3v0U4DY/rT8y61y4HHPJjs8aAYiC227vh1C2m0jYH8qE778esYXr79AHBAHw9KSVAOt0KgCXw==","signatures":[{"sig":"MEYCIQCBXn7NgxmgpZN7MyZGMQ5z0rW5OeTFuIkcq10H0MlUnAIhAONY1wwOuTkpTfhSkjH4BTb3EDw8d11t3TRUHK3RcxOH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1100418,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgOXJHCRA9TVsSAnZWagAAOd8P/isXqthz336QRbkZFcFG\nZDo/BpfUUl1ixvNdhk8PQpba2tTOOkoZ5j3Ar0QrIPL7PFITcxQNnDIfGRXx\nzQIiDFKswKrAprYYSpS4KJ8jHaG7nKt6jOc1xZsuX1d8I9QobGTrFeDZm5X3\nFwBONSAOODu+NEbpvBtNCrTLi0b0aD/1LMGtf/iI1YSnX0zp7KRR4fohCxhp\nPcKkLQUkJYRd9CNzwm2AE6ZTFW26Q50eM3eAXnLa6umcJRqQ943XhERSqlyI\n73Osvsc79TfW95N+jOjgll5rgmqmVlzvyl5WarGb+DOxFyRPYgCf7J5wehP/\n4fYhKmePNH9wIHSKRZn0QWy92/MoHBNFMCDdkhrI/ghcHJtFUsRjFRESc6EZ\nZAMS9T0oaju1Z5Mn8iEc5WiTvFR/JTqBZejBirFODo18CU5kqOtopCpSG4WB\nv6Zvn/urjEcfWUchOQYTSxPcrr94s99MkINcgynYvNC9Xj24NOShAp70Nt9v\nRwACb4kMd0ctgt5DpZufjNQtlPrxXjbXLvWuJ2SGL7GVp0kQyjoWPMjIInrt\nYYFdINShtjNj76jjWHWsKufcStUWaCDB+g9HMEK9oT6wMo/YQoN+AtlbutKJ\n3sjcCC6rspUPUseQBbJ6x2mJJOnCuevJE/QpebqPh1CNr1HCGjeOmW/HOurg\nMLjJ\r\n=ASb+\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210226.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210226.1_1614377542856_0.5188571088711633","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210301.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210301.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210301.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4d6b127f0e9112dd10c73ef8b41fb011b9e7578f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210301.1.tgz","fileCount":79,"integrity":"sha512-JxlKGauKexq98kOWfVhnTubtqSbIM0yJipY+hRfU230CLCpfhaOpAcA9NeLz/23dsqx+DvQnZ2TXm0D4GnuN6A==","signatures":[{"sig":"MEYCIQDS23sZS2nwYuMkWy03npDqRzok7/VHV1jIQozrvbgDZAIhAN4lXNiJ2oesvX3T13T7+VF5xNPmeUU9qn6Ef+lgt2vY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1097715,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPWc9CRA9TVsSAnZWagAAw+oP/2010R2/P9D8XYUxZCBP\ni5cNozCGgq+qcYN7sshnNLJZojsDtsdD+fZLk/S25oHnMKWT7ZIhl40XZu4F\nTd9CTNrWaMwxnpyLdp+//Xn6oxxa4DF8q8TlgPDhFGPPbflOSR1zWAPsSeO/\ntgzXem1w6bnypnf4Dra6eKNo+R3ELGSsfkWtbxX/ORICqylizmz45a38i1EV\n+RqqybqpG7yVH8bLtPkYkJ5eLf4bCH2IsORoV0VoMU/v4NMzL5CqIot3vByI\n8VGAIcMbENN382isjuDmM0slrNacQLeV8TjKpK6m4OFHD5h0YZV4FZnL9ruR\nY4vXm0fyMmqjR6SftATmfoTzM0df+rp/oMtTJrwykKvyisU75tTvzD2jPQWc\nfTHxnL6icKLs2w/FCyBihaugNpEAprXeX2Csxjsy+NIep3Zx5TK9ISZlWsJ3\n4Zxvk/4eFj8soAW5l+li8NiYvKfLUHckQgHL7lro+wBhiyTSUdpL8AWuP7cy\nZMR4Y+ilEEsR+Y+cqHJNvbXoDCfdFMVV1H+oDVgi74yE6xQBmp+sNX50soyR\n1yPmXHLfDtNEifoumvRb0vjSN+TPdzdg+zwWq5jnqSQKAHjlWBOIqUFFQuKS\n76KhS2KS8hPp0YP8/+UOQ0ngq3BCaz8oBqc1yW9Rf9oIQeG2J4EqN4K04vvZ\njqOc\r\n=5f/Q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210301.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.15.5","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-http":"^1.2.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210301.1_1614636861197_0.504753752839624","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210302.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210302.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210302.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7d5cc78e1aa31cc33d9da36fcfd4e450ab837b4a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210302.1.tgz","fileCount":79,"integrity":"sha512-gJtWfFcVphPXYd/iye9oof8wOWWM8YnH8Ceti2gcQ1YNrQZXJsYWq4JyMCF++POSO7440hES6x3u3gKrNOsgpg==","signatures":[{"sig":"MEUCIQCjNeUyeu6EFT1LYbZHBk77dIFNiw/uFFFTRPDMiv/e5wIgXsKXLz5Z86RJeZJLcLRnq0NttdT2wQ75YnvSMJ2Lg3k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1078365,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgPrieCRA9TVsSAnZWagAA6IQP/3MM1yjKle+kmXs5ESwg\nZB+LqFi4StL4nJK/q/joaWaHvoWR8WNTTutbw1VBKUsjzfb0QuRq+Em1A50D\nF5kEATC3KTmCTc1QwHIODwjJfCgwxRMhdMRPjlLFdZyPBFno0ANRk+dVSsyL\nju9SVFfSVg8OvgM6u52hcZlo4LZiAzmwsujNIOneGl+IOA/i0+HpSbqcfdLs\nulNM5jY2Z6iAk1fSuZhHyYEeqwZ6RGhS61tkzlZo0cA20k6KGiqV8jza1ATF\nL2IUf4SlOO6dbXMpgpwt1oiXwKyB1WP3BFdlBsVxLnDgRw1BM2ipO2EY3CTs\n2HrhlPLXBNUBn3iMUSGm2CS2yn2fIVcVlaza04/tKOIzwS1TNehFUdqlMVAt\n1PZLGxnHrveFaaSFhmXymlx65cXOWGaN86vx4gCr8ZLm7/aE6hkxfGLcFhxd\nc0ilZWiSOCW+lDO29rhyap3rX/8AXgH/tzGvx4k9Dz3rIu8ZgDhRvLyUp9+b\n5KTmq1oCqq0JB56jA+PV9rwKswY2ZTYDbc52QGFkeHApguFPfCpO+9oOWwO7\nrRhHeg/0lOqFcUFMWBOZ75O43LiKAWcqhgUqaUS1yppxJJ4T7DOeb8Oy4LdW\nF/UaOTkRIHhgpt+S9/s+P6HwWv1boor114MLnDVsNK1wZDHc7xy54H2tsrST\nQEwy\r\n=KoCS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210302.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-https":"^1.0.0-alpha","@azure/core-client":"^1.0.0-alpha","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210302.1_1614723229856_0.7964668186604573","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210303.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210303.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ae07d923c78233cc9583e30707fbcd75800fdade","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210303.1.tgz","fileCount":79,"integrity":"sha512-KdtvCoZLM8Pz9FOGgr6BU4n4M9NXUwjSqdGxYMgyQYgHa9dsw7grIKlR8Lc52+M0QHUdZ3m6ihENdODAv1RU/A==","signatures":[{"sig":"MEQCICGcv377n/vPnZwQOT6GFYO4cgLVWtl4/fQvXmmZWVCZAiBbEUqNa/Iyb031XYBpqjwF5ocAMztovAn8E1cMHOOoQA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1082639,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgQAnnCRA9TVsSAnZWagAA4pcP/jmdZR3DoWRoFMyCimZW\n2LMov7kGQeDn6ctasxexvtIng+USYdWpTGPi+cCQZbcZrk7sZjwFI4FJQo+g\nA03/Qjj18U2nY2yUCCzuP113xgIfmWOFuElIHvbi0YbftpBMhCmB586HVHtG\nI2Ny0tW2FY++kXXdtq/jS2d1jfLQi3PPMyMlL5rkty0d0UWz/0pHNi7sXC5U\ng3Im8IYc6pyweWuCaIct9Lr+7dQ8kc5f44vosWc2gYacLrGGdVfdn5ZNPt+j\n8uXy5w7cL90gsVgQqfy91e1UHheIZp+lkSgcHLQ8wzDgjo7DBVlbS+ZMDgo+\ntTOfA2TOvwcZYQ+nhbelhFcG+t1bDZdf8WZyYdEpdmqG+hATJlPVYBDXOeYh\nhEnBNNhIzgJ+lYYM4YDlNmqYyeAkIcGqQ6oQaD81x9ZYXHUJZNlt6ROB4slP\nhpcyCkVSh3Udjh4gCPyTnvm8Mtj+JDiiemhkT6vSBgi/nfDOU2QUhoeeVauy\nU1q7FDarPH6kDULH5qs1cbD80u8HUYEhwrKQyjLIOPcI66wGmZOu9Rgsn0io\nVvS8qEeavQwlztNcna/Z3S5csecmdsGVCJQAonJ+d1DMcrcmnOLUIrfEJK3s\nrUMjc5x18wwJip9ChW+dN0Cm0PTYZfi46IHt1njHO+uSmCZYdp2uzBil31za\nWOcZ\r\n=BYmH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210303.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-client":"^1.0.0-alpha","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210303.1_1614809574903_0.02345774300634318","host":"s3://npm-registry-packages"}},"5.1.0-beta.5":{"name":"@azure/ai-text-analytics","version":"5.1.0-beta.5","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-beta.5","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fba13305e91f33c3147c794ed1226cd4673d62f8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-beta.5.tgz","fileCount":79,"integrity":"sha512-M2q2s2ag7ZrJ7X4mtDonGWvWhQvvs8CDc2cnu4zF+s16kKhXJPmMN/58WrJnTmyP/dDdEcJ47JpRHfpDoQEmLw==","signatures":[{"sig":"MEUCIQD/fGDfCYnwaWZUMWs2ym3Dzt5ypnXTghXUPiAg/HCUHQIgW8Elx+TXzQhCSuSX1LXAsTvRzzwIfVHzqO9MBqhpjRM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089232,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgSpP6CRA9TVsSAnZWagAAxrIP/jZ9JhMk//h9mGfWtLhc\nq3O2b5uGf8ZkBf+Bc/yOELE+7ty0DqbOZ3KVHXmwJMTdp0H4LTEgnzRyA70H\nggEw8/rMoOu8D6VhPrs2H4AXmLX0/8/ga3g3U0zJF3HQ2CpAs/l1J9zvS1nV\nFvIlJhxlVJ2WxlSB73HRTuWCBo+CYqGiT4iyMYiZdE+Jtbq0Ie6e6fIX9DOL\n4+Q9BCLqkgkw2yF8vncNVzC9jzq19Ky6hetqvbE96yH8bJ6S3GgKiZrgCr9d\n8qDNSNPfZ6krpoGVupVde5G5cOjBe5SpXmY8EH0ipyPW7ZiUijdroY2MNkNp\nEqlQWh7ut4D7btyVFcmagVxzKFwAIn1wbpWrztcbielyVxrZGlMxUKwfUZRA\n4H9hAVqQBmc6RaWj5p+fXfsLI9UZw/xEJGH1R+sGNdsIxvNSo+7u6IM8NBAT\nUmzaw4IqwNcrnwcebZ4YR2f4DXIvx1wx3jgjhWZzXQxoVIguEpvtQIv+QCXS\nzkPEDkKEc9TBffzZpxF2wL5/N8WbEoUhyk+0tr/xQ3j+AEBjNQVVgvxMSEKI\nZXUMRoTCmpmM6urhb4B+5NMnRS5kcsEAaA8za8DZmBXHBw/m0VzFpHLUVDN1\nZTF6LyRc0eH1eHilo/Q2Q3RPcMe2dqKrtaZSirC6m3v86sR7yxC9a3f2eros\nx9El\r\n=H8eE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-beta.5.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","deprecated":"Package version ‘v5.1-betas’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-client":"1.0.0-beta.2","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"1.0.0-preview.10","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"1.0.0-beta.2","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^5.1.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"skipFolder":true},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-beta.5_1615500281431_0.7241708763447852","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210316.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210316.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210316.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1a6bd4e47ef463aa8a1b2ec981eb894756e0c06d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210316.1.tgz","fileCount":79,"integrity":"sha512-Oz+PETriYE04bD20dNQ6RYBLrdHyWcHx9vsKw9Sjbp6tiibURn3Hbs0zaif5Fhpafvevm1iltIqNKyrwLEZn2Q==","signatures":[{"sig":"MEYCIQDR3BDWA/jdQn1N2c+1Aajlps8w9Ynw5mYjdYokMvVsYAIhALj/tsp5EGcoWmNR0Ugl2yhJZr511tAZArIc4fYMd/7H","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089359,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUSAMCRA9TVsSAnZWagAAKzwP/3Z87y2bn7YZIZgZPn+F\nIGgsHggispwIn7EC5XgxIwjYXQUmmM64l5+zWbyUB29iJtP/ijZY5vg6AzpA\nDQwCi2VNhkPsBqfwD5r8Uo0EsRAkw29qanAThsBJpdhpSeDkKtrF9MZLu/6N\n0np8jJaIKxUJX+8tQpKgQTmKI3TIqhYXsABLybikCw30gjycLHHpltuZ5dd1\nNpXCUosEtZ7N26fVvBKYZozOyHNOGtG4RiiRgIC3KAJ6boURvXBWDFKYwvGG\n9MdCW2n81lJpbXJUXJAzMWrL95f0wqFdKgaHHWFXe2573ziVGTDCCpiYZNa5\n9hz4PXBDsm5YvPaCg/oJ4mbyexHIYFTlFg7H5VKDbj5AEyIz2gFY1fZLf8e3\n4QaOomA0MFow7jnOwPP1RNM+MhxwqASZp+Nw6FOcZ7luIbvmgHdEbLY84bRf\nR4kEa6dVYLPr9a+ncA/6PL1BVqa8QHgyGv7PpZroCvCkXaHdXNPnbdbCGU8N\nUgJajQF4ken/IgOhDp+LYw836Th5gSfZ9CP2HjARHazutyh6RRs0H5Dm+V93\nfAiBMyizhwkUFgANWFYz16FFtXWkOougoJAwCqEbzo8vmjjnU98YTs35Q3hi\n8ZXCmYcPAZ9gzwwLjTJUGHXjDA59KFKK4CcrpvDrEJKTwty1BjnlfvTAtCCS\nnBpi\r\n=ZOCx\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210316.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","execute:sample":"npm run build:samples && dev-tool samples run","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-client":"1.0.0-beta.2","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"1.0.0-beta.2","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":false},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210316.1_1615929355954_0.5969376311980756","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210317.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210317.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210317.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4fbb731f710f27c4c98dde4fcd310dca0bd33f28","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210317.1.tgz","fileCount":79,"integrity":"sha512-se+T+AQZj7S+Ygna+0C8BdPGAgN2cz3IgpxV5DmPmGOZwjBlp9SHhz9xHxP22FWssQdfm+V32vJE8obRnFTTgg==","signatures":[{"sig":"MEUCIBfcDLgm3F92yJZ0/FuU9UVIrxBCCKmltAe2Llqp5xk+AiEAn4g1aa2VsY8QTBNW8icJVFKaemfgtVq3Y9QWPKbmWSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089347,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgUnDuCRA9TVsSAnZWagAAYDAP/24oQVsE+uoibX7NOcW/\nYcDsN2s5Q3teaDdqD7ecJ7safInTwq1YznfiC8L4ta0MbFzc/lf44KhVrbQR\nmQatexJfxsluK55jla/FomsaxWFEALOO7xYS10vEzshruh2uD52kgNCL8J3w\n9yl6uZlaSFFlFRd5hrT/TLMC/T8l5grskQ+KijpgGa+0sfHh8a9FZpkhimxP\nqNaNZlYifP1OunP1cFNasvDvYMzKnHomsbLg6ykNNNFDF53y+5+3tVtwE0nX\ns9ahmx9i7KAuBsfvfT28QNbPiKoOpw3wJh5LYWZCFbOOdyzF0+j70kW5AUcw\n56pOBcSrsbQ6c3o8FdSEw3q+mmx9nbjGlrg/vYA6P3yH0ctL9xX+5vvEusRy\nKgwKR0DaYJCtyB9/ZWMAgSD2zSLV9WhB1CrzKaohtofXXD+pzykvRgdvBtv3\nBDbeKMOjra4UZ/qLBOBCz2F0db3X+ORuxGqR+bRP36BqM1wSB+ZSlXYGe38r\nCx1Sdduk2vN2clYRX9abwn0kR7NnBSMwobXBURWNUEtnNNJTgqb443a/+WyB\nwGmHOHFbavldZX6W+4J168BGpMJR8HmCP+z3NIXZj/NTrF0BjWYW/mvV2NOG\n5c35KxDE/cQZ4Tp2Txwi/bSrDjhCWXLpKk+hQwH8FrN9y6E7Jw0kgc/SPyq9\nUpAO\r\n=UVLP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210317.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","execute:sample":"npm run build:samples && dev-tool samples run","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":false},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210317.1_1616015597601_0.445551535774819","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210322.2":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210322.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210322.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3dea062b965a78bf492dcf37317e4292ee744cee","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210322.2.tgz","fileCount":79,"integrity":"sha512-u2Gd0mrN7M5DON52kcLqd05yBs2f5g7KhePLiXzOJ604G22dCFBBZOzjIhzpJJVhhZu9Pt84tGOdk9pRjZj/hg==","signatures":[{"sig":"MEUCIQCEyt3AIO3/Vs/GdDbf8u2DEXw0GW12L9x3Vepkhy9hrAIgNtUlO4Q/bSdrr7Usmi0lq1b4PbCVrBNkd3C8mLB0l/0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089348,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWQ0hCRA9TVsSAnZWagAAfJMQAIWPAaB1D5LN02hVv1Lb\nb66DUpsZIE10SItSt/zmjpRPCHBuR/jJRU4+ERo16NnH/Ro6+BAlK21DwnBy\nFC3jK3rB5a6mUcK6UMg7jcehtOHPzvPzwWCHR2TP86d8INT6fWK+DL0eASgP\nZByDZruwttec7p2QdY0LqQavtXdHKiTxgV7XemY8bsrv4Y/8+qTIsWkhnbq5\n2GoWcpREpn+Uaz71VJOuZff0EmHpjnXRaWxZlWq495hbjhfCJjRd1Z3/1m1P\n3U2BgeMh8htnxrExXoP+0CPUE9S/hhS/AbFAelbw10CfLIB0SBE9t2p5ro/b\n8S5LkRzshX66AC5+T/FDEYExormEsRS1Kv26MHxcgcpLK+Q/QFRj3e5UNdCU\nhbAJRNEwG2cjYeh8FPR9mjM4GIuIdNfx0NVsVu34E76jGZschOwxV2LGMa5u\neyKbqyt8svXAVC0vp//dWFWNk6EJQ3aGuYl2+Y/OaIfbTBwdZqdXNCg2cMSh\nb0fY8M6O7RdkkRwZPW9AIwViYQqojYV1xT+rE1Tqll2+SytHd5+/x03aLgE/\najKzgKSK0uVGry//X7r4tIQ0h6ZUHZUKSWndm+hVTNcQffD6/n70UgtbI/pQ\ng1li9u5v9kcLUdmcuHfJe83j0kP/5MTD/ni6dLZ2hgW8tW6L4O9lZtzoroHV\n2f/L\r\n=/yI9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210322.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"dev-tool samples prep && cd dist-samples && tsc -p .","execute:sample":"npm run build:samples && dev-tool samples run","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"npm run build:samples && dev-tool samples run dist-samples/javascript dist-samples/typescript/dist/dist-samples/typescript/src/","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^8.3.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.1.2","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"skipFolder":false},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210322.2_1616448800932_0.7197609971578589","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210323.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210323.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210323.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"115fdb52b62510bba0fe28ddf6fef046263fa5bc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210323.1.tgz","fileCount":79,"integrity":"sha512-h8bzfPu+50rgVoISJzJIaymoZgOq57Q50icgdXWUq30uMZrDZKNjwSJK1w2LaL7jua+F+KvQk6/vTE4w2KkFRA==","signatures":[{"sig":"MEYCIQDukIzciaXSVGxkvL9i4jftCpqjZVRH/PNp454QpuF3GgIhAJGFid89P2wo56I8guguCAc36mRzcahzA3FYRBeAIFwQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089826,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgWlqOCRA9TVsSAnZWagAA3sAP/A2qEXgv+piQLcscz80j\nS6je/IEo4fSRIx+tpCrJEDDl8+r7hC1Q2Nlb4GpqmNUBCGG+gyMndPFIwgU6\nBdSvlGIJrHXCpbVCoG4VoOVMdesXMGL77+9pm5GvYjUahfZGB4J1fjzVRbJV\nQx3WloTlyFvt8UipuLe1fLM01qq18oslt3EpHVI7VC3FokrtbC9Trh0777IV\nBwjQvl50K002W/uOh3+rvMOevvDpa8AmRjKTuJ/nQ5hdNFmLDFgM7QL2bqgd\nspotxLyhQd9xbKcFptDlCWek5LtXJVNV62xYduR6G6e0Oxw069hUiGeieCiv\nNgelTQzTpBMb1Qx9Ffznm7TxLNnhiXJZv3SpOOjNKUoSUJEHamgvA9IRpEhO\nQK+lWMBwMSih4tuWNCIok+Yp3MwHx5Pk5a01f0N18lIUG3fejixnKV4aJ+y6\nEht1kx7jsYGYgSAfI6OoJwyddjmgwU+Luk3JTnYUXuvAAqUBs10hWHa6AJ2n\nc0yXQtq74Q5DDpcsRcozATtMxPLWaxwVmwwy9ZGHYOqL/wDR/HzB+f8pCklV\nrDXAnYjV1OUi4IVetoph5yY74TeNDOunucEH+vzes6v4lYTbeZWfcwmt+yGD\nR+ls87vcKsWBAUb431XddED9KSymyP33OsHA1OO3CaHf7OS/UDCjkf9Uwz4O\n+TjX\r\n=6tki\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210323.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.2.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@opentelemetry/api":"^0.10.2","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210323.1_1616534157777_0.9338042172080401","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210330.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210330.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210330.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3561c700b87b2f89b621155c5266afb881ab71ad","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210330.1.tgz","fileCount":79,"integrity":"sha512-LMS66wDu26NHUKXEyDhQT9K1n+bG/PNp6J/kRkuM1Jq+w6my7TJ7xONrZggtm71R77CtugFd1QT6oAx+Kmb0FA==","signatures":[{"sig":"MEYCIQD6uLg5RmkMPqceSw8VMixw1dwe/WfVckGep0STExsEQAIhAIj2D76+FGpqPIduhGLfxA7H6xNjBlvTmvU6k/tP7za1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089820,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgY5QoCRA9TVsSAnZWagAA+WsP/jVOFkxlwohts1LAbq2t\nsoRAgZBVIJI2Q/Ii9GsTlP7asMXMPcFg7fXYF9VyiPKCeHBk2MCpfvwBQFqb\nEJ/2QJp7i4xRCJ42rBZjKcvn+DZvfER017bSfH4QRdXzDU4Dcxk8xQMismqh\nUcLTGrgiYoGNWbeawE6M6hRaG4Xl0NETVjkwJkxkh4IkZNH+et0feT8tnkVL\nLFQF/K1q+vEidTPMBzopV6M3qJ8oLFlyoKjq6iyO06FQFfxFbyYHRC1LPsT1\nOTja3JePlp9QQql+KT2+N3OhCgWiz/0rKqEHyfwyl7x/DGgyrFHagavpv9Sc\nFrqZ8QVMS3+KkzD+5/NPG78DGD45hHyxn+v2eDZuYdIbrygFksxcPnH5ndyW\nvoElyH6YkOFm9eXcbfbaAtEZQQbebAikt7DllMk5Yew7CuLpBgIHyquKtNoN\nhhOLk8S8f31sMv7Q6RgbsOwuQvhzGJMrk0vgDUOK4saf99ARJCr5kJlxt75C\nYu1DePHLuII8V6NE6B7qBP9mfyFes25HnX41Ph1vHUoEV+PbMf2mVZQtneDT\naZU25Af7lIiJA89DHIj8J2n0OEtqlOV0jpq3B+gBxb5xLtTJz2sEWTlUqbGU\nXxa3MeoOWKJUL6iAb7J11q6f2/2NqD37cR1VkUBy5+R2bsAnjL/mGqEkKXrJ\nbgYw\r\n=iyr1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210330.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0-alpha","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210330.1_1617138728060_0.32721439902248006","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210331.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210331.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210331.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6c671ae0b63a646a283ddcb8c2684051be90f17e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210331.1.tgz","fileCount":79,"integrity":"sha512-fDbXrePrJnm2RkM0ruBXv7miEaozeWeFuFtclDFUYmfy4MaNzw9hy1YW3800u9xNWUpU6oI6JoP9eKu15315Wg==","signatures":[{"sig":"MEUCIAdhtLeoIq9PRVDaHETsO20YJd1bXUDPkOJXK6JuSz1dAiEAi32ndV6ZUVK0vMa9AXbq3XKdZL6fviWRAEC1BAjBQUI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089814,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgZOY7CRA9TVsSAnZWagAAP7MQAIgLkVSDpi3tZMfvDhsh\ne9HrkXOKfwLfsrT3mtPoQdPwpPkJv1H+DBoo/rh+nwgfL4ZHTdWfIJFC85IW\nC077VK8L0S8PQWMvKSxVhle1eKNwPfmoeMQx+Y7g2+KZDReoJ5bQF08UcczM\nktkqbKPe4c6xVllgO1LopV8ek6QdqhBz+qxAjWRit2UnrxT7ntmc55aCH1us\nFMSK+g9ODUInvI1G2qUloxO+s286Gr7zhh3Z8Sc8jMCaBq9bAk91VgyXN1Bs\nVaTPJr32gjduS6TGNe0vRwzCM2rwVQEkHjU1FqeZa2tZFpf9nTtZ/5j/Navs\nOg3lxkzLD6b5sN5zlpHWegY9+RVA8dkRS+1V/VodE80ZKa1Y7YtZdJTJahce\nwCD4vqUBZUiaKqEsg6Ld0Fdf1QLzXynbq3Qr7EMQDot1kEQHwQ9+Ye2bIcI7\nZIpYx1zYYdWAeeyexyV1Uglqg0mOLTAxR9Ps36DmdVRsvnMnI+hzfvAYyIYV\nqo6VO/bbMzSqldfXc8Jkpyir9iMPC0DSvrj3NzcLieAufx/y7Pyz89OetVLS\ngGghHsyhdE63MlcTLnJbXZIi7AUprqgdP0ZsGvUv9gHQnoag51JxWEFFJDoN\nboPLK2pq+6xMt+3DhCncJhYszVnp9zf4oMJemBJfb/+3Yqk3UBSDAAZweeFD\nJIbw\r\n=9NFb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210331.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210331.1_1617225274621_0.9248855713832178","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210406.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210406.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210406.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5e0c6092ca95d418f59f5d8a92696e6a56167af7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210406.1.tgz","fileCount":79,"integrity":"sha512-AQtu/+n9/lsN1jkGTmA51J3iGHxzdva/YtzHUWghar3InQ356SpzjTLUKME6Dy/fr/csNYLrxu0WoB1+SuA20g==","signatures":[{"sig":"MEUCIQC91XwiMoLA8MOYTvZ4q1Puu+qqDEr9BCPaEDP6GHFEdAIgBXKL8RxsKCk3K39UoGexoYKKyHp7O4rBawEgQ0mFN/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089825,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbNEaCRA9TVsSAnZWagAA5wEP/0l6v38AcDcz+HUGh7Ya\n5f37fNxTZ+KMA/RCeHYiXfVPBsPWrY5hvZUlt2OtwDo/Clx8/6tEM11YjLc6\n7vlBNjIASSx/tLSHssyNoBopREiIGdUXYyiLw5/9Ls77w/4r3Ot2ZwPvl3AE\nfzLJ2htFWTX7RccRrXY6/2rPn+tpSmLrFfZUWRC0AGHIXkw3WTn57m0PjFeb\n0U5MtBpYLTpxUmP68wyHU+wZMm0IZNymq5F47P3KmXKZGoGRvd9ESxIwi+oO\njI9rILxw1O1v2w1wfO92p+NZ+/dsxKKfgQDfySBN8BNxI3+JBuJ5jFtnCOqS\n9NvrXk7S3uCInQKGuuiQhLuN49yNY8E2kOtCcby73BOoEsGTuPszuTKdiCdR\nrPGhHEAbgkwML4DqM/2E4EABKYZfcxpHyKDyfH5+MvSB+5EZ1pTLWafTfTsW\nIvwlpwW1RzhrjNkFsg1pfyAABBSdxql0NeOgb3Z8vw7350U0rWQQJ/YJgZM7\n3hBtX53qV4ayO1pbIGai17wNvZzo4RC0DlwVH1ElTRjG8iph5OlSZZov4oT7\n5Fd+P6YtFb8FWcmhppvKvH8I74M/ipOTRJvwNMsbgDUqN11hEIJKoeACilkU\n5oE0yzY/LJFqKc5ADoVijjPWFTv9pLnwiI4fuXjFFxsYax+n846WJMVTfsmx\npMzR\r\n=ehfN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210406.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-browser dist-esm test-dist temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210406.1_1617744154244_0.010541946265892","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210407.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210407.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210407.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f2ab42382c4cfe489b378bd7428307884714fcbc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210407.1.tgz","fileCount":79,"integrity":"sha512-uXfirtECEpSKw/MHIH20HKbxfwgsn9BJLFeeRRAue7Gk9NH8N1Hmff9lyOu3IjpnfiBt/7clvZyS3fZGknxVnw==","signatures":[{"sig":"MEUCIBh9bQyDFyyU5QmyDJMtYQh0C2XbgVAD7EwwBcHYjGz5AiEAxYjCMff+Jd62vjXXAzu7aFlMQSjQUl87UMneyFhpC+U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgbiT4CRA9TVsSAnZWagAAXucP/1O+e7hbf6sK0x/Nf2y3\nRMmX+WbtYGU551uEpafabvXwB6LrtjShNsQioq7JPrwoKgs/uVS9fbK5GTEA\n56uYSIIVfUA6GJ/fXSH6PFOalcWae47PGEphywXdwbDonsjowHDftliusRxp\n/wtsp9CqQNQ/ihp8KDUomAlPSw4eTg22SPLw1vMr2BFPMWy72CAWCIGHLmaM\nqcj3V4WGmknJ67TQDWm+TX3UTdqVTJwDGwyIjO6vGcE1L1PVYPbSJD1eyHCy\n7A1uO/fj24riYSYM4mkJixrei02+VZIBHhQnmZ2FZaYgX1wAi5cuh7VvJqhb\nWJulQz/9B+MRnUmCU4jiP+/ddaD1MlrhqeRLgZiNrJpV3NVB6YtODq+fUHLB\ngcK0HhLS6IpFYeFVOf9VTAqJT5fGOaUu2EHh6ifJFRyBzVRZVg0Eoh2y8TPC\n//jQ2dpKnIUDlSm9Lu+/tBKcG1rj0Fb8wO9/DkChELB9RZ6fV47iZaiissMD\nfIBHQ2D70ftDEWdgljz43ZvAo5MQgHXvOAQsefkNI63oUgkPxqfgnKB+EzBS\nHtLIQTOPu5CTvdk90QF54L6sm0OrgbB6wt9f1HGB4zy3Yl7YBWp2F8EF38i4\nsKCm5+KTVkds6rcAbHXvXFyGo/ieuVdWhC8kJJ/jv8axNQW9Gwn8qZJpY7i/\nm/IU\r\n=hkah\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210407.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.11","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^1.1.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210407.1_1617831160127_0.4983051260358389","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210427.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210427.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210427.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fab8206b4c6a3ebcfb414b8131341ba870f25a00","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210427.1.tgz","fileCount":79,"integrity":"sha512-ikA0ShIG8RROqpQyPpsOLP7bOkAtt9S5PivJ86eQOYSbTR99dHDB+jgA1FRKTz1wCrJcnlbsX8HTYSANzLwQiw==","signatures":[{"sig":"MEYCIQCiSBZ1uYXp6hNxL1YH5a/QMT1aMkthYqKNEzsRHDaJ2wIhAJxUIxHwzl+ToJtl6LQrz+Fc2qF/6lPS0aoMk06wn8Qm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089800,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgiH3wCRA9TVsSAnZWagAA0bcP/32E26Mf5Y8vRzZs4uZP\nuKwBH/qYpSnztUNwetB7sNWufB5TiNzc64f0tpbg7hsK0NkD/NiqxxXKOb3g\nmYH5oLMwb8Jj8d0Kr/7tcHowTlTvkuvCmpfuz5alOe7jiYao7fX6THnvguI0\nSVMEAFBY/YCgn8SDawen0K55fFTuw/1DbiicYy64L67/vZpT3ehPtUxojror\nmT0nCT00e/fJT+JaDzgbbtvS9e4TYEvGTLSTJeMmdjur2qmX0utxYxEjw7i4\ntSD0KKALMhg+UPxOBlDsPQR2C1JAM8+91X/IMsT4A2juNj2hBoKsG6nojxBa\nEzhYO+E/mw2gXf6/v3knbZKtQnun/jRU2qB2VHq+mwEvuKugyn1HWVt5Yt6g\nQDMYgTDZjW951lfkvPkQhIxzxtSWg8Pa8NWqJTW8AixhlCi7LTs6weQSl2FY\nkzSw5DibFCiz4LzSgS+5StK1z1aH7X6Bvh4oZN2QMMXp7OvvS/t2SqBjibSH\nkhw118iwnRu288M1bPgs9PCJ/EyDFSHOg6352aQO+fIJik9mZ9jbODTJqKW6\nmZmoVnPKKvGJPRoxf07Nu/Nn3thq+ZyGrE9qsjqDZ1VKEWMdUtArwbmeK1Et\nHlipl//ylInLkuOlUG7opzc8A3wWMehe7/3qGmZBteb6QfI6YrhvA7XTxE/4\n9kEw\r\n=TxWf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210427.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"~1.3.0","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210427.1_1619557872273_0.18256734549311138","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210504.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210504.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210504.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9ad375625806989e8926c375015303776e4f44f8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210504.1.tgz","fileCount":79,"integrity":"sha512-+QMcZ/kKEmnGtOera4F5S9fTxB6yVztAG7nMFOgZI95n3I7v3Fd3AN9sm45wJ3AF5hjy9shXiaDxkEjIirlrNQ==","signatures":[{"sig":"MEUCIFSR7kUgucWqbnwgZq0m9FRj2bBlPRvlB246HmgHcrXHAiEAk++UIGoHsoYLPlPv/SQif415pqn5x50lTOul6s0vc+E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1089806,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgkbm1CRA9TVsSAnZWagAAMAQP/1pThB7HNXm4JdmYzo4s\nYxfwGV04hg22fbS0wIwSHuqPuRKGwdQDmuJ9m8kbJfI2hgw2xsW5ft5FvTR8\nDjAOhD3GI+4zMcY7BTDpfKvHl8OtiYom2MgcAO5V9vhM3v3U1dEBFuiLQZs6\nq5qWlogYGfFi2iOymIwqzX0odiFzwscdONZuFT5P7JH65fVRhd0mdz/imyQo\n+oQ6HxW2ebUQBAsAgwEmSEqKX6MMfuqHvWYlw/IPGHXLoZiP2JjZMVoQLnS2\nxd6ABWVZAt9/hg4uhf/nmtXRA7i3zcep/3ZTdeiLCuqog8INe0aKyZ1bQ35A\nLPrPMe7Ww9eZAtZld/5smpti7Sc9yf+WCpflzfd5QbtOCUSTBO0f6o5tiYKa\nQMSaDCltlpp2BfxU4WV0oaWcnsgdL+z7NBXNwzqVFANQx38XJdks+SHqH2+G\nyaKYSRBR3vbo+kdg88t7KjkIsEPgg/XForK4pKF1westAjLN55aw3+3F2pnm\nhdX7Gdt9xUpjhyAkosvIDzH0cFzVaHqyac6T8UwPXK4CtmexgupANdHKbGDP\nxEwgtNxry35qB3Drl4J2QUMFEOGCv9pHIWAz+nnKpUNY9eBgP5mgy00qYzwz\nM4CDFxjS/5UUpknDOj636AQWjlZx/stDJR0y5cjmwQWbPzxFu12YdcX5iHMW\noYi/\r\n=/Fh1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210504.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210504.1_1620162997209_0.5947665299876495","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210512.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210512.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210512.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0bca802e84b05a37bb115a23e089d15f81dcbe30","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210512.1.tgz","fileCount":79,"integrity":"sha512-FH2oqpcl6HrxrHGVwP6yRl/Zb0yOsCnqoivQ5/yVP6VbmbJtvXVCnSOVb0r/fWubfA9AOaIrZkdMr3X45Yw2cg==","signatures":[{"sig":"MEUCIEX8sxhh015W/FhC0EGSdXbZObV0kPRn8UJncOvTLZKdAiEAqJh/GavoOOP5cBZlybFg0WVS7eTOR3h+ZSqaDsZdTOQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1128248,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgnET8CRA9TVsSAnZWagAAxQ4QAIHxusijXZRllzmGvDoo\n5sJFK1KUznzb+Hm11meO+lh5e9FSFZ5as4AD3fcKDlpyQcUKbFoefdKl4epX\nsJEisvFMcM976DTToZhevt51evXZmjTq/X6bD39cupXGWKWPhDAYfOkCzyCw\nVWSZbIBcEat+87wcKya0J+8ViOVxNEeAjWUcnzY4J5QEVp6GslvkLQmuidKT\nPST3P/wFUzvVtkTUsLTU4WE+xw5ljS5kugl8YVpINdQCozFQM3WjC1gd8if8\n5NWXUEXPQq/Fqe1+TLPR6/P5u7M7vZTmhpOAhJmYrGUtojVCLqfnB9N3Rsdz\nHtg17pk4OaaddiX4ZrUaAwu+S7NzFZsY8PbTjiU+NtpJPFn8C0Mff1h8LOmY\nCLCjmlHbozZGabpRNxUC3+hxLM3F8Y5rJ7S3LVeZIJ6AGUcIBAa2sl/C778X\nIACuA4lgLOJQQFBMVRdVeUvdl8lkUXw2eozPslD6RXs0yRC9Tot/yMyeCygn\nGBpKUOnWfuGTZMDNLHo3zFqC45A4x+hCDR8hoSjHFfMQNR7Dg0BoR2OFZe8j\nchnaGkBPUO/rUpnYCmiBLHsr5pXLzEaH9CNpbAxc/41bBGZqh0EMKtWRZnBK\n6DhrnOT8V0BW4fiztGzKyT/BtmIq36GI4OTYWy6lg0f2kLgn1MpsrVK4+S7a\nGQ8E\r\n=sBhO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210512.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"^2.0.0-alpha","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210512.1_1620854011313_0.413845416043076","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210517.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210517.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210517.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"142a4457276c90b44d625fbee04a982374bd8ef5","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210517.1.tgz","fileCount":79,"integrity":"sha512-Byj/ZJ3p72hpLRj8OVmTko4OzLH6T4B6gwzc3YoqHDKKJftPr6DHGAIx8XBf9E41iJ0TE1CpbZ4TxzOO0r3h/g==","signatures":[{"sig":"MEUCIQDK/X3pWFjyVu9kJDFyyrCxsRfz3C30k3tb2eNVXRs9jgIgdvDu2hAGhDk8zCoEOCzjIf2yUxyRYRlCEjMrdfPEIHY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1128252,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgotxoCRA9TVsSAnZWagAAuh4P/Ay9UdRord4YGlwYVl3k\nyb0BnzkXk7Rm+vkPKV9+wU2uW64nwmMAvR+fi0rFnn8y6ZoZnknO8iJzrTIi\neyxVQZqYLjm/j17h+g27t15vO1KOeBvPMxVVacOoNIIptXZl7msYd246RTMI\nhsQAv3NTw866f0tRlj0ZTgfibwh9pctUCiVE0Is6UkNt0piO+Nhj1gKL9IIv\n1/ALoMo7CKJYNURQrUk3SOtFh9bK710hNKeLI1n28vKX/Xo8Fl3Rs978m0gr\n0S2oA+1OxsnwdsnIZ1f+C2SYXlLAa3XuUmYK/j0hyiljwYvzQiKfAO6yBLhU\nTO6/skmKjZ86PAWkRYt3f2V5YBzCD1J6/Cvx95ddnIpnuYXks8W2CgeWUblw\nk8bNoZId1DS2H8hK00iHivejPaYzP60cgufYn1k7RroIqKQM1EoaqtaShMoO\nY/dHwIOudF4A78oKMOuYfOB49pddWYQQJj9OF3U0pnihiA3nYJnliCGtcExY\n5xbZ68TtUoRIreHzXCtITVxPts9eZ2epiq6Lh99IBlt6DV2RvjZPd/AtbCla\nKZ2k+9gLgnYlbPvvkysrmEhD5YKZvjd6DPjd6ZO/I+0Sc+DGOHHCQdPobuxK\ndpH0SFCFA95HnMTKnok5oCy35y6sAYAAqNfQceMN5529Bqwdi+N8JVh67EZE\nEFg1\r\n=E0Ne\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210517.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.12","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.16.1","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210517.1_1621285991602_0.3952935443359289","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210518.3":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210518.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210518.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"73e26e74494625813ea589fa3a499ed35ae71857","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210518.3.tgz","fileCount":79,"integrity":"sha512-SxT9lnFmkfeT9mSagDSyPZbjp1Yj91UbanXxihllaxcroWOT3VnrZ2P7DuuOeWeY7lzu2qgAXJn8ZZD5uHaq0Q==","signatures":[{"sig":"MEUCIQCiFZoG5oKpukkCjvFfthJy0EFxKscRITh4ygqsbwDIywIgBiSq35hQahfUfSY0fSHmWfvwI+YP8l5FbJT6h8nXACQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1128333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpC4kCRA9TVsSAnZWagAA4lcQAJA975f5xGJFthS/eghs\nGKXBUNRo3Rjr6eCMDFaXorUk0SSJt5f0xT+v/zM+rWjVLdXgn5skMOID6Rzw\nlSuvTWIMnkiUmui9xKsS8f4itwQLqd3ivnz97RgCbHt5kMJ08nYZRcYdvrM9\nJLhxEwXryICy+cVutPEWx5Jr7UO43CPX657RfOEyFTIc5yY/bZKrLkhGwH+B\nHmjIUfjoP8jk+lvNf/GUgItRx1DX0TlanLPkOrhxZdMvdzNMDFto38zgzDF4\nu05ThT9/230+SymIvvcTu3HYQUbKMtEPyrL5Sn+y8ByW8/5/eNErklSXocWM\npNFt2stn8AAjjZNT7s52ohRxX9S2UuVumQzjmw2zjExW6pCV2AAVaSaxz1eX\nf45YAFTK8PmYNdZbqR4aI3LRuJRv9dp60eHlPVaBCVfDrgKqvdvDiv9n34rn\n5GLNJJW0YdErdcHV2rVxseVbhfCoDrqvR6oh0p9gWql7vXjVepu/Am6ELpXa\nupq3KFw3xay4FtEOXGMftLx6Dn35gU4/vhNP1SlWMiHkqx8Osrdiw8S70JoP\nD4by+NEIKTqB5JJwNo0cOmy7SkUoqNS+gNRT74cQKtY1ijDfBYk73okhCUG2\nn2uMRYzLO0/fe9WFzAO+dw6o4Jk2pWpQ9QHAtU7WfkNuhOeA6dB6p7wCKEjL\nQ3PU\r\n=dM6d\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210518.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210518.3_1621372451293_0.10549100311930126","host":"s3://npm-registry-packages"}},"5.1.0-beta.6":{"name":"@azure/ai-text-analytics","version":"5.1.0-beta.6","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-beta.6","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9b747d39772946c321069837973efd6244696f0c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-beta.6.tgz","fileCount":79,"integrity":"sha512-qxCUnQgji4QQ7OtkG6g3FYWX6IkfrXwk3yWg1Wx6z3pQ6cYM+8SYBQdw7GtQxTUSNPBgUfTVsMqDiV1s/x6mQw==","signatures":[{"sig":"MEUCIC+gxDPusot16lzMUNjyqx9fFIwW9+XIZIebRBnjw4rgAiEA7qvrtLORNGh3s65PsEy9VRopxFxFTOIDUy+5GQVKAuc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1128305,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpDi3CRA9TVsSAnZWagAAs0IP/A+kbWsBk95rHlKFRLS0\naQdoqDyKDsQubECXnPQ8/trqs4bVVDxcyEN32j/eYltlUTKJwvTqzQy2M8go\n+DYBYdU8nNhr4GDfc2c0FYqHaJknR2Q0MlmFvR9u6/Ihpx+jOED/+HyoiSe+\nocXuARHuZl7FehYiehBreZN8QON+bppLpZXe2VLFf7Ma0qxk7MT/17+hZd/9\nEDcScK3FN200+VEVFO1i8Hhb0iobr8L2FwNbE2V6H6Fnha2NHwO+A7fezdya\n9HhcxMILpE2ntL6Faxy3ejGhmdQbqr2dmiIPXWhYUbPvcXQLAJLt1PYXXymA\n9o0HeSbfs5ZZyBbJfSTCeQNtttdxm655Ne9oQhFLenl1A/uSxeOMR4K8EwS4\nW6gIsKtZxDc0OjMwDnB7CCYhqOWbV1PCyQ0WKJMi+XHAxRs0//gjKAIqtfrh\n6ZPuNNxh0I7VBNbs5tdCcvqLbUVViwSGgSenvQwoWftd57SC13e55tPd0+Tf\nDroI9pg+8RjTpEM82gCyKlOrAHxiEW1J6tmDL/dXj/DiCRfHVlXHJHOt54Cp\nvq8uVaj/ZyKctZPL5qsEYsOChKqBaJAVRh6GwLIruWZYIlVayc2akBFCN4I8\n2Rw3gSO7KcDElnbZBmHFo3q60bllZLJ+X3ffEWdAVSf4hMQVl+sz+lrP45B/\nDP5D\r\n=Qidj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-beta.6.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","deprecated":"Package version ‘v5.1-betas’ have been deprecated. General availability version 5.1.0 has been released","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-beta.6_1621375158680_0.6658658838337794","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210519.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210519.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210519.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"79f472c9ad89f04827d682e906daf1674d5d0aab","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210519.1.tgz","fileCount":79,"integrity":"sha512-yafC9DtQbPJpoCz3/Kgkpo02jeopUkmCxsHb1A7YGjkFMteA6YIAZMxAp/GhJKwY7KJ5m1iX7HgIknu0iABSZw==","signatures":[{"sig":"MEYCIQCDUyYiXCxBxBWNkqUDSfHshBhr6U82NOtqYRwKRFVM1AIhAL/hOWGLMd6P0MstUR4HmaY5+6vIpK6lPtmbpRUJiwGu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1128333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgpX+MCRA9TVsSAnZWagAATfsP/2ZCVpFHC2JTugc2gZ9B\npiVvZ/ujE4QOHdMZgWv+VGcjBMIYfrNvnyYFlWEPTGNBfJgS4TDeKdIHDKdA\n9zVasDxDhLTQ9Ue7wqgZL7G3DJpHzimlIB4x8ms9PIW/Lp2Yz2i/0suUlqqx\ngSrymUSIz9hGOd5QCDlG6sxHY/ef29WutO+gJ7569LzAgqQPnl/S0+IaE/LF\n0CdwOvhpyreSDBqKYxZ96IgWbmfgImfJLU0Zp+b+qD8kqvhxBbW8Cs7l9Qal\nmI3bkg8WdBZsOeC+YLrYs6Ip2BXs7DGv+4azyGYUX+qdWDhAMaBXA5F5mJJi\neQlS1d52EcHVWuvYL/ykT/zLpvl9Dpf4UrAjcMul8U4jh3vr07XLwMT4vpLx\nKb6Bp52mbzJpZ0wqgIkrIOm40t8I10gyQPK4psWrPfftoo179c0rcURGlFHj\nE6ei7DguUrpTnFTKejBPTHwxLh1JId0JWv5gAEtZgghpoY1Y7CmF0aeOS4IE\nbV9Y/aDSY/D1cs6nHfbIpcvrLikc1YPo3pVrSA5h+Y2Jp8CRDV0kIiw5GSSk\ngMt2KqKSSwotKPTnXgDvr071q4AJ4IYqofMcyT2qxFdwD+0O4Ix9pL94tOh9\nQvaBGaa9NLh3TYnq/xlBF2AJRldLEXl57TZlPy9ciaqQMDmh+yUuVxmEbso5\ns0Ta\r\n=jGdK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210519.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.3","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210519.1_1621458827676_0.9824875367294874","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210520.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210520.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210520.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ea5afc031395990e705f06e3b7304fb0fd06dbe6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210520.1.tgz","fileCount":79,"integrity":"sha512-a+SDJgjPbcTLys7eb7e/+6gQAVAW3kZINDd88rqiwf3azyOeE2pg5MiTfOHErWquayPN3TBDSXjSdeOqmSQlAA==","signatures":[{"sig":"MEUCIHCMtQdsIRjTL2raSPf8+AItVV3tyO81an3NSn5wlf1cAiEA0+rQHqnB35qVl0OA4Sfwb8QhzFoDHBBgW6fw60JhS2Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1128364,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgptECCRA9TVsSAnZWagAApXwP/i8IR4HE3J9tbQKvsoc2\nDyRiWAQGGceCGzoNy2LvmYagx4B8+MLbSN4qiWddmbEHmuaCeSDdfqvDgSN9\nUZOgHZOXXerEqLTHGjsfHNlVXew2qbIneZVqHibALNB44m34+rF9vqi0vXYI\nsjRVj8NbV35LbrgszVwreljatknPgP6tX4W6sMHIWOKtqF2U6tpU+NCtmjA4\nIbMuk7ozPSzk3hgRVSGsOpq1sIwPsFtVsvbPiRp2NMLzyqK/YkxC2CdhTG9o\nOMNf6EMhWLjwyiNeYrgzQTsx5nCeYtrhSNIwG5DYZvA9aA5WoIHgagldmFzl\n46OV0RdaCl51X75ouBkR0GKmg/eabyoz5IDl8lJRjLPz7xENR+15dnNMFao7\n1rWIHT/JVnnb6fk3EWSaFzjrvlQZCwbHaRY7FNH3R6hLhkrlF47BJsGOhsfs\nDF0Xpe7dz+BQFll3OFfY4UKktG+uRmWU3PbI8B/SULjzD7a9cEL/X5mXW9R3\nY0pZBrdvYMmhmnM46O2CIpj2R0c+y2msI/AID64CpnSMZJFdX4frnNzjLONT\nxJwqEfMD8qrQUHPROHNtIvZcimv8dMuDjCtYw6X5Wl5/SVaua8QloajbjAo1\nrgaCvqgH2DYj7g4ogvJyLOpH495fl56Rpw/sXn1rXe4fLZkKZ0CtXxRnb3B+\nS5hS\r\n=7yj2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210520.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.3","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210520.1_1621545215149_0.6473736171746001","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210527.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210527.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210527.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"61445824174ec29802a9d7d69aeb5a59cd877d93","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210527.1.tgz","fileCount":79,"integrity":"sha512-t05L2uDGDzwqyRPoYuwU+cRoALaYSzpyOGbppm9+V7+HpWKX0d6lmrlfMb+iuhYhU0r+UpVr81AAsVnR9PUZMg==","signatures":[{"sig":"MEUCIFf50DTll5InBeH24lDRq0AMqiO8g2PDTkl53r0wOyNtAiEA4tVBb50D+T9wD3HWoZEBVn6pVtv0nLXYm7uje3xpVy0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1128345,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgsAuWCRA9TVsSAnZWagAAE5YP/RjS0Dddoe05jqWzoXss\nDOO5tvzYqlK+EvXqm2r/5Mgsgec5LsGEokjh7bLoK8IYL/WJXiEoj9fPGF0U\nKpci7fGseJZSD5114QcHs7GkLkscSfIxl79QJlveUuA+VGLKxrnP6bGJTRye\nrjhtgjZnRG+7nhtPHZ7mTylREdEvD/lwKXLdAOA4usxfV3IOY/YxF3AfWlaE\nYzqzixuNyJe82CTxL4rOLy64gyBXMUc+kO0ltJQThzyrOz+VKSGkl923qNs3\nCfdWsnPvIPTE3VGEjevTLf3atmUm0KqYDcSOupcPIEuIWGAX9Kwoaj5TWpDD\n1E4biD56cTRASyE1X2xsl/Zjfw4eI+ugdcv25MY7Ns+WYVWQYatuzg95ajqP\ncDseFmfixDyiZX9JAvwJFjOcP0iFdym2fK2wDysUXMJr0pni+b7uyd7mUz6n\nMa6lynJcajZcsR8M6alUgm7NPLNitxfiDE41/zLQazlMfisqnbbgfRcBhduy\nlXNQHzmCguNkMLYJtqgIjgOX8lMcBJOS9Hz4OluXdci99aQDCAsswSclbL/L\nc57TlrefPaX0c/QSornJFbFR+obOx7/77qUHAHenX7tRvKO0/QcvqAKOB81r\n2KAEvO/JOVomH+7olXdtmVd+gOb7KQpVbFE69ZG6QF0MwuFeKudFfVHetm7w\nkFvk\r\n=C4RG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210527.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.3","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210527.1_1622150038070_0.6790763138930282","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210604.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210604.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210604.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"870640ab86b7ea4f70400aa324e3b2b683508f43","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210604.1.tgz","fileCount":79,"integrity":"sha512-3WIJXHwpQ1ppOQHkATkFAJ4DNqu75yDxYl6aRboeWS853Eb7gW6oornRMnLuGy+b0gCMp99YA6iVhozjV8mG7A==","signatures":[{"sig":"MEQCIGRAPdzhcLQ+gFme57F103wfe+f/CsnGM953BHbEFl98AiBRntGZFL5PqGwjBSb46quuQwHjCAAXFI5kOPtUzJMymg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1128323,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgupboCRA9TVsSAnZWagAAC+oP/08wzGA3iOX/DG183jYh\nF1ct55uBtS9dIbbQwZd5c0qj7jMohTk2xWj8puoRJBN3CwWbWqu0HEoecHn+\nVDV2hKv+s4EKILqbmE4bXXRoI7iJDlIemPQ5uepUj2HeNdfVUwx0pGE7WlVP\nddGqZC+fxnR/ElH3Ef8BiPxCtFfzZO0qODIddSZOYr5vJdds8nHff7C7OpKj\nYiG8+ZTt4FlY9Wm+G8027dZJd0LkmNTzzfoeRtWfqBCsDwlaO96DGaFUnUyk\nGURoPBpMjwKPy7+P+WO9353GN9x0K95RhX4ITZ90JwltVWbU7GQkWUiKfzlI\nbfaa+f2w0DX1NdwPmgmWy4VbqlZDO4Y96KqSzypMFcCc4ZEQXMLWFNBF8cpQ\nE1A2UhZDT/ZpONx8pIoBgfgx6Kkm0FSlrejx02hosLwUJxo1X5bPYZG70V+G\nDAvpnHwKbAm2FpPRDFdVkuuGyC51TLa7l/KDzZB/i/J35DUOk8WeAOMAp1NI\ndxA0W7wxkK1lntHLooOuK2g0YyUtvBudRVvYnETrIGqbQ7fgOrgzZhDOziXe\nRKbpuRvh4YZueyNmkEoAuIIlqp56lMBHJgbFHGjHqQRpHL+paImoVU2JFcvC\no0uKNrU59urne67NDyk5JkeOmG4sMx1ZPF2LmCxpxZMzBAV9YTPIEd+qccOl\nmngX\r\n=zMgZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210604.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.3","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210604.1_1622841064653_0.6590360699652626","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210607.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210607.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210607.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e654b01ec997004f3ed05542a3ef749fa79d9bfc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210607.1.tgz","fileCount":79,"integrity":"sha512-pU5yFuB0Z24JWklOrZSSc6fM3edUn2Fqz9hbhNZGbgB8CLf+JE2dYmVpOU2smPb2LDe+8Dk0eqIByYanHvtmgQ==","signatures":[{"sig":"MEUCIQD/ckIA3K/hlgUjYBIZSkpIYN8+9qq8GVYigoWDNIB2eAIgQfTtayKUp+evdea8QfxqTwVcO7rLJYTiUQYmVKUKaMg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1127273,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgvotmCRA9TVsSAnZWagAAtU0P/RrADzs/yrz3cJdUMrSi\n8fvOnU0mxsNC+qaemltH2rljW4gdWUkJySbU7iO2C5fhEazphLlHda0AluwR\nJ+WErF9nu9wZ9PNfR9iwqS0W54oH02ZyThYquQ/RX3gnE4IS4tO8ssypFuOv\nQLJnpTFGAgZFoVW2i3haS7jyJYL1+RUOK2iazigQR847u4XyyOTpuXmhzBS4\nQGiUIADbg8OSO/A7l7cO/CIrDHiX0UVCCrtaK12BG+AVq+BEUdnICLSiLsGf\n9da0MmnK2+/sgBQP5avc8Rcw/Ud6ko+EYLllrh748P0MOf5Lh6qdGjKbGNtE\nm+AnapOdLp0yHypLqNDOx1JnTJl1zc6Gj53zQnK9AoKneLpQ5lUzi1M1c+l7\n6rzoh/zdkgdvRT2C1/T48ncUZobaWM/FRRonikXPEo/cJirtXIVv5j1WD+wJ\nHLY/QLgP/dC38u/8kpL/6LQs1sFJNtcxZdHrmmr5AgY0RddIxYNbZ9prOL4b\nD904xsvQhEsuBPQh7lyn5GU7rSY/EIpVu0n9MAqZTNshwZud103340GcJC/w\nmPxABucr0X305237c37wsZSjBM/ho0nfYNH/ZEPrVreyhdYtgg9TAL2WvXlE\n0DZ3mTFgpXVvUAL6o4SndcLBSvxM5byR1JUVMDAIC0BjsMzXLQOZ91iRl76K\nfq5s\r\n=cCbb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210607.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.3","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210607.1_1623100262307_0.08049287002737349","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210609.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210609.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210609.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6787af3c26a2181dabe27cd9096a042411ebb121","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210609.1.tgz","fileCount":79,"integrity":"sha512-wHBvIXzFuX1KnVdyPwoxb1M8lKWEiSPS7OIB4ilxjTWh7JxOCIG+AwrlZ2jpnMv4ZvNmn0x9SXZdfIX9ASXzcw==","signatures":[{"sig":"MEUCIFzQzrKBpgybA9LlGTHK8fPR9ZboJI9SW968xmU/1LPCAiEAmfiFqEnbu/CVAHW2I10QiZCfBnr7exSpAJCaosCj3AA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1120349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgwS7CCRA9TVsSAnZWagAAI5oQAI3fuHQfjUfWD+pztVjW\necRXjiIS4G/YzBnajX1GGQnNHIIxkBpdXO4DGo6kocRtWgw27LdK2dC+UWei\nA8UwJZUKY+bVDX87hkKh/XJi+qWI3IspmuQ4fsB9Pq/hwBs7i3Hyxj2OHrvi\ngsz0JaiI2VoYAsdfK8T3BuMJlehvs6lswLAJSHhvWhDLv3ntTO3D4pn71yDT\nPo1BWFO1okJ83bsk4+T0ifxvsdwC3xyWZAfYzLi0QN/V+zuEZ0DjXmPlj963\nb7kZTZqk+Y+InllzDD/s9MfQT8fYSpMqXFr5HA/34LNN38rzHYgLuoR2X9kY\nBUT6BHjHOWQ7lTr/GyAbAmdamZRuqX4ZoArUXRPRSHhOpFgqylrL+uEKEZE0\nKGcEvR2ppeDrqafRzup9iIK2Doqd6mjs0oY3SE3zQlXOS5VL76N5jJbW7tz9\nW3ERWMx8ec3MCyq8XsiQEdvWvfzPgTi18DXPqG3rnuZqd0bN10wPOzLUfsK8\nzUmcSVjohiZFU6gyaAbJM3FR4hB6bEkN4BQUe8423NiiNCZsL1gMXxGCExwG\nKGJT5tLuPgsJLv/sHZVUAxYZ3qvrRnif7T4kEdxxJJY30Bzu/WV0f6tKsY6g\nqbMdXLoKCVUc75jiQskv/MpjJI8DQbf9OjETU+Vr+bWY53Hd6Rwq8xcCeKzD\nUGCD\r\n=4qpk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210609.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.0.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.3","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210609.1_1623273154066_0.7285347108750719","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210611.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210611.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210611.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ae781fbab3c10b68d50124224f9d2d3572505e79","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210611.1.tgz","fileCount":79,"integrity":"sha512-pSkkvlAAzgx2BuzzvbFkieHm3ZejWfe3Bfc+YwezWepNSKpDJ5InwSGVaE2wGYKlS95pw/TVujA5NbE0YN3KsA==","signatures":[{"sig":"MEUCIHhdiQHYa+K1v4nkG851mcg1WQK77VFwrwesKY0zbUPrAiEAsvMav5Z9+ocqjQB4ICu93wKDPzWzHz/ku4O5UvbJeUA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1120349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgw9E+CRA9TVsSAnZWagAAAQYP/jeM4RY2XjtX3zPKMqFd\nJGxFirrJSkaaEPL2C6OCfJGNGi/rICI8FPFMWc4zZKLf2zLuP+APPY8zzspb\ni8dF6UOLJMYPL7t9DNtItUmTsy8sVKn0d1V600LI49LdWmeC4kY0xWtJJyDN\nqpyrY2P9VBPxNVeQ11Kj+5tkG65Tkq0dTEd4UV+E8mbcqwsOl7F7DnS424iv\nqW8AXKDU376qSUlGNyv4aSoUVDn62EKUO/P/Q6vS0lXFVbrglxfYKXeRMylw\nLuGmgxRJAzxY0C5rmVA70QI4yMzEB/5245dUqkrnzzYl04D3xICe0agmtHum\nQljmWo8ssaNNLZPkVRFUKv9qDwq9t7Kflhn+gyhKasl6HTytwNX9Ig6XyOPb\nZVw1lC7ZTLmuGDMs5ue1axpFhKmVBRVg2vMIy0525MvCYcgXDW+P+LCfbByD\nw8f0zEBmOK2S+kUpUQIsMp7fVPW+moXySoj6Gc/lo7BEoeNtipPuox+Ud3Lo\nncVJOXc11Lsi7FoZ2+2nqYc7EslJW2f+fNUZntSZcuciddIsEoNavfrP5A1G\nbKdTMSCxPu0U8Qib6g+rg3934QYl4FeButCkE7BdvUxcvU/SNnolDNzyU/yw\nQTjDw+82O4lzJ+swfMqFlLWrwXa4W2eANr1nMENc6SyJEqnKsXo7WMcF6BJ0\nwqUD\r\n=uQq0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics-5.1.0-alpha.20210611.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.2","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.11","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.0.3","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210611.1_1623445821909_0.2044335884586188","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210623.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210623.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210623.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8a2852c94f8106aa6e4b05ef37f4f3e35cb47823","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210623.1.tgz","fileCount":79,"integrity":"sha512-84oSl6CszcdBKN6fknIHIgB4U0/6N+D7n3xCutmJ6CV37s6ixuER/Q3+Op9sGEyBiXHKKwmXaL4yKM+D5dp/GQ==","signatures":[{"sig":"MEUCIQD0idePatr8CTK9w9amKKHkCg8iCrZnAssjpvT4OeETQwIgWlgO5lWpERdwy9Pi9utvozj/+CgOncNHbmC9wQSRnEY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1120339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg06XZCRA9TVsSAnZWagAAogwQAIv1EANbarACjmLVhAyE\nCMJP+d64qy2vfL35MnNkC71sDWLWap801seKYNrfCyHuq6CDkN0B36avSI0U\ny33WOkqJv3qFkDqeDPHDUuL2LRWfPVxSH04jOLIk4MwyIaA7uu809d1vJPiy\nmvB+vC+YDbIV+17xcJucs7+fCx9Q0RTtdKJGkkWvvymkghiHYDLjvb0CCAEx\nZrjdIcpvYy0Z2eOBF+wndNG83EqT4GQfR0tabkVc8YF9FTURVp4D7ZqKFa+c\n8wCAPSKDbY15A2GFwgX/ZxrvhKcGjOSqoKuokTzl5ULo0XQUH+tNSUOHhTCH\nL0raOf/AZCBxfqYCsGPvFDBmOLZC4E73ekVoq7J/tfbDoFzKQh/jRnspwB+E\nIIfCAaZiIQex3iD4xGCs1pQlvzfjcYsEXr7r56haTzbMdrfEsf9DzQCjW1Qn\nKQwOsZfvUg/QEFFCN/c2kxX3k6V8O4sKQn+XoIM679ZTb1OlwuVFaqJrwalL\nNOc1GFeZD/gP676I0vTZ84+DvtWVF7zEUWgsgjsqy1ruOdo+Rhx3LGqOzw9j\nRVAHqpzuCDegxC9fL1pr+pmaPiVJwK6gXkT2NHRhtMVVLlBelKizR3CN0X+Y\nEnobT7WldI38PZuoZ+mTeGKjWxIhz0kcdeexeTlNYncmKR5bI4nXLD6med0/\nqUZb\r\n=IbVN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.0-alpha.20210623.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^1.0.6-alpha","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210623.1_1624483288604_0.7526224798695025","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210624.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210624.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210624.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"effb3066dcf365859f5a81b6091034ec896c30fa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210624.1.tgz","fileCount":79,"integrity":"sha512-hc4P92gINUpl/PgVtKTVxYzSHxoLxT0v8+aGghFiAu8Hv+OlLJJCpakNb9+bvmEX0CB432rHJobXhoYexT+hVQ==","signatures":[{"sig":"MEUCIFcIVvHFy81qOq9GNxrSs6iOIsPZA3Y98NaEaTYNeh8PAiEA1R5SsxNQ19efShNK0MhpYyKQTzYyPjZgmLFKHeUkSV8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1120339,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg1PXMCRA9TVsSAnZWagAA1+oP/2ahT8Z8L+cNRl7xsooV\nU6emx2unFDYbsDs/nqnTxi2O34gT1vQ4KPbvhmGakMRozUEWUh0TrYBrpxHl\nngJVnixSWoPDKV1R4fV8/+Y7WAMxYxcMvrz/yJuWPVj2TriSpfV2c3bky9cJ\nNdGeFAqnQYJn9xdCJUkwMQ0dMuAhdRx1lEucckoTEWK110Xb/KFsxdE6W502\n/iQfQFYrnqGgs5pOSMLgoI8/Gfwmjp3nt+CpueclKWSPWzrslo9rEt0wu4KO\nnbIvtvSPUhSX8PqNb7YwTwVhqzfD3SSmWLpp4rzKRq6PlMzUyLo1rDh2j6UJ\nvk5llKGAQE8SxFCx1xeGCdLy6s3BMJST5CE2s6lYrqAhmCM+IM8R49xJPNYg\nKLikT1j9RnbaI1zKAOMCZn3NjE/aJR/ryq7jIffeq4Pd0/P9csCc+J1S+bxh\ni1UyNLOh/hSdeDClOyaIYx3DIr+ETkH13lbcplqUID3Sj7vcpFhu/agtsbHe\nnltO8MJ/5vdxbbtr8FByduqSRf8RXdp3kFwzO8i7m2uv2cUq06bNEcm4vPwk\nDnaFS/VSj9n6uYcNqVE7g2PQpKZQUAlaEkeRICWhgZPr651YRZQNNoyQsOit\nE0kONMqAFKSGLHSuUgWnCIoZr+pCc3j/VaW9dgdFYm4S/VVH+jAHJEOEIXay\nx56B\r\n=YcYQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.0-alpha.20210624.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0-alpha","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210624.1_1624569291613_0.6321886990790442","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210628.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210628.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210628.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e6a6d43d63fa1a2e9554a5dee00b3806577775d0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210628.1.tgz","fileCount":79,"integrity":"sha512-+oct3TsC+OwosYF2oNZPjHVY8GQr7fZh0X3xUcOM9v7RGEEOo57bW6iwLs68D4F2hHy5/SncQnS4h2YHZG0ddw==","signatures":[{"sig":"MEMCHy2cBswBOzLC9eRHqA3ZD6XVP3iB8lG/WlTmsLM+iLoCICb52PR0hDiE2uf861d6IuJYoGtx5Vwfv+sPU2W8VAzH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1120533,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg2juRCRA9TVsSAnZWagAAqtYP/iTGHIF0SEnbaRTUUT+a\nBpzu2k7yCe+ncZwX+QJ0YHFWnOUWILnVHSG8JMFerGBeWZ+kQ06oXiYqk7Bo\nniqc/s580dAMWYEpUc2928bWlh+H+/4k1W80qf5q9mnoUPJe4Fe+hrbVSWIt\ne9fwXsMWFOtu2ms1imSS/xyB4LaehHzqw0yaQmE/6p0BpC3Ba2ENiyw38jbd\n7dmJluiw0keS1oJ2k91qbwUHkGN7pNFA/6BwEDWFUM1oEzdCGG/6OmfdmS+9\n3qw8Xk0xpSxH47BDgUawLfgMFYk0VQCkaT9nRiT9/O6GtnPvFCZOyYkKiLJ5\nS/sw1hT7B6oDb0qy2+flgzHl0SIcfhDm3MCpb7mNu3432RwmXfLfHvkSGDpV\n25uDhPPaGWIKpPDcq+B1fKSAGu2uIgmOiLUiili8XJqlX6Og+wUFNR5Oo1mx\n9fpCv63M1gF0yeybWl1tHRoJu91R/jzWzlEmGpLXAwuFq6EJvLHGLG9dwMf7\nc34U514waNbDDN9mfXho76m56E90YKQXem4CgkU5GQUnesimWHuphnv9niQC\n+TIK+1kTSdNgIYO7pTApuGkY4h4i8LpaE1hcH2kMsM03TYQggq5RgaY/m9rr\nd/KD/D+nGTXSRbmri7oXOrUSkADQvxnOcUjBpJtBOMXsCHhMZfZVpK1BQq8e\n7aS5\r\n=LNJM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.0-alpha.20210628.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=8.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0-alpha","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^8.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210628.1_1624914832801_0.04560530736980262","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210629.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210629.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210629.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3a0e24958abf69451bb92ff6efdaa2552112e6c1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210629.1.tgz","fileCount":79,"integrity":"sha512-Whq35JPdPj6s76g7toDvV0GZh1z8g8TLyJJXeKafBZbcKE5etXTG3ZYQsCcVjCRdRdmaJ90SQn7MAPP3+pxprA==","signatures":[{"sig":"MEYCIQCGvdBnWOV0zRjDOAtWu4hEXMnrWVbyWUbt8b/5aDLC9QIhALPRYB66y5mWJExsC8e0iY3AjDspQQqU9fYHtc/ucHSh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1120785,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg241hCRA9TVsSAnZWagAAersQAIPn0jTeTpwTQ3WLWONr\n8Y6nZHR+c3Ic/yE0hC4utz8DLKP5VueIZA5I4z4O9iDRr+wYYgK+5JANMDFS\nuu56eK9rBHT0qL61MQ8yaMx0UyZj7mS6i8kRIvEoGPRxBmr0yM97r6P+mL5J\nf20x6JkAF3BoUtDyXFvJoJHmrNfQ89zU5nSZ08xJOGXKwCov3+wjKOINGvDb\nxD8GvgywiFLmUkT9PRJ5d/ymhSxHx3PGu2xmBiJjTGZv9WJuHwIdFulEAOhH\nxuAtM22ZKggtur34F6N94UrT1PeSkK3w5wOLhkb+3CLWRCMr4n04P6YxVJZu\ncGV6rnyG/YgJ3QZmsxviP3+EWS9qL8FeIWYgpBqlQy5CK9pZJO9WKhssIH66\nKjn9TTFH+XWKg0n04vnPaLcifc0Vba4NAbdZOgcPVRYL7cT59I0KI+Hkjbq5\nJfAibmrheQCvDQQJfyptHYvMroB30x4h6JIw+RoPobWRr5NQt0f688o/1aYf\n3BKyJAbC/IRq0wyPlIcRI4GA2/jRRyo3jiJv3we4tqfksrXdPXGFrBHiSH99\nT+/QpvCxZNeafvQydRsaoZIY1iuyVgU6CnPHwsRVverRkjAuGNRpFlUanCsi\n/1apUSd0Xh1kmNDSsm1N7cjQAmAWjeA1bEkb/WBIMoWc/mVOFEHi2sQCjcV0\nrKQI\r\n=/Irq\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.0-alpha.20210629.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0-alpha","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0-alpha","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210629.1_1625001313230_0.8942546977710342","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210701.3":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210701.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210701.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a302e1b62dee6309112ea982461dbb089dc08c23","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210701.3.tgz","fileCount":81,"integrity":"sha512-1T3M1KZSOumBluq9I2JMuWM/OA+iQ/RCDmlskSYL2j0Q/CZkmANe1iPaWWsDAcKsO0NZ8GOVD3yvpFORXM8m/w==","signatures":[{"sig":"MEQCIFDef/E/sFk1RV8LQjZ1+nMTRnGihUhjizHU1csRiC/JAiA+hX4jq7KL6Y0a/CbH5ru50j1AoUMgoLbxuzxp1wlHfw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1138060,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg3jvXCRA9TVsSAnZWagAA30AP/i6L8unVPO9eGhyGPJWU\nbFvIe0z6y9glj3uCfYT/dWKRUoD+3kRqz7/VSjsactnvFps0pSl/XpaHT2oC\n4dw0W8zzQpViSg/nf7n1A2a9WKSF3uTckf5wxAzcfQE3ovwt0kB2Do1nzIV1\nnzZMxMrh0/yblVYhyuUZlEx526bx3ZchIgIfzimLX3qcAaILkPJvLdaG6Um8\nQc4xzlWoVHwFPZWahOFSXLqMYj66477xcJN6k53N8IRWcC7FfdFXBWeDcwHf\n0vvWV6+stacnbcWEg0Ruy9v++2xpV0/XEXxv+ra/k8jtqe1sGJJ4VFh39HnS\nP7oBARMFqcLWPuQwF6x1TbV0QcQC+nbcQVWepaz0oZaxb8bXPMIjH9+3LQgW\nr3e6LT1MsWKLd42oDZdo4sdRNMC9Piq8dcMnLLo2dZSvAazKNd4CFMygU2YB\nGaOQ+BkudEhQJ0+s6QsCPv7S0Xho7nFm2PTxnNN0HU4rG+RcYofjWQWwfqIS\nMbTcV2pZOuX5JWlEsYC/NsTZNqbgYAUeFx8+mR3kUcpuqCDcm7W1qYKkOrvP\niMIAWSTUSDq1/SKAEetB0GuV6PRWi8L/WOzW/bzZEv46Ycite2DKpDmsz/K3\nL4ypmCrBrX6W3gbjcbEPQGSY8L/K0JK5BMD8iAyiA4kW1igsW8RkcIwxWn7Y\n5afc\r\n=1rgm\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.0-alpha.20210701.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210701.3_1625177046710_0.4768757393072536","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210702.3":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210702.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210702.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"55d0b9bbb126591419f457201f4a300cbcfd7ede","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210702.3.tgz","fileCount":81,"integrity":"sha512-71Uidf0RwVrqzrdH097MbTJwT7jagMN+GTA0hBN174dHRSg/8OfbYc11ObiPZZLPoXOwd4y1zNIunSfMfTj3/A==","signatures":[{"sig":"MEQCIHMTHCtApMHGyaEV6Z52XlX7DfyLmFCyopVpIp5FHtGjAiAsip47c3DWdtWwLYQX2rjgPgH4LISnsxMOppwzMTF/uQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1138146,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg34GkCRA9TVsSAnZWagAAHkUP/RAmZhXe6IluU/MvsjQY\nCtYGLjtQy2XoKG9BD4B+/wjNZ1a8qbBeev9jnkCAoKW7BIrI5MJbjpHBIYeV\nHlxyXSaTfE8yXId8jQ4dDDBMy4c6+q+KdowuHjqKYKt12qKE6oozdRYh5Q62\nItOXSY62L37eEILy7QtVhXfrHsTP3KVImggp4jjdBCGGanF9Ve1ON+Ke0Ajv\nKDZwJRLCFUJ6RcWrKJQE5KJhq/SFjFXESWnEAv+zfrzsZHG5PskNVYRt7aFN\nsNaelATy3SjRS9a2VwICOeuz5Xs64FRzVfAjO8UU2c+Nph+pQ8j++ex7GIRw\npk74n9DVCaMYVIUtOJ0Sa0haI+H5bij1QZIeJqavoXb9c3jqmztEkgE01Brh\nCvwcrc+LX4bVmc+WjUBSkjIEg5EvVUlh1v7EP0uHotxknxFrAofxSqQb0+iG\nt6vSQ5nw+rylMC2aObEOPUxjqCX0on5SCglETivVhU8Gq33ksS884mBDB+oy\nGxThrAhK0eiSxTAa85YOgVgRrq5ll3ZBNuHYSvi6QtU/CG2gt+2N9u/DeZ/t\nE+MRYYN7ZT4w4q12XTC/HUofhvFYMwnSEH4lzhbgqAHds8SgfE+8LrxXSJm9\n6Lb5zoNHQOQ2K9HwOP39Ddb2xpNyCEGKNTYkpBZ4peTKc+ireY8OhJHB+dQG\nG3za\r\n=sBsX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.0-alpha.20210702.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210702.3_1625260451288_0.4823211441868194","host":"s3://npm-registry-packages"}},"5.1.0-alpha.20210706.1":{"name":"@azure/ai-text-analytics","version":"5.1.0-alpha.20210706.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0-alpha.20210706.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c659db81bee9ea2bc6bbb90a0e0e0f42009b3fee","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0-alpha.20210706.1.tgz","fileCount":81,"integrity":"sha512-hO3SECqnJkL5LOlzQVBGklZJeQkcEJhgGUBKT9wLgcaMzNDYnXKI3gQmJbmW5SMB4CqX+WTzD6n8vtCIo7tJpQ==","signatures":[{"sig":"MEYCIQCP103cGqE+A44souN87buWRxbMaUhFu4dAnn2XkaWANwIhAINREXeS59Uq44HaAHbqkaCp3LbAMr2eEQDWMwRd+W6w","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1138159,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5MxmCRA9TVsSAnZWagAAmoMQAICKxHHURECD5oVVi7Za\nx9b5+M6ftQcC6xMfkb36aDrSBOnZ7LJw2Zg+hlDYP4uzdOlogK0n1MQRCvxt\n/9TdjvR0+YYccj7Ug9pQbJHlruqs5PSCEvCxflAIXiVZIKZklHQWf80vPSzB\nJRy1BYTgi4lzrYY+U+MnHlLMpIRl6YzQglqXrVDB44A6IU5oaiTCxQdi8meS\nZeL6g+ByHhuA4XF23zTQ+AIvyLA/gLtxeE5TSQTRRoyFw/SiaGxKa6BPs1nN\nDL3eno2gUNArAFkglbjwYbq5c0AmLzW+D88QukrsnAfr4tkg4IQ1PpsgP4Oy\nhGKsoACSm+NZL3CRtcqRO3PqxiizpFI3i9jv0TUU/GxiHH+3waVk8VZGgat+\nHc5OKHO+HlWrqiOQ9ZPXlzhQcykp4bY9wjJcDVm5G+Z5x3iLxQcGBLoFAQH3\n/zKuye6IBMS6J/WuA7vVzO6BlFMEPR2fmfUGv4mtQNp8srbIkoUUiwoglmmE\neYiyDcnczn68vFChTHZgrWuAmegtOGPnVjZ7S+Y5w6LS6zb9j9szEyrKO3pm\nWHZ+NgQxKIE0+V+M85yidt8RkQg1nFp4TRSOg5MeU99f8R6YiMH3eGMX+2Mp\nEl++U+qfJR3HETirc7VgqjDUtQ8VsRYp1s3dIfnLbGbKRgqAmqY7AzUbRyMr\nYjTq\r\n=CWu6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.0-alpha.20210706.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0-alpha.20210706.1_1625607269917_0.33736951147059524","host":"s3://npm-registry-packages"}},"5.1.0":{"name":"@azure/ai-text-analytics","version":"5.1.0","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.0","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"99f0cda7e63736e3be4b1619ba3fdf2036b7d5b2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.0.tgz","fileCount":81,"integrity":"sha512-vkAFCxj0dn7kjTDuzpqM4EgQJkn3V0N/KJ0/n+UwralpeCESWll3DLuf8h2kL94vT9pyHWq7xWiNMBrzXxF1yA==","signatures":[{"sig":"MEUCIDCoHbVO4R7ybO0aMCKawVDsZg6Icmn6svsN48DJ+Cb0AiEAob0a+Uc1kmdMsx+vBhmh3wz6NzZpDy1MZd14NMvOuBU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1138118,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5fauCRA9TVsSAnZWagAA/6QP/j0+BdLGSASnphF0J/0w\nCDXKCCa8MDfOhbIiWWG5x2lixIwVoHWRi3YugeRL/aWGG91rOipsAD/wjKiJ\nfjCSCprI7xilAFP04a1Xh/3McVFSpfPKx9Bcn/asegcnYTfpVo1As/P/W36d\n1QOFcgAxPUD9W+N5rxw8cs+mrSEE4BPS/0acAqqrLvQ14gvFMlhupC9vRbS/\nRDgTWcyNvpeh8Ya4YrE8kkatsr3k+veNZuwuP3SX0sr2lsi+YO9THo0eTMFA\nx86dDO8eqyti3K6lpAHbhoukE6d/fVVZPr6SMUD++m8vNHObecwaiMifwNHo\n6ruLHMKaRat2lEl9djhnTOUO7WmaQCIl5D6s8osqoKWuGG4eAvJUzT/2l3TE\n8Lfa0+5uXyyphdqjaOLmcYt/P+iQjhNuw+2maedOtIdQxP8eUYTEMpRkz39A\nZlXY+fLxq1dqUpciB4WvOUQ/zXr/lCHzuGQpWlK73FY7M0U2Mi1BbDnhrrkT\nU0NZ/EjULIcQnSARcS4J1TJxnG3CyQpfWc3ML7GkFBGnxIM+cu3uWiIOodBG\nnunqfj3vQ1N6i+n3wmR1xikWs4YZQ5VgMeVZpECiUO+gN19Sbxoy5ntMk0Ax\n6ZH5Dmjs+kEP5sJAuKffvVAzPhBH0dcVk4bMOYCmsezZdfMoHEF/h/cZz9v/\nLSac\r\n=DSYp\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.0.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.0_1625683629837_0.1215255037979559","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20210707.5":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20210707.5","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20210707.5","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f5d2b76450ab08acf2c3bfa69fbe315c72b822aa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20210707.5.tgz","fileCount":81,"integrity":"sha512-43Rsb+Ut+yNtpSaBi5wKABP9YxHlagIfbizR4nOA95VMGVWbxpC7ahe0k283vUhbMpPPEngz42Se4LT1A+nvZw==","signatures":[{"sig":"MEQCIAEPnJoqeESd+dnCSakDSG/FjOczt4vCDNzvCj+2ftIbAiAmqmFiSE7lfEG+HnQL/sAXcyG/ay/O+2T/9+7Ah4U+cg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1138259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg5htjCRA9TVsSAnZWagAAF0kP+wXadrL3UkSpqYBr45Z6\npgavSnKUcQOzyRwkj8D7FtNrYNOycqn4PVOjmjy/IrWeQwdGIB+eEgDgXuL7\n+nkXlbFZpGLIY0IC/K2SeGNDLXSt92GNfAw9v+p3xY1yB2KVRLrS++W8A+1y\nCsb/Cgllwz0cy5ShFvWw5O5q6fH6ThdcDuAKtCF067lKe8zZiYYeZ18wbv9M\nk+SZgQYeCffY2hkWM04UmsdZOdB9vVEJTgmQPNYwbD3RUKkLsFnf6IzlfwbI\nXWdJDZXuZIDz84NLGaoA02ZaIzDUPwGfbucYxf8nYjrYxCPPPBRsGYXFYF9V\nzVBik4P3WIl2GfY5/15DtWYEIrTbNvt+aPx7jjB7FQzS2kEhNRFLUqY10JHs\nmMG2J7WmIi+/XTYVap5DQOxVGuZxBo9nwJxErZ8H4S700k7jNupOL/xaBJGW\nvsy85ZmVYjWkjnwOU6ndL3PKJ7/bJqiEl6q55koSHcEqUTAXfxkmyB7WxeHc\ncUzjRYIuEvRN+a40csIYZ4jyAZm/3zfhV1Ll5JY4JazOterWaHAhJ+prA3RA\nslaLeak3wwCveB3IbREfUl6h3qydybHLvtvD+aPY9Ra2ycWew+ajgAucu8nv\nHOYZIDqP/ONsKDz0IJvy9b8lVldaomUkMrtI5604dhrvpn0N1nDgzyHvt+Q9\n7+/p\r\n=iJcy\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20210707.5.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.3","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20210707.5_1625693026503_0.5410133745174173","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20210713.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20210713.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20210713.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"905d456faa194bfa94f09f0ebc6f2613e399c9e3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20210713.1.tgz","fileCount":81,"integrity":"sha512-O5Pip+3Az/rEs+uJJeLrQDN53V7Uh9ebJ0o7k1uj2eZ5pWhIIGKa3SCwPX/DlnLhIPJrkM9Z+TPU7OXppFdUOQ==","signatures":[{"sig":"MEUCIBpXgpgs+DCsBm5Tvgy8qb5qkyE6x+rpEV1fihiVkWo2AiEAuzkf4S2iXis4sW6yooPqUoSSC/vwNJi/nmTg0R9oUQw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1138259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg7gNYCRA9TVsSAnZWagAA+voQAI736ocjLIrUWAvrAghJ\nT00HivLCG5NkEDygLAqgALRNIcRizjvq5C/JBVxX0IQQh8cWbYYUMcR0XM7x\nxZowJ6quVLgxr4220F35f8aUwl1CGOH4xf+zsHqbQ0UD7ui5uEPTbzlbC8av\nBVqrxDTGX7Y0X8Bz99fATl05LuA9hbGqrBOsWdqfqppz+pbOH8D7wY8V6q2U\nEahr/l7Au6Cdjt3dPQiycmc6J8rmtCcMkNain0BnundoeQduuCY15LzYN13X\nueUzz/cObE+NIiEMwnuSTaKyIwan6rJZ/09qtdG7VAe/7HkmDO590sWDWqeA\nx5TQfoheso6Mcul+/FcjoP8+H8+1SOAcNhQBJZQ7hzRn+u9IE/RoHpWYDQvn\nxoI966e+mUwBwN0iQr91wX8Ta+s+4hnFuBXbvsf9AQSNlBl1uKpzEs79jotu\n8gLnPVUsRg+qfuEZj1aTTEWGp9rxaG9EojH8wDCOijdT9P6k833reeBPaypG\nwA5TO+ABSm3ot+qTPWtAu3GvIyGr5YsgeLaWSTgKqIC+WvIvWjyVV3NPWBVy\nA5C9gIFBmD0o3w8F7mmAY32Lu7syEcB+8yzuK9Rw3Axzz/qdSYkt4GHZ/oHt\nuk2ndEg6K+3Ixved2K3wPp2QhvM2jRKNittlv2CM1pmPPhEeencQ/kmd4kxv\njO9c\r\n=iM5K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20210713.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.12","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20210713.1_1626211159842_0.4536777838531778","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20210715.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20210715.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20210715.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0d7b94559af0e7058fbd7d0a2d7ed0a03720c4b0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20210715.1.tgz","fileCount":81,"integrity":"sha512-iaD9PMyl6rH7tYHzjHZirs8dHy7joc6HARwCZ4/LJQ+pSL816bi2K1oZQReOGB8Qwj3/lHEZIOtjc87HcUd2ww==","signatures":[{"sig":"MEUCIQDIzndRcNuU5f10Boh6dERgEvevgth0DzJkyGTNI9iLLQIgTm+DNB0106itwlzK4kX8jo/egf/TmwDzjbSxWQSQ0to=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1138255,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8Ka9CRA9TVsSAnZWagAAYvAP/1bzJBeHU6g7uuhliKOw\n26b1jQ/eHsc6/yHyS5JqEfd+ynLm7XuTw7FSPzkTzeXksz30ALlPtTVRTa0C\n3T7n0A7DePiJacmn3mUfEaKj8+X1E0K8brukHg5B/ia/i+nkISD/5KIw8MrH\nXyfxEcbKZWb34dQMIFKKNIEt2dJmxqFHbzmAgiQGdprnatM6JHt0s1J+vl95\nFX9y4i9C1o1JMIr1Vl0sGxLp22uMA+o2kKP+GTfFgM897Sd/5jQjN2fruhDa\nFVjIa2pW1z2Jx6ZSK7t+sxizrHTHTuFsHn+C8GHNBUiesToGT60AE+aGD2OS\n2qlcSSEmPZMZm0p96UaFdPwtGFCTF/yL+h0/RL1c7RWRhSF0nHqROatSTZo+\nsaxt4iB6CpLk9XT8gV3wPp6n6ECAq/ushlSvcSI5R0rKFWhVpcVCWHNr6xIm\nOEyrZ4At9BULfkUWU89MTuCtjcw2GW1jwF+aEQG5Talf1Teucwt40CAoTSt9\npxfeelC0UciGSBNZMNMwr8qFYnaEKqf/4PKAjAcgDJcKzJoNye27zLp5bvBK\n7x2ldUtw/q8yxgblttUuLVwtCskCmVr8SiiYj1vufVdEEtZZtcKCLLLqaKk2\nLYaFBgbzJE4xqsPfP9+1dqc+SPq2Zyi+udRnirBy8P3lrWFv1rds8BIxJExX\ndpI0\r\n=lyCA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20210715.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"^1.0.0-alpha","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20210715.1_1626384060951_0.6049561394290806","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20210716.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20210716.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20210716.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f8659983f9aa1a9b556af435e95fa8be6c672818","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20210716.1.tgz","fileCount":81,"integrity":"sha512-PDuRZUQ4FWCfafVMIoHRRqhztwDJuzv6YOy428UiKVt9Cool8FRsBbXsnJMQsQZHk3nlhiAjvawL11rYCCBPlg==","signatures":[{"sig":"MEUCIE6idVziGKpx0dC1r9RYEkEFzQRdzHl8AD/vMxKnlrwhAiEApK+3y7p2dGKMOg3sQ5Kt5I4VN0T1/oDSCohQhM0Aq+4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1138259,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg8fb7CRA9TVsSAnZWagAA5rUP/iIPfjrCYAfPjq/RDrzq\ntsrmk3LWFP002SNCufG44Ku4ywec6OXf6EbZ7Sx+xrPtubxjW9uZ3APQuznG\n/kPb6uG+okotDOlwtEN+r1sH+OWH5SCKAl1e0b2XQgA9gP7qOpKmbk1UhU5A\npNuZkkSO2j4iMsP73NndCbAdjn3FgiuBsHnDR/3rQWziOUWG7uTARjmvy59l\n95JiDsWm5EBm33g++4s5YQkXVR8KurqGoBXMWzRSA/wNZOXWlx9ml/fvHs99\nwkX1/xjpHCCIP/MaYDtIOTRHt8jgOCQJXwy1TKZ+7UsaX8tjNSwM7f5lIvcz\nTq3t+ewrfVVIl4DN4wsh2o2Ew9liBvSHSMxmgMTrE5mdBeVoHbZpy7F+j3Ox\nRCcdd0soAmT7B+Vh7/qZhZdemuF275yL+kEPYj9rjS4QD5LqM2zNb5w+IQ0+\n5ul105AqphukQisD2oDNf4lDHjty8oKSPaLBmaHuGYjCCW7/qgS0roJAkPmp\nDzf8fTdSAIzW3WOTZgzv31x7NeUo+Yw5lj3bvz7r4oMR3fOJjyHDZf4oDxcr\nnUKus0MMX8VPIpvMry299uB76EeAw6hCYuNcsZaTQ1kj8gg40rSJ7PzcZ7H5\nQZOFUDCpnXZEHVQud313oaBZnWGC6qN/2eC+l4UaNcVzaLBkOBIanQtSbfDg\nOeBC\r\n=mDfr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20210716.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageVersion"},{"path":"src/constants.ts","prefix":"SDK_VERSION"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20210716.1_1626470139100_0.13772523639096534","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20210730.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20210730.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20210730.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1b338d525598fa9d914e7b0b43f13d7728c220a8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20210730.2.tgz","fileCount":79,"integrity":"sha512-Bkvv75iQndlYugt4bbrOOEwLA2/e5iR8hIdwjur4Zuc5gEKXiPQaYfamkfF3LIJ0XC5IT+qlafAAwWgHMMulTQ==","signatures":[{"sig":"MEYCIQDM9D27wkqGe4+GxkaDh7ACAvYRdWpm4b/BbgUl862uHQIhALWeEAMTEdq6OJWL1C9O8USEPzGPJaYEzeWezEPxhk4B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1134329,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhBGxoCRA9TVsSAnZWagAAO60P/ibdd33QE1CIS4zcjTFT\nK0pESZJJTbWDW/87umxQgFO1uuGT4wpJ1MJ3UdaNGxCDEkcJQlxCxGkv2Gqg\nT8soQ3O2B0RSPJ90Dmc0RHnWI2IQW3CZLLTmjBtCMthaosrBIKTzrFT7SbGb\nhIquiVSoTukxAzww8mhDgdQPVPCDZyNTlUD+RDAfuNOrqcE7ZHCoSklVLBdo\nvAOy+R4NUXWH4LTMtM+dPy4+1FGdrAHwgUI39CFc5i8R69d/uyRt+5ClzK/V\n6rVMTs/MUOMVbceSB+5CnTLudSkzK+/vOBK4EW3v8BYXTiivHy6oLTTtKvf8\nSsH87IOzAiWMq5jd17pqfZYsIE3igvmEBEzwrOj9/LR9eIrgy6LUjsMrta4l\nETzwagFbl7gYXXfstXdLdVMSc64u1BPRFJtY7mL8WfQxHpyrnj5G/xB7w2uw\nXaAbr6MGYtB0kB2YIoOLm6HvZlFyrF8xWAvNp8R5RfL+fKeJi8IPDBRDHtEk\nVgnp9bQST0JOQFQN7sjZI6AMb1qJD1vhiauLujOkZTo+KtRucqq3ab7Pxx80\nT4dlDvLcjz4Ro5+2jjtVnjbOfweQZzRR5twcr4+NOTXrVLeEoFgOIM633nzI\nAj7iGQrU3Tmcu6f5/cdzIjMD9HzaYIEWfpdfqQuBN0i+pQ5JqCOOVfIsaYkZ\njg6D\r\n=Mi9E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20210730.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.13","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.3","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.0.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/abort-controller":"^1.0.0","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20210730.2_1627679847867_0.5296599480891171","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210804.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210804.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210804.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"718b02f567b76838dcf9647426d3ec55c3c47fa3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210804.2.tgz","fileCount":81,"integrity":"sha512-b+3/LjbGP7sdHlSkRflXbUskny5Fy7WEyKkLSabZDwps/JHkKDrKC48WAfKmkYE9n+RZgCmgQizEt9TQ2U6bHQ==","signatures":[{"sig":"MEYCIQCSiOaYxX6SuD5CDNunD/aR71Fiqq6X8SE5Qz2JmGx7SwIhALhQeOi88U4KZnu9TgjC7PFMW1eepdg0rm6oXu3eqrb2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1275351,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhCwTSCRA9TVsSAnZWagAAV2gP/0bIlz64h2tWOHUjGpxO\nzNbn6+eeAAL2jKwADbMoCFJFmHIDhLsRULuof71AvWd0GBgVIsmpOS7EvVoN\nsXkJMqSpFsgmp58E+6Pt0V+kMt0ZYtNuhlwS2nlizWFLhPdDchntWlOVxlEX\nbuIDzCbVmxRtWKaGUDKqV0RKYxdbzwyUsg4k+NPbbVS0T611KLDC5PI4hnWW\nY7/XRo0O4z7G8KsZ6lwm5dr0mncYmZOSqmS0u4TbZ0im6hDZrn9goLuUiITP\n80wm2b/Q//hBxj+pZnkd/Y4hkXp+vxQfZYFPGvp0VzWAadOuUciCRBJEXVvL\nlFap3lN/MUfxzxwHxnWfF1tsnUYLxqC8wsT9fbjrrBpPdtZ0oZeRPFURv7st\nZTh24QmF+kswvHc++nGIYB6BfYkIaijBWS8rClvm4QEeK8aDDvjMTqNQFuhe\nX4aVBHvB/E4E/Rw7Sv1ahyO8kRROwBXFN6fSJfFovBlLOMg8Aus1DDL4zT+n\nAQiZPOT7FRrZ0b+oGXJ1cNB5MDVI3nqUPS1b7xrC8xLqkRSxylR3E5Ot4j1y\nYLOOQrB94MsgFpwhGkml1BkXRAVMy1MHXtXrLRgkQlvQDAj/VgkPZrdJNbqo\nVKePF01QvCQgMY/on4MOrWM/sD2jHHwLKh/GVW3y20tEhFA7hZeNxBNJtLdg\nBRVj\r\n=aKqF\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210804.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0-alpha","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210804.2_1628112082499_0.48580340530039456","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210805.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210805.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210805.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8e036ea698fa3bb53d4c6293f4a906dfc32ca83d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210805.1.tgz","fileCount":81,"integrity":"sha512-fr0YX8ubHNsh9hyTlQaoz3QqRohLsXijesson293dR3e77MW1ubeUgma6BdTWJFKlEqkySwpek9z9DApWIbvIw==","signatures":[{"sig":"MEUCIQCOnY10b21Auso0gDqf2RO0WTx5TkSMuJW16YF7amcLvAIgTlaJGuaSQIMTMIWNaV3DHLtf98bT5NtvF2p6cUcjzCA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1275665,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDFZPCRA9TVsSAnZWagAAqhYQAKSVqQHqTEE1TbHkcQ4s\nQexNytY2c/AwFeiMAUxOr58qEnYQInT2bKY9Q76wUJT2hTSDozbekyAJoMZI\nxFeqTfIngqhapbyjY6siZ5uGkGphP82KAm8horrw0KqySiJnWxsyFXpu6+z1\ndSS0h4ynytne3rNi8JFydfETppNYpQwkVd5y8e8DmfBOrauyKTinw1HEOBXQ\nff17Y8erXGC59GR+8GTTb32BrHtGidjNYHwaMYQakqTV7Q7p2PBFgeU/APGQ\nCSUv/858WQS+TK08/Z3JF9/nyUSKkoSFk5kiRpBgfFabQ0+LxcTlm1fN+4Zz\nYvwdElCFuTNNeB15mIpYURVEhzPqzamFqRyYbaW2cfH2cs5rzEukcYUIM7FJ\n50gCT8WIhdYZ07PMN/+O8IYPk4IDP2jtcbyu6EA8DycfMWI6wrn5CQrlrMde\nP8IOv6GDK9D8mZf9BgAcvvzRqY22XYsSX5HHBFo/+xydAqLnmAG2V6aNgEi9\ndj/mtjLKdVCzP0s4/38yV9c9FSk3U7zRfshX/q1hiY7fxYam3FSglVzBANbp\nbE5OyoVgcYBAAJT5yp/81EIojkKpgLG2QdauUVslg7KI9/kVLPBSpknH8ce9\nYH5woZ8d278ZW9fwrBGn7z/IFhA2SWYc0qCufh985RiXZ+W3ZfkXnIkhlSon\nB+P1\r\n=Cnb4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210805.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0-alpha","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210805.1_1628198479307_0.47126919193259087","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210806.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210806.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210806.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1e10c04fa15cc56250e2b548fa36b0968a4c3f8c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210806.2.tgz","fileCount":81,"integrity":"sha512-vwRh60u/VPnF1jz27CECLZZqpKSTS+Ir0zFy0CLgxhyQ5nh6hMJyNhCCtcuFeQ70/l8XZxhujJgwrtUMIHY/PQ==","signatures":[{"sig":"MEUCIH5aWBVgyELyZ6mfMJXEtMMlEyk+GgolGj4audD+Rdw9AiEA1g3pHGzZ8X0R+vrAHj1PVyg53gP50vYPlI0Pv4KzPrE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1275696,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhDad/CRA9TVsSAnZWagAAdx8P/16qlyizSCuuhaYwghs3\nZy/GnKcvTSLQ9NDXcg2eSGP6P0g9gzKYSpNYhSc273VrRF9mR5Fzzr7lkP8N\nrqBsC14eKdv9G4YVjR35cBYfozvmJvR7kA0IJdihvEKJDC1P4J5Dv/vZCxAD\nnZuwfjvQOvlST9O0d4nTMuOMOXvkB9MJ5zLcj3aexkgQr/xPPePTuiKU8w/Y\nuPOztgWjZpHKyDrrVTaNIWe/zd7cOR2hnzDHMeVdM8QzMnhm1viCypjCHfwJ\nn08y+UntaUKnD+oF4XPwJrZaEy8FVEDZ649tulIalk/1uJqeA5vQHqUfnlNk\nHy/G99yU+rh21jXcGabK/4dOi3FtM2gjtrefu8y7DXIhu7A3WPkcv5N5ADbP\n8OFshlbMfrVPP8hWegmU+ad1TyKXiUsm6Evey2JjGDKCBZLU/8rj6SsjZ7y+\nN0S8kWUMN91U0/M/D/bETIpRUVdPhEZHF75R85c1d8+VDvI2mh6LczWeigM1\n7sHfCL8EhZeQQ0t+dtZdFenxCjxPRZRieBWKZiDST745vckX3dEopefSbJVA\nu9oPlmVubimNGAorgwisSyPBp8jJveU+AimgBCpMMMsC5PGan6qQL7aQddum\nNuw7jAPw2XbBpPaq/6gURW2ao71ZrCBbKw2bC7JROi3M1b3IihhochTaL4OB\nuer1\r\n=DRvX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210806.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210806.2_1628284799436_0.618113636983215","host":"s3://npm-registry-packages"}},"5.2.0-beta.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-beta.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-beta.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"498fd7857cb85ad6dc178435054bd89c8431bf33","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-beta.1.tgz","fileCount":81,"integrity":"sha512-5G1T+Nr42Yynsg4n4H87FbDvVxH5qG1wurf1ro6toZl/WBU+Cc5znsgFF8jguU/kONj31BVYFjaaoTvROqfDEw==","signatures":[{"sig":"MEYCIQC/6rXHED03N6Xax/fLar5kaOr8+NdGXcq7ga1+opJEpAIhAJjm4tsLkKQ4I+mKjJcv4CuBagU0zbUhRgYq4njIngbm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1275662,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEYlZCRA9TVsSAnZWagAAvqwP/1uIfZCvsYBw64oAudoU\nymQmAlnlx6BCZXW4j+vNyLCC8/12MpM2n5uAuFSIh5p9/z4OqBnCfAJv1hLC\niVNig33muxywviy2VIDc09kcaHrFa6hbvrbyfMCWqeImVOyQHu61YIOxAxUY\nCOGfB3ccI1C32h8uJsuhwACYifOFJxUZ6YYSDZlvzRoAqedVO/Ny61qY8bGy\nHLAkeYkhEf3pRNgruxpEhu1tpgGeZkH91BGqNF4RrmpBLk2KXhCZ65opUlCJ\nccWPoBZUAJtHn2fDWMjpmS1oETK10QZMAZ1B7GbhlO7XUDcIAh1nqE4YCYWc\nG1DiBNHVHajKrlGcuBcKWY/S1RauL8I/Y/vQZvFE6PCag47JLry9UOEp6XBP\nqhMQ3cz4iJnWlG8+GUkRDfYBUWD0tXwP4y8fGfb7nwxYb7FKFdDuJbixiToe\nHnPpPzgP23I4lf93xIzHCjCpwWp8CZlKvoS7MFjqo4rXvHoie5jhuMHr+FDu\nxE2KfP+9pvCgs7Q+scjat+VRIsHGNIAkePL5zIXYLhXQGciexcXnC6kaX6fm\nzbbct0dk38UVNa/w08M6tM1GjRSOulJAjlZ8+SOkh/I4noFfI6NU6k/hqYWu\nfAhyBxJzC4uz18ZU7hB1fQRDR4ERS/8nYwIxybmKewY7hoF3WgiTGeqTzwgJ\nwehq\r\n=Fulu\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-beta.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","deprecated":"The service endpoint it uses has been deprecated","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-beta.1_1628539225299_0.9641495393930601","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210809.4":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210809.4","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210809.4","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"77d1f1284804efbdb3f409a96e80bdeeb80a6e59","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210809.4.tgz","fileCount":81,"integrity":"sha512-Fx+Jt3j40j7b41YsBwLkVRw4/QIv7WosFiaSnn/+uZQg1KTKTasAPf+uLL54oTI7nOm4brrQaA/sg2XHdZJPrQ==","signatures":[{"sig":"MEUCIQDGvf/PUVRWrY4BTbPcrgfa3MOvmIdAc8PGD3CVFG+9gwIgeVj+vPKL3GypAcwlOLUEHgBJhOICt0w6kdbrrEosiLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1275803,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhEZwxCRA9TVsSAnZWagAA6hsP/ju2kTjsOSPEPFAh6bs9\n28kIWbKyzqQWjbBrFXjtWGvx3DN/lGJSpp9Bcveu7/yl5DFpp0ozmdT+muCA\nsOuZjzh2gVAdgY3N6VX5/2xau3qb/zN+jbI43vzGwzlC0WvjOst3aK3GlJp8\nI2SJ+B9obx1bywxM8XejnnBqbCNnvqb+OxPX47Fn73C5LDS9CO7cgG1zvLe/\n5vOnXZMhkxwbc6L2Siw8GhGrl9saJF2f5456T7pUy47M5MIu4i4jsSfFBlNw\n7bFPEhclBHy4hsS0mir9U29W8Xi6mhjQRTuLqVKgNdA6aQT79NLJ6Faco6OA\nnXMfOyyJb7V9XujUlEYnFn8h4wKRQizSxCu8iCJSvbOqBbkYi9Mah+fuu1Wh\n77z3wTByh2IiQvjqHzbr2hWB2cdGt5vWfgwK4AjgVW1/FXN9phmAd6sbfjSP\nMHJNAfyKND4ve3b0Thank+oOmel5Kw2dtF7UvemmE4KNSFJViwTZqve4Nyal\nhp4Wx/efBtRB2HU1exRX9cTRo4KxtPlTsBWx4r5TOoUxf+qmpOxDDTODYZJ9\nqzhgj+uKtyjJbgBZMSRSkrna5yNXUoP5k+LSVD4JhYhyWIxr05ZOIDrcTSsI\nSynQJKw97W48aTeXIpxQDxmC/OULgg6Ed50NiHoXkASZfQzx3R1iReZOMzCZ\nXLVv\r\n=JlnB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210809.4.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210809.4_1628544049513_0.3742252185314012","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210811.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210811.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210811.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"921a3abb8b8226ddbc10ec6a7428402ff6587774","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210811.1.tgz","fileCount":79,"integrity":"sha512-kPDjXnb3tdXrawR4H5E5gMTNiIhAti23uC2/933whEI8DlH6xzdt+gYLh2vScKXiNyK/10EzWVbWlqLo2F7xKQ==","signatures":[{"sig":"MEQCIFzxkYDR4qQ8gt1YmCk5CRdVE4SCi/MMUOcLFGUDuV9ZAiB6dxp0jB3MD09pgo1lt47vrRNek2+r+YGqfq4QE1u4LQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258120,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhFEAiCRA9TVsSAnZWagAA3gQP/i08tfWMhTcYkCbVHpFx\nX9YUoVMAyJ9K5ysM9ZQ6iXV7jaKjJyZ30xTwRKObAB0IudGzJK4uNNvz5KIx\nNfIISX6dFylVN6IDhffSggUjPHy1Oz9ie0sfncs0gAreeE1H0CetMNT2s1A2\nbHrUt0SqEikYZbPsx7CkEBBxQqg5X+oEEG+50TaRw5T+EjlzkRqk5dhS6GRc\n493cM9Y29svTGb72etgvwGSo5VfJlvVcVajy2l3FD/34JptMJuJsNPdOe6wl\nmtpt9Oc/qKWxlranRA17fnpazHMdHcOy2pnFxbYDmtENUV5bCkqFVf2vDbHJ\nhjiaksWdqMF78CNDWO9xi2dYGQhch0w02DHUHKlq1a/mlxB8G0GnANwLD99L\nQDbc4Y0PQg1vo1YlhwjaGUS4P8qOy/Godj54mLFRh4hNVbbjAtv0cppAYkcH\n/ypw5YZUvf/Wf61fwDqLpedBE3LQCIo5Dte0egILRnoqqKqgeuhxET6dW362\n3sTloWbeiYVToQqx/CZ1bujUTf24fZDMKDRi+ifCt+o2oXOP0OBXI+oNV4IX\n2ZdfmqIiIrmkpUSyw0g9FjIcUwfqFk7B2JFz23OpTcPBF2jHgh3LPRvJxOf6\nKLwMtY+5VxCHYM8B20NLGedXgHmrAVRlTGd6reK48/COnwMPOUyMVyKLIOys\n9aQS\r\n=RTuB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210811.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.4","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.1.1","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0-alpha","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0-alpha","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":"^1.0.0-alpha","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0-alpha"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210811.1_1628717090690_0.949158439419282","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210817.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210817.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210817.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e2479852709567c68d84d59813486b441ffaaa0d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210817.2.tgz","fileCount":79,"integrity":"sha512-UBsOueVX6+azo1qOJ/56+KWnA+JTc/434HbY42xHeRDx8yyaG9blmvZvj6j3kIIMCV1tQsMzdJ7kKuQn4g2Y8A==","signatures":[{"sig":"MEUCIQChtaY82SeI3VzB5qsZRRNKXLNC9HrJE2v4owqqoEmp2AIgUIXNl/BB8QZLzV+nqmu2MYrrm0bbsyiTAfR6r65QH7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258196,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhG+pwCRA9TVsSAnZWagAAhigP/RMScT2KE7GULSE6fvyb\n1Zy6eXOzRT8J4PLEJufxVtBdCaNfwUOB4EtxZAzzwN7OaaEuOnIglwrZbmbN\nnPEGx+Qy9ExNmixra0YiM2Qu8meLU1P1DH9Kq1aCAzwK7tyul0fx28FkrHrL\nrRxDZT8CHQinuW7enkqVXPLF92WXOiICA5SkpZJ3oOJ0MAPezt9O1qjDwOpH\ne8naCQ3fKcDfqPmt0wrDPahvSJ6Qk27/9jCqEa+Rt5gIXq7Tp3CtFYI0HH0N\ni722NUIcFWTYtyJbkHOMSAkEjd+wTAzkr1TgnaKfE3ktBK4SntAsIFw5HGdG\npGibbDOt+8YPujt4yXBSq6EQqyeZNzCJ8+IrZ1IwrvPF4b51uucChkLpgihH\n2N9u23Q863/fuTASzadjFhzrsoTAGJbaOCeGAsaJ08L6dtrYCvcRNgLoEmPR\n9N1DkA9BLJ7WQuA9B/p5dGSw937cYxW2cYRFAj7jPZa8UPCJkFkr/0pO1Jmf\nIwfVTV4UFeeGJVtlBPLFUTjRCWs5O6tRUZR4PxvtKZbGRfj1Gsg9pDXVkdXb\n+/7xKeEEGfHd/YvtddMnqFe94lOeu8ECpWlTqWjxrrQPU9cXSoJnlAW9Anb1\n562Q650ka8bXqMto6akitF+kY5oKcTi1C6s8iEFBRa2OiGsW2nxzvhcSk08j\n+Ohg\r\n=AobN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210817.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210817.2_1629219440310_0.9948644624384262","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210818.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210818.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210818.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4e2c4af93f0088e86b25262dc35931fdfc848b23","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210818.1.tgz","fileCount":79,"integrity":"sha512-fE5sQ54bDBNVuJz5iQTp78eHlmYo+fKWjYhGz4zm/l79adRvWYlXpGLm9qfIJNKa/KxiwwFXE+1AdgGQp06L5w==","signatures":[{"sig":"MEUCIC6N8Z1/X6N+h1cQHVB14edze4PoyBy0L9c5Lqrf/0a+AiEAwS0wGZIIwNvlBBBqrnKt3D77SZO7e9Vol7yldeXVT0I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258229,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHXt8CRA9TVsSAnZWagAADC4P/3WDK5bmZJpxIUh+oM7C\nawoPA0PiHbJCxnEFgnGsSg69+3jamIOad3+shY4bPkhs5mu98aHnU4I560HT\nXfNGrhxsbMTfwZY3phg68XXBhmA0k0RH2AzwhxtykhozoVpJyVqsGOyn6NG4\nW+hQPW9ftSpK7ONyrGL472EVsYfMrGJSR/VpPpLYVfToBETvVxDZselftBL5\n3X+qz0JJR05u5W6lBhIiamQa31Ja43RGa/oGjQ/dioXE5xD68eI9Te16FjK7\nnrtTdtCOLm901+ZKjsZTPHuKawAeVe9W+TzAp2hoL9EIhCONAezNz9AFnidr\nRZS27FPtRwJgSj30/ReH62/cu27BgcSSKt9RTgrZrPD0y8aRt6VyxI/jKZ21\nreyAt0Vf5isPwlQZ+uUqqaeuWOh0PoP1iqrZNWUyQiwwvgXPX4oazZhK2ZFb\nfh10Xkrbo1GzS+7KlMFlXlBYrzZqEc/uZy5IH0iINMOndYZx0c7hW3ovr6O1\nVaOD+/6DIivcgzdp02FyhuTaj95UI49Oq0bPGh4OVTihqs244HREwgcE41MN\nt0jD9ZbzdDOeGtoWtxW1IkjiiJhX24XY6jteN/n7HkA25vvTCqgWgQJqXkI0\n3qSiYE5WHbfRZNhX8SQz9/PQtW15bKyzmoxOem5BTI6odVapHvUmC1WLGeu8\nwt8H\r\n=mFrE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210818.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.4","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210818.1_1629322107864_0.8979075452282346","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210819.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210819.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210819.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"da7674c768d9ed4b377a7b5161b05b367e675765","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210819.1.tgz","fileCount":79,"integrity":"sha512-50tnZGaTk732ovc2mvPVKk0Q/lv7PImXrbwV/k+vtpAOXU5Drkei2uZZa2htB0op1oH0C6OdLXRF1sndlU+Arw==","signatures":[{"sig":"MEUCIB/q6VUc262hhwnuTqZWa3pv1odkcfZLJy+W+hfCPALbAiEAotwQst0Jy+brNwHhBdoxH7wfDtxgvczckFtOl4YwdDg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258243,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhHswbCRA9TVsSAnZWagAAx9UQAKF4hjW9PIrYc/Q0OKvp\nZBKGwRl6Ghc5XfWXgOCh++mBDPKXj570h49qUbCfZX9IuNLM2x+xXS1BC6l8\nX5jqrBoSP/B1gx1b2ebN8LFpwSmNN/HblUtFaOwIla46xh7/XeJDAMG9FoRc\n588K/2pi5sTh1krP+dj61MRvmjOa0+87AiWPzLomfswhoEQrnGoCjtw9C0X0\n6PZRkiCk4FBBfOAQpajEIx7MD+4cMvyz3wIsLJuRlII59YgdqdD3/1TE+eIG\n+EddgWvsrgfGk7vr8owGdROkdQrd1vjs3SlfjRk9kN+gp4m9Tc3djDgqyLas\nhlOUbxOXgYHrwP1VRgu0Azwfp/aEFR2jvcoHI4g5OB8UokC6UMztccYCqiVw\n5wRr1TdDM7+RNuQ3ZHrzBrM18NdfdVvShdSU4CiNbM7v5CzKK5moZun0Xg8Z\nP49awNtZG2roHcYUpB2hpFgWHsBA6hqywbqoaYbelKbfxy2tkXHAG8n+0zuI\npgq9t+TEL11anEfBRshASnUVRHZdAQ4QI1h0gMAn5PkBQWXQFRZ1CWCqWS3y\nfLggbKs20AUKBWF3OWAFMWPBTLBH0dkAScW2eb5LIC5RsfdMO/PtKALlCPQq\n1OBM61aPtcHxK5xaRPYGY6c33SuWe0qj6fbEOPrsm1yBENtRKsb9MLznWTds\nHa3o\r\n=3Y+x\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210819.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","prebuild":"npm run clean","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210819.1_1629408283538_0.41404483220720345","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210826.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210826.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210826.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d1d2856346d40580ac098dc4cc26206a1349bbe9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210826.1.tgz","fileCount":79,"integrity":"sha512-PwjeoDmZjraqoX1aJUQAH+x7pIBKBJaqb1sSuLiR5UUBiqX6zKQJPM+qFF45iVJeo2RSb3s4RF4Nl2qKZWYqhQ==","signatures":[{"sig":"MEQCIEg9XZmBKf9MjWzynJxsu83WRP31wPD6YIe1lSuegXugAiB+moH2rPx2Jro8B3jMw4kizUqHRIuh1ml4tqXKKuHYTw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKAb6CRA9TVsSAnZWagAAi+YP/3xLbhpqj+b4ULwY+Mq6\n3i47eZ8m5Z/CKp6zReTrNJfPQmxvzsl/cCNDojL/LtNyNpUzR9FIAnc27j/S\nlzK1tfO+8On799ixiXSUukLrQOxS1FYd7dFjazozMCMdgJcDePBLFaCsibtx\nWM7fsZPeRWcbQB3UHUUL0cCfU+PO1h7zClfNrGSppaWGSa5ciJgrXjEwsN0N\norf1qbus625JWHpSrk2wAFSBfIXY5kbdzlGdg7k/8wzl9kvVO6c5y4N471En\n+q2tUHg9CnqEcFkCLZRZ6B7S+NMyAhCq55ULCZC9eXJlSt4KQ6lodcbWgWGP\nhD9BDUy0iOdbnsQXsJwisTXp7fC7nBNRARpFgtILIPJEp66H0AbDfCT6Gy75\nM4qim5OlFe22PzQxT6MxkoyR2KcwIv8DfuOL/WvtQ91wMsXRMc02n+1MuUQH\nvCKOOoK1W1mLb72K6D4ERPY43tS5aNVirsOAjtkeVvGcxiv5NF/fWhq0AtNn\n7eRt5GnfueNcO1JAXo3EP9UyFPN+HJ9JdnasypOWsNH9ciVGm+sYDShjB5SV\njBJJpiPJOScKWjrqZ61J1xFDWqg8I6eLjBk1oP19wUSy3dHUOI/KLLcs2Pn9\n//obQ6QJL7zdI570kJsU5Tb37l31Pd3CIbc/IazqVq2FOlyOqU0GRxUM3ytt\nvXav\r\n=WVqR\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210826.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure/test-utils-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210826.1_1630013178639_0.9954735512402895","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210827.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210827.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210827.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c253bbb33d7ce702c9d68fe2a5076f68cf574684","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210827.1.tgz","fileCount":79,"integrity":"sha512-9UPfhqDgS583bf+RKMleMJje1r1gFRcnJC+/rutdaSNtNU23t3oL9/FWoBktXltxtp4rfxMUIxjKu5GA5LfWjg==","signatures":[{"sig":"MEYCIQDfMphlpKOflxXECwQCtu5e5ohH9YYa/JC94/iQwdEnbwIhANPdrrb5b/E3AyReCC10syNbuRk2zGhThHJafL2beUTq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258227,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhKVfzCRA9TVsSAnZWagAAtaoP/ivXABvb6So0sv9inFM8\naNyyzg93pSQ1S2HgX7c5r9mH8m3ZgwO3mGLvK3xf2e+/iNdpzwDbmFSPr38P\nuk6+CxPWFoXO1oOomTDam+Zugo7Ela2T+JmzhlYJxdtIrGvqvklpZbA2nz33\nsV0fHHV657ADNfgTuQJZZbyYKEgTx+CMMnp9bPSKlndekl4jEFqdCsgV05+d\n0tBC8b8IFBw3cnWrmITAckad2JUMNf0lycFWmSfCK3rgZf18ZVhai4nVA2Lv\nn1RbJPjp1cFwMLnQeNg22CDNhpQ+o2NI0Ot89NJp9FoEYqVMzS6JUu72cLVY\nftLV0XuRCM0KGGggOPPtN9q6nwsD+iGLStnpFUf7Dax5eEdXpUe5pkCu/n/+\n1xDO2vA1k3v56Rpp2hTsU2TGzgmSb75THM+th5HiboaiY88/xI6RXnUIW+nQ\nkZxy+WqHjT8fCI82AraTZeb7m0G9Kt+NeGMiMktk4A57QXamP6g2Q4Nxi84r\nFkW42bi6ptdk1oY4I+RULVMWtnd7kG1V7t42PZPzHujSYAUNduEnQ5+HuN3p\nzqR9MB9YUlpyKGaNO1TYRfl0Leg7i4LibLyiok2ckznvuZPSS2lPz5z/e9zl\nhQ7Ao9DqVQjeBH8rX7sZQoh8wsnCARcLfLTzEMQiJj1Hj/0E+opy1Gpw5jXs\nDt/C\r\n=QQt7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210827.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.14","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.5","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=1.0.0-alpha <1.0.0-alphb","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210827.1_1630099443427_0.3639789447168713","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210901.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210901.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210901.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8d65c5517560c52de0f0c61b8bd20dc7cb3b32cf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210901.1.tgz","fileCount":79,"integrity":"sha512-YOkq+4GdjZY8/9JTfRZlgD1+6e+DyEiDjzm3BwERKWQssfAyJZ4pVD3/dqK7CQCegp2zJnSt/ZmEiWC4w7iKOg==","signatures":[{"sig":"MEYCIQCKEcJl+DEdximuFV8hd1h7dLdsRLITkhH476OBKXzvzAIhAPLEIVfM2Q5OTIin+rqN+9YYob/Hs8yStFDu1mzv4J7y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258207,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhL+4TCRA9TVsSAnZWagAAgysQAIzQdMB7pjOnO33ZDZib\ncZh73rioPfQdkktygWCO3WbFy3hQmvdfJz9LKonhA1Qd0zPOyZ9TBu0f+XGN\nerJ5fEf2FjcZjLQ16I2eyaDa+A0pc+zBSDOihKnGK75c/dj1ibp66C8I6mXL\n9h7wiB6/dH54iJhUnQHBUUfs6EjGSoBsQdoKi00epWD1rIXEBsiwkYxVdJb6\nl5LLLRjbAw7RPbubTA1ovt1tLTNWxiG+PQ0ShFHO/1lIRHeq54suaeFeBRRB\ndZqmPiNf932qINe7bRTgjm2pWYBS7tmBnv0R20Wru36jTBo3tdFR2jfQpZd1\nAQg541exfxsQYAIiQdDOEhKStElwgNzYOLtKY/9J4t05wdlKlcQTtfo0BEK5\nlVCxl4+Is+wmY9ZaimrHSRQ73fz7gBfbqUBSm2alkuUKuGdlVJdEcNkXYSgk\nxjw+/syOGosZ7j/0cANs8PWuF7NRGdpW6MGVtiZ3zBRWiuCiI/mGkxiE9z8+\nWvigZ5kq4Ry9kY8knbwxkjDBIvGX/QFuNSod5zF8n+z05aiYxgLT49lmi3/K\nTlNLsgZKykS8gmtW+jKZ3nqTQz/FbejydaSXc/JAVlFvadeULL/PsP4OT/66\nYnA9pUrGfzix//L0LPuRiLdWxJwDK6yrcU6wAqaU6t6CmE0mkLZ0OAsLR9sv\n/au6\r\n=29wv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210901.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"7.7.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210901.1_1630531091086_0.5813946709683666","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210903.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210903.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210903.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ac7afeefcc0bdec4b1d669e31f4701c70d7bf7a9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210903.1.tgz","fileCount":79,"integrity":"sha512-gAnqNZ8jNmmjzU8Y0TmNS51q+6+1G8Qudcm2O66CxgR7q5uynmQEjnbyiNRFmlk1QdSf++7MgcTa7Q5hrAd4ow==","signatures":[{"sig":"MEUCIE0ZzzXy5uo2idtHiUK4cozkkE+cqcmenHsY0q0n/mkuAiEA21t8Sc9z14i7JaWkPrv8ltydcCNE3e9V5+HpF5NQ2Jw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258070,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhMpEuCRA9TVsSAnZWagAAiu0QAJb+8HoJSURvOeky0xAa\nLLMLDIkLqZBDscRuW5aDlnGZWotwRZHEeaVCtQ9HbPcU9nG71s6ZNUsmWNOC\nqqVyNFJIKb9dYNZA5KYM6VnCjtu92MPzYRMjDUA0pUFBpRGILId/vmXIJNbs\nUJUOoyTlMGTGP9LxK96Od0zV10FcoNMbRUeDIXdc8mKgYVML+7IfSVWOvqbX\nEVbcElGIGL00O0oMnMZzaymRxfTNUKhPqpiRMHC40bFL+y7uFfFo8NQIfZur\nAHx34IWnqyg0cFX/gKLKVHnrIe5WBtOV+xEYc+lmhBYzmeymaZ5ILtuoUipU\nKIumUtWuD30/PjpZCyoPwXv2H2pdBCGtVTMczrxSnTXBebxW9Xk5TwHMb8kn\no/sCVCv71pcO0YDvIMCMKVM1Bu9rsKG1OU8YdIkFRp1LlsrX5ecgcFt3tldb\nUf7VmEOjItQU67yUtBglDlcaytwVO+6r0jvuIufc++xEeSNREWWNBHpxjahx\nv9C89t5vsXQz1c50mch7LvrlVTBXuDBTT9mBVBjd2295wEHRbTZ6zDkKV0W+\nIp8Dv/9oTM2pUxwRKBXTjpAHKDO1sT52y7QOJ1xAUwAEP/G+iOLhBXfzohsW\nD2Q6gz3QqN/8pSL8rtCVII+MB7bLQozc66xX5WGm0l1gosp0Ug3tjn7DSH5Y\nZ/bd\r\n=CLgr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210903.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^9.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.7","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210903.1_1630703918372_0.9506467308819662","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210913.3":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210913.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210913.3","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"78383a0f0e170331c5edbf341ef38244cd68b792","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210913.3.tgz","fileCount":79,"integrity":"sha512-651BYu4eca2RXsBXoWapq0DMXHIr02vXHUvsWq/xFaaM1S1uaJ/DQntj0Fn/4IwfdCIoxZc4pUaZT2sFwzqfiQ==","signatures":[{"sig":"MEUCIHqbh3adAk1HY7BI4iE7kSql7EtGpjm8+R1dXrprsWH0AiEAwHb+XnOneKN6tO0Zl/86ozs5zBUwtBGoNU3KZQh+zQ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1259140,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP7NRCRA9TVsSAnZWagAAi+EP/Rfb3n2l7AjZ698O329j\n6tL4WbIabgB3PsSCuZ4Y6X3luyro8TZk5oj2HbYc34g5vhNV1OqEnS72KCVf\n8U7L8fiO3x6VSubMp5Jtt2rna73AgAx/F1ZosDn+OsrRfbQrxM1Qkqw69bgw\ntpR6ZF/dRvOdKm9iR9dVhOoaVlqWtxwpHbxg7K5P0GHVcbVKO79SLnItSD+T\nghQ55WzT/0lgXF3H837K8H6+mtvWgQ6AKHlMAiIvaoJKAfAmOwiJ/p2T0YY/\nWuM0QTdr4F6U+ixJris09F/2CuiW3XMVpe7mIIHtUMNLLpcLgniMvP/MOuWF\nfeor2/S0v0eO73gT8HqLdXCRC8mrJ6P5wcuzXhD5FlA7padJH74pOWllb01O\nBHoVH/BEGe26d72Wup26rSY68vWfFX4oiXEq9dGJ3QegIL0ZXnQDOR3pHgmg\n21R2SsH7KhRw/ebuN/WuZYOXKkzMlcwK2OfaMco0+2JTSb8ZVWMH3nkK9K0F\n5F1dZ44NYsp2eAGVsKWIEQzTVlKjUEvUiZkgul8ih59W2HbWxBqrOMX/jwVg\nPkFL7XUtcNX/XzCZOhqhQL2JpEUUJN+D7YCHtunwgR0Cv6VKgQMdESGAt6Z5\nNH0B0/3cHlGUECoxq6mTGtS0FcAlss9ihwkrJ8nOOVysjnnlDbqjmpPQkVTC\nLdNk\r\n=rtla\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210913.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.7","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210913.3_1631564625428_0.4792071794007777","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210913.4":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210913.4","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210913.4","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dcedeff13cde4cbb4a80dce22da9b65a6a138c8d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210913.4.tgz","fileCount":79,"integrity":"sha512-jVHeQR77PuGlhN1s5UienxP48EMFNw0UPNp35Pn/U56Kz7TXDJcQN1XqMeQj5nOECZwJiZD5i5+Bx2GcwnN4RA==","signatures":[{"sig":"MEYCIQD5FHnX6VXJiMbWfxwlJGdO8xGz7yKGRblzeNBucFJHpQIhAMIVD1tVDa/teZQyHHRYb9bYPwROTYN8hL0eqLwHpMDz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258071,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhP781CRA9TVsSAnZWagAASxYP/00qmSxq17+6CMh1a8Kj\nspgTHXnPVNDFBAQGFzyajBOnA7uMpvjgcWVt5FyOWFa/qjjuzF72E/Tga3Qq\nvJHKzD2710xsQP9XBWIHCh1tjtuxBW+cGuWOYkOUgzvlHLT0tzgGF6PnDEfP\n/y+uwygwf7t6mZrswrtnr3ExQ+xqhBnX4cjLahPt4Lmc+KTzV0r6QVw/Rs/j\nftooG+Px0S7q8JIfWfjaYonhyI1MWD6l8NwjGFzZpwNzEAsg88s2ObQ1zxyj\nR+dakoxIZdV7o7JJhL6cP0t00Pdv149m4Sasrj/p95cjtqCqU20H/4DzRqVq\n2wPPzmy3B5F+NgJKhdjwifsKKMVJoUNIYvNyXEAd7fzHIj7fZeESJqVU5Pnk\nCnH5SH9m2nmaEQ0SPejqUrqDXIOnEjHl7jOWRmsoqJVneLh3KBHg6dT/MRZ1\nwSCER93VojIsSnp7C0csw5jJtxmOTYgT2DOgPL0yyUaUjpU4Z2z96/CBlPG1\nvQ4rlt5y1/PqIEwAzonvZJyGV0Jb5rPFcrXNdsxlBYI6TcGHdI4ubuEcF1lj\nGqfcZqhJiMFM9U5nZYPbW/rfgZYQbQ2MH4KPznHBJfRAWjLfrIrTnHHVz1A/\nP9JnXgjbNvJ+NetXBbUZ4EYfTAVKmLXtg3CLGt5LqZXKxENida9hkbR/U6VD\nOimt\r\n=FMBS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210913.4.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":">=2.0.0-alpha <2.0.0-alphb","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.7","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210913.4_1631567669371_0.4429141687651885","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210915.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210915.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210915.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"30881eaaf1009c441ccef1de892bbf1f29652ab1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210915.1.tgz","fileCount":79,"integrity":"sha512-57+nVZwnGGmQmvUMCGW3kXGO2qKfL0m0hR+Fd2k5IbrJnPumbfoaZTY1/v3+VbBDv6IVbkmwIpfWbKSnzCEsQA==","signatures":[{"sig":"MEUCIDVwLxg+mXRad21E7jBdGhUe3nQqh/jy+7JFhmZh8d7eAiEAko8WfhQyyOj4taF6qDzBxkAaLZrH/dt6MWFa7wPFwsA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258057,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhQmNXCRA9TVsSAnZWagAAkr0P/1C80n8kwBtipv8w6WM6\nJCqXFWk42OmDgCZ++00UJNz8rc5BBAnUVvh65Vif7FzsHecaYySsFDvsjwQC\ngFg7t7Z2MMthc0lDHxwWAnYJ8z2Sqoc7TZlFawNS8vkhm0PI9g2KOyVY1YaY\n1Rwb3yq1soMYMR1AnmxNTcBUhsNNWvGndqIlPQVohDaY1SbC8CYX5NnCxSoa\n3+g4W0gIJx0oZMeFx1nGWXm/sa2XfEkrT2Lp924xpohK/yIvBDhIaG1PDL8+\nRLJToueDZMNJVwPoOy4jz1VNYi2zsKijOKV0qQN/FkyEDoF1zo99vfQjtrD6\ntSIta46937AbOVWVdCrV4JBlWFNBUC3rVZD3Rd9RXeNX0Drcbq8rXexSKat+\nQGPe+CaRUIro/UdvOcZgadBS/7zPEn3HqOuYgB1mPi+YFGwYB8ozQ1GTaloN\nVVcANoyQjwYoV1GigjRcsxkMIUS5Ngpor6RE2Tyj+2A5lOajIyEj4LCN5IHb\nEuMz6Viuk1IWikzb17U/JcgUcyEgH/I/tDo68+JM5+RYp5GRYXi8sYLFnUJH\n/t5JZ5DEPzN5q1j6XLw14ahDNdLqmX3CM/F1pEzNFyV8ltM9fXRDg6GrpzmN\n9uRAByfCm5hC4beGxHkiK3YZGon4Q9c4SIFnzFshoHhRy6EKKoMOli2f1Zyg\nYHEd\r\n=1lKA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210915.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.17.6","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.7","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210915.1_1631740759048_0.6234495135391809","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20210930.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20210930.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20210930.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"beee94b0ae79e816518d1f4b0b6049af06a68e3e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20210930.1.tgz","fileCount":79,"integrity":"sha512-BmT8cgvAE8SlhV19QogUxqEJu9bH5+MMrrak9lvGagjDMzgsuo2W7jiCS7afokwCsjPxye4ZF0SdNdeQcx5kKQ==","signatures":[{"sig":"MEUCIDN0Z4wwBhqStOF0prBZNJSx2axXyxS3gcF1PxtVpQ/fAiEAunbTollPyG6hbbh7u2vfmrHeK1f1SXd/TJALzSzfiCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1258058},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20210930.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20210930.1_1633036795850_0.008410318410679185","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211026.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211026.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211026.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"76fa93de86ab5910b8bf70ff74435612d1615455","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211026.2.tgz","fileCount":75,"integrity":"sha512-pPivf5YKjCTzLl/iu0WS1mYCsp79SvCqvlRWIMP3LQc76afDoa870cHq7UcZbXS9Lnk8xK2tWLfuaGJFCdEutA==","signatures":[{"sig":"MEUCIFibLwXs4Yw44+knl/QUzQPahYwtgr9ZmB1zNo4vPwryAiEA1Xn96SioaTK9Wi2b6qt6kp4qiWYlLWiB5tGgYAP6u+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1253958},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211026.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211026.2_1635282800560_0.23011926394006665","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211027.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211027.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211027.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e629f516c61f8393c8114b948bfb0a0d013b90ba","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211027.1.tgz","fileCount":87,"integrity":"sha512-Z6F5BjyWjWOk1nmoK1Vr1RKW3vlkkkJxGfhyuCn0D3oUt/uGqLURzJ6tsEXoo0UGqEPRczXIAZzzLlTwT/J/0g==","signatures":[{"sig":"MEQCIAwqAHR/Ul+ENorZGVXxJFZPVMS5Q2tOmUbtinm21eTCAiANvyMgcGPrZ7GLVRFzsDSY9f3tiEAXBzqgy9VuFzaztQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1422110},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211027.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211027.1_1635369259585_0.7572531392193256","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211028.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211028.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211028.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"209675e3e81ee4ef1bceb198fd15d98ad9f1c5c5","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211028.2.tgz","fileCount":87,"integrity":"sha512-rrStPxNGnEqENBDbd7bHHW4Es8SWgLmit8qe7BkoGWUwYIFdD9Jf7bBtzoS5rCzrYoJ0+ad179kj+mi+tAVWIw==","signatures":[{"sig":"MEUCIQDOQXqHint8Cha57gzQIG0PI9633Agc0NTnZvvbx+upVgIgBPjOUJhi2dyzGRAJnDbNvMQgApj2k2g7tatqQOtDH1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1425351},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211028.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211028.2_1635456068272_0.5441479835057248","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211029.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211029.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211029.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aaa763671e388f8b5cce4c1ccfd5fbf2f6ea8c6b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211029.2.tgz","fileCount":87,"integrity":"sha512-bl8KdrIuyUWLUJI0muAnml4Wwiqm7JcgAy2jLlPA6H90+uhv7fscINjAhX/9W0ZWtUDoQUDEdSPxIWVUxk+2Cg==","signatures":[{"sig":"MEUCIB0R2Y/9nGsVeKwn/r8TjzFi3rHDNW4k1wOPJHRSkxLaAiEAr+lMg6U6cdERl3GOVNXU40Sm3jRWUYlQCqh2gci0eJQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1427799},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211029.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"2.0.0-beta.6","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211029.2_1635542069788_0.7836827228035728","host":"s3://npm-registry-packages"}},"5.2.0-beta.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-beta.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-beta.2","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8f9c6a245a8c9d65cf7a6949dd095bda336fdafa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-beta.2.tgz","fileCount":87,"integrity":"sha512-wCb3l09NhNzHTp77/CF6MTvcQl7+VNnid123BYMmFdtoaIR55FnU1siiCORkWNTit3ir/DrulmcQXt6TTkTYEw==","signatures":[{"sig":"MEYCIQCTzKjzrXArCWfhWJqGOI6YFuLKGqEJ9FPdeSxHq0PQnQIhAN6YdntvDU2RXdE3nwopylpWNh9PZyW8ZhfLuqjpf8ME","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1427664},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-beta.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","deprecated":"The service endpoint it uses has been deprecated","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-beta.2_1635878752125_0.1559018763402329","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211103.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211103.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211103.1","maintainers":[{"name":"southpolesteve","email":"southpolesteve@gmail.com"},{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"823c72be3f3ca319aa687cbcc1172509be2283a2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211103.1.tgz","fileCount":87,"integrity":"sha512-hi4gGNdpnQoOJY0+ZOh2YN0KlACrhPiLEmQaQC5EVCKo8yDAZtszhPJql/mqhXrW0T5BWP8ahxO4XOM5MIW+Xg==","signatures":[{"sig":"MEYCIQCAsCxRwf/WHEPA8Lyw1zXF4VKeQccxCOFfCt1dvAbcTAIhAOqdAHK22pdaigzJvYy9WmmaiZme/I+Y/iSj3S3PooGw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1427861},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211103.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"6.14.15","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"14.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211103.1_1635974342165_0.0008479222643156259","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211130.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211130.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211130.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4c8c5591ada4cbe53ebf211d24a1132e0893ff23","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211130.1.tgz","fileCount":87,"integrity":"sha512-6iH6zvg4qZqyVrkO0fWhrfWc0PhN7pigDJRVtfbsGBXxB0Jpf9XoYVtzv5+oGxzkS0zszZXUD8EZDGor8MgGrA==","signatures":[{"sig":"MEYCIQDRXTvZC1qU725wam4U4PbDw3OB55OMRJysqyZCTmd+ygIhAN8KFzAm8JUKhoGkRfeHZb0SS/18HQ1Vqnx9y2k9MOuu","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421764,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhpqXuCRA9TVsSAnZWagAA7bYP/10N570jVsPOxurtv0oN\nP4JbmA3kKhsUVubBt+kKnf5tW72C8jfksxvFKp88adjy/6NvTctpSXqfYNtw\no/uOoPHkATuWqMkaRpwBk4A+fDchwJzBAhtHj7ozH9biJrnrZ549779VrAs4\n5OzCvkHwSfbhlnkgzqAeLcsN2uGeqChhuWTfTtUdgbTCtr+knH5L9f7P+KM5\nyV213i2JxNu4uqXfSxvnizbpKiUJt093Lwjt9ZHjp0sFnLcRBPoqJcx67rMt\nGX1jc96/oO+oywPix+ZEfiASw7dXYb0xo2uirgbOmwOW+JIKLDdx4IvvIgHC\nerCHzxalzzPTVs0STvGTB2d7jt7XX6l55xjkFQ2YqX6gzBsnJ32eUtMMppIl\n05Wdydb3XPak5r+Yoothuq7YW91GyavR26unNpov4jcHCuL5kR5AxDQadeQZ\nqeqI3IqO/CGn5u0CGD4p605CMHqhlKJPRveaBogb/8BfsyKilcrM7xNjVCKA\nuhtTk5VSuvUIhEnJk94X3X/jB/+lNs4N9ITYQUjJVEYBXYeawGOBi+5gyPsq\nA1Ot/G6XCE4G91I+yzpp6lJNYkCVQZagCuc0oVFkNuz7DSSY1kSi8DpwV1sv\nwKhzyTcf81Xnz6bfCfwaLWnEoN1oWr2qO9vrdyuIxkCBm+YUkrXnaadjW4kY\nQUq6\r\n=rW9E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211130.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211130.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6iH6zvg4qZqyVrkO0fWhrfWc0PhN7pigDJRVtfbsGBXxB0Jpf9XoYVtzv5+oGxzkS0zszZXUD8EZDGor8MgGrA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211130.1_1638311405930_0.0463679649545683","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211201.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211201.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211201.2","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bc61d472f1057eba0cc83ad3c3936ac58c2ae338","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211201.2.tgz","fileCount":87,"integrity":"sha512-bVF0Zg6fItAtVx+FtMpsuLKmGzZe5nLiGcBWErzRPLRBWKdzz9Gx3D+6PmFB47dqz4SVws/zbd8C15p0sN1khw==","signatures":[{"sig":"MEQCIDXC8GilfgWXjhOTnkhJ5o4bLO8G5BEzipKJfTJv6w0lAiBlAKIQ4+fQ4qnq21m1QOAhJKqRkhG5+Lxqm0FEerUP2w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421775,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhp/VVCRA9TVsSAnZWagAARlkP/3onRW4VOnZoLJT36FoL\nFyoI2CzN1QaJ6Q5SgKx3aqCzcdSt/OgGuBjvrlhs3uUNOQqbRIXPJthqgnPL\n3J0owAVG4BydxXZ+E0lqL7XJclrdZnNHrHWWsBSEqlccu0E56u/Iyo2OgKPc\nRtXQopyVWYXMrimKoohi6Z1rMwlqE7Eh+lGd3KHLMA48GmRBSYLh+7zveraM\nR2jC404KBFpUtYWMLfOpYNxspcVaTBvBrXwUwHca/HuppMDHuXPB2JTEF0Uc\nOq7/agU3ajntD537yXP43lZyiNKzt7CY6Oa1bGmnD38Pzb1XYw9+NlEGF+0V\n645ARjVq+XneaRlcMXupbzravLGPRL96JL7E9nqC30od/7SXna1yPpIT5VCD\ng09lBP+vg5+G18nWVh7Uj14aSI8OVQ7Ajykf6k4Vw6u/vQrzrbhlBZZ94nNv\n9L3ccrEgEwuWLZ9tRY1glCOBKYln3+DPMSs7popL3dyTLd8h8yr7XXzFrOUb\nP/KFGZjPKaz9KBdB0hZ62SJur8Syich7oiAL54VBZMKs9gvmILWBORrEEKyt\ny+P11EWIL+yp2iyp2ckNJfSrxJiDuNXzLRZ7PuY29AFbkll7kq9aHWFkyG+2\nYOQljheirIDh443WvGHOglrfP9/p3h/HO9LI737z8sfkI+BySg/RkdNUBFM8\nS6f3\r\n=/GAH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211201.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"docs":"typedoc --excludePrivate --excludeNotExported --excludeExternals --stripInternal --mode file --out ./dist/docs ./src","lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211201.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bVF0Zg6fItAtVx+FtMpsuLKmGzZe5nLiGcBWErzRPLRBWKdzz9Gx3D+6PmFB47dqz4SVws/zbd8C15p0sN1khw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^14.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","typedoc":"0.15.2","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^1.18.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211201.2_1638397269275_0.6033345640912886","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211214.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211214.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211214.2","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9d68f0879e6fbbc135cbfe4b8687658f77cec7d8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211214.2.tgz","fileCount":87,"integrity":"sha512-uimweYZeSZM5JtcSdCA3nWB54wna+YFDno6wiQYe9ybne44HOQn+T7dd5jepReMTtIqYtxR28PVTClbb8QOKsw==","signatures":[{"sig":"MEUCIE9X9WJdB2MBjuqZJRz6YQX2+uZCHTKKGwKZI/u0bUK4AiEAkDzchJGSXHAOYMdxnKMVSbvf/ao0ovzT2Es3jbBRfnY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1421617,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhuRtgCRA9TVsSAnZWagAAY40P/0j9mqcWfzU7UAjbmmU/\nw3DNbejjY4I1qKVTvQQrdaFNZttsii9iw+RHmHdYuoB+rgYSa4MKh7kYONk2\n95rF9bIScIl1p/ZhIiYhQNxqDXCSh/YsjxUqKosrUk0lRmWPzAYtPmtBGt4/\nM9hNVlRPjS5UZ0j50kk8Ul9pUGDRXkWeCqaQnvicXaXqMv69s8t+WwoH84b0\nM1ysi2UKZExB+Tp99026HwMhQiEiz4aZTLA72vkKa3PLdSB2FtVPlFM9Tfvv\n5BCi7cVrqdsU63RC+TShn+Ymv74ogezduP+1xxZ9xGrtePplto7ucT4KgQb5\nm3dMxunAh98wzh8WsFvaAOBjrZzZ6GHGpOAiSLH7HfgxMHxAaiunX9Hfh+Wo\n47tsu8VNFrq1bxRhE9WRe8IxlDEhJzga4uUyEi1W69iRVd5UoweKBvlyD52c\nU+T32DhhUUYEzGG9Pb+hwSzGZmsV0SFFwHQNy11lNCv+n2t5PuNTzhf624Ya\n3Jp8V842y2a4pOU80h4nw0yTVjN+xTC53TeHoPrlB0kqBWNnl8QMdlrf0Lrg\nIcN74EM6F5hAX3NQv2TDx3Y5a7bl3QgSAvmPqdG2i20cbnN4+6WSwDG3CnDl\nYnjjyZryMVOi4UIk26XrSQCH45cfDl4bwhVONh39MCr1w9I0OcFPLUHQ6GbD\ndmJm\r\n=HYwO\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211214.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211214.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uimweYZeSZM5JtcSdCA3nWB54wna+YFDno6wiQYe9ybne44HOQn+T7dd5jepReMTtIqYtxR28PVTClbb8QOKsw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211214.2_1639521120452_0.6394304170013112","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211215.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211215.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211215.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"238d854376c4f75c5576d0a6666d9c735d5655be","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211215.1.tgz","fileCount":87,"integrity":"sha512-ST2rO1yxCEv4MQ3DG3udsc+Fu1WCXPuP31dRoE31guNkf52CdhEknTHv/YFQIhgylEHaiY9/6MmdaNhhs9PYpw==","signatures":[{"sig":"MEUCIHmqTPoL9kC1aylr7YYR9aC+du39nQm1ace/sle0ZUSoAiEAwclxsLU5ot4Ri2W5nSSKQ8sR13xOwsFWu5oA+4pDl3c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1422031,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhunGRCRA9TVsSAnZWagAAGXAP/0PW/o41pYMAdH/qGOAW\ny2WIGTdqVzIjFQWHXf+eVdEfpXwslg1uCE8t43+EfQYaaYgytVQ+OwUa9JCi\n0ADm6T+vubcX1hZ02OOONaTWLErBu+4wUlmDKszlmRmYjzjUYsKKXprINIuE\ndxl1yC0c75dednNVpZF6TcZi8hUOYn3EBIESn+AAjqfE+IgvJJVfiyRq4LbG\nXXOqOL7pJyPRquBOE6k1gNjy1PX7olVu1dq8/Uceuk+BTeOyspqRFyjtpEiR\nL7FIG7zhqarsHWZqspIJAhyzs5xfdpvsFo68VVPzgEnlCkQpcfh7tAjSh5ca\npymAMw1F+6oU8ke0RNvnRMIOIXFGK6gWyszwV9p0XaAdhRgN6qq7UcTEmXJH\nA13aeNZy4w5Yn5l/ifExYtQHc71c7x4H+sBf6CL4THgCd0RWDFvV9dIXTEqQ\nj3UW+pt/dPeGY8J4GmvPcr0TvJV7O4B7I7U3VAs4NaDX+zAhSpIiKRRkcop2\nlLwygIItLMe+uEsVfXAU2QBRoCucIl7eRHpAn5Htv5sWs/FeTDGmFWUlNegU\niwxJ6MOHHGxo4et6OYFuLmP8iLTX5n7WSIQgu4Nbd6QLrziVOOgvYZnRUBmy\nAuAwxR+Iblep1Wsq+d2mWTZx4fpMU6+FvkQdWF3Y8jI/imRMemHXhY/ALQr4\ndVRb\r\n=Xdc6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211215.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211215.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ST2rO1yxCEv4MQ3DG3udsc+Fu1WCXPuP31dRoE31guNkf52CdhEknTHv/YFQIhgylEHaiY9/6MmdaNhhs9PYpw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","prettier":"^1.16.4","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211215.1_1639608720675_0.7896724166579809","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20211221.2":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20211221.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20211221.2","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b95c471368d5f3c6c0b85095046b76ba93a71fef","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20211221.2.tgz","fileCount":87,"integrity":"sha512-UhF5RZ0CyEx69gAgSiANLcLaDlLjG+z+RDjSk+mAG/o+zP5/VM6ZAI0RfzyMzmIwMEy7dMxI95JRjcjQ7e/2EA==","signatures":[{"sig":"MEQCICI4Cv0j3BagyXY9QZp2YBzCxMwkG6uiYRs//gDVYXQ4AiAKl7UoWEbi/vd0RgV0gIL5Nk+poK6jJUwaBCzKTwibhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1422376,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJhwlX7CRA9TVsSAnZWagAAK2YP/07i5Kl094mBapQHozPU\n6H+cSpxeQg6PeNgQcQRn4bG/0IW5sWOsBwri8q7YHGqsDVM2rYN19OCXuYxt\nksxxtL0otqbRnuYbYQinDdSIM0y5rWVr+/DDexftx67A9E+9SI7bBqZ/jMyY\nLS2LUSrgEUHoia7+K5Q9ykMikU0+BwE6z/3Mq6SfZy7UzRpY4QYPBGsfp8tw\nlepeOnyjr4EVAiVwmkiyc4ln/dPuujC1JORbzzjQnM7101SUAWk9r5b1/BVc\ncFcuAWJ0AZV9ArQ4OoS5ZdoF/1Ocn6VmsThcCRuL4RG5RaM3G7ZllAtLXEVI\nokkEhuvOJN30SB6YRBrJqduMyzlExHwjXTah9rKfss8VC90Ox2kmIbzhk5dT\nccKFque6aTaghqZTRsgPRSk4+U5pUbODRDf9FEjY75TfidS5Pc34Vc1a6hxl\n94g9jk/Vn76NdsyuQkIDtKCJ+Gn95dogM97fVFrqdqt2g2j9ExwtaHNBEJZU\nFZX6uy5s2pA1uitMTPbIvUBxeXh6yBGybTOHwBaxTJ8WJ5K+8coi9/cvSEFO\nxrB2T5bXhjWaAf3jsMs6HANZRdGIhiPBi1hZJW5qWSRKTVNpN0OyUzHg6QGG\nx2rqS4DCJJyldNYVTdTXxcE2QyaQI1U0UI5YJ7vcWY6Bdjf/O0Is/AmDPZ4B\nu+eH\r\n=GhyH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211221.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20211221.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UhF5RZ0CyEx69gAgSiANLcLaDlLjG+z+RDjSk+mAG/o+zP5/VM6ZAI0RfzyMzmIwMEy7dMxI95JRjcjQ7e/2EA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.2.0-alpha <1.2.0-alphb","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0","@azure/core-asynciterator-polyfill":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20211221.2_1640125947344_0.03164116303417441","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220107.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220107.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e138474461f90fdea0217a4e052a64348f57274b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220107.1.tgz","fileCount":87,"integrity":"sha512-OGczViRmAUPwA6fsocKfCXFLn2PeWghKqi14wdG/TRZIOONyUC1hGehTP7nmqc4QfFuS0U5vS8A7UgAI0L3rQQ==","signatures":[{"sig":"MEUCIQDxeHwej+aVLkclKx4cCtqAnY/XmAY9fxswWui/3ymp4gIgaMiKWzpkZh2B/kQl2ZIolQbtmFhuisTFKu5E/tzZDSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1422030,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh2LudCRA9TVsSAnZWagAA698P/jaPJ9dx6DhZz21yPjA7\nAQFfpKpNk6dD9rjg+LL8b1PDEhss+g+nLo3zwqZlWdkfOq1pddIHCvBcR8rG\ne/zdHGTiW8NSxw485llwOQmGKrANgFZpFT5t9f6RS5nnKdLgsd8Vxnkxt3KA\nVrKDt5bTyQ9GF/WnRIoyGfHmdamrWrfTImZGSZuQqpieluOw+wOKNCUklRkz\n6vGewAn5EtyF9HOJ5Sz9+zAFZ9maFtKNk/CGertn6ACCtTI3j081qY2FURu5\nJfoIXsF8tgS/pxRPgvkcotHVwT/yZvQiZC4prqNfKVC2oasFUQvsrIJ5ThjT\ncHNNvRfF8K7/OxvgGOBIJkiFsilg47ZYjqMj8yap9FawA0tmTxpH7+g7jgjS\nZwpl2O1pBkTqqxMbPdk1+eUz+reBcIuWF21uA9M/77BZsXoXDWfukm3QJara\nJgfhCJh9Pd6qDxia79cNgI7Myt0Byut0G/0SJLR4K29YcnMHbaY3YjQ7bzTu\nYrDY2UcOYSyXCQ/t0EOj9afGnQ8jpFBm+tJHgCU5rqLt+RYSZRI0vKwCrX0H\nhJMfSG4hDTpcoBSIcnO215ELWkcOZXbbp+eemKlmn0JY2NL9f1nAO56JuCFU\n0Kl2VMzlQW6XEQSqxiYd1ozOSdLFR7B0gz37JvtyWewZpmVNUj9Vy5x7qo6o\n2ZyY\r\n=Q3SU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220107.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1","build:test":"tsc -p . && rollup -c 2>&1","build:debug":"tsc -p . && rollup -c 2>&1 && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OGczViRmAUPwA6fsocKfCXFLn2PeWghKqi14wdG/TRZIOONyUC1hGehTP7nmqc4QfFuS0U5vS8A7UgAI0L3rQQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","rollup":"^1.16.3","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220107.1_1641593757430_0.32694141602175053","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220131.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220131.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220131.1","maintainers":[{"name":"christopheranderson","email":"chrande@outlook.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6aaa76cd06a5a4fc92ec7c1d94094da230ffe37d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220131.1.tgz","fileCount":87,"integrity":"sha512-xt3HDE8InXzkz84PFeS7QHnNLJFZtFG5WFLzc6FgMXctSJy9eCH2zaredjdqE+EFVFpz2RQFgyuRmtnXSZaLEg==","signatures":[{"sig":"MEUCIEZX+DfDrXl1vugX8ai99+w+AN82scxZCaWmL9COpXatAiEAvYkjQa7yeDPsuBARIWMXSkhNGTpXEavct9WHu4nglsk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1422411,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh+F7WCRA9TVsSAnZWagAAJmIP/2owUt+UwdkKGgeJCvSh\n1gVzpSoeMVXrXmxZvsNmcwMnf8JLry7sV6jJdcBISCveHcb328qVWNCdEXHm\n2qYx97xa76NDawF92PMDIw5SpZszAhSulesbBfH1/rl0Ss/euZ73JB4k/MCi\nNntEbpyN74R8iHMl/WdopDfwO1BrjVmX68NLqOKL83TTxYXsywNgx3ruoDXT\nNMf4QHPLz+F+qkJaSSIN+lI8DUT5LKwRstPAbX2Y4B5JTf+WDEkza7ZEqPPa\n7r8SGX6oDU6poDU75XhPsgIvD0nZ1izhQLMC2sfFeS8SaC+WQJ5Ak0yXp6e3\nfUS5EMiD+RvTfMNBx/CQFhC3MaA6v/Qora7cZGumY8OG82LhjVTno5J3JkPC\nuBy2dv8uHOq2VrqqkqdVMayO8vA8q1SHfjFqygDCNUWIwrAlsh+UnZMBQ3Uw\nQ3NQ9JMm3mqb4fhFRDzL7mbGdzKf89NurazjHkp7/UhLq/xuG6Y7CKiQmXMx\nr0boxk85ZKMkSm9Ml/vOLT9trhTuwazPuCaUuK5X2vvUo37gJayMK4fmoiHX\n0msi57+APReXtq7Kkz6sLfBfgJNDWwHU3vyKbPEc4sCMT137nkl0aWBqHoiI\n6hiBbT7yzcR+gkMoaE6CmzZ+vtdZshIOcxowAmUHI/Eo1ARcKj6YcJVbjZI4\nEYYo\r\n=EznE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220131.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace \"test/{,!(browser)/**/}*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"karma start --single-run","integration-test:node":"nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace \"dist-esm/test/{,!(browser)/**/}*.spec.js\"","integration-test:browser":"karma start --single-run"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220131.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xt3HDE8InXzkz84PFeS7QHnNLJFZtFG5WFLzc6FgMXctSJy9eCH2zaredjdqE+EFVFpz2RQFgyuRmtnXSZaLEg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.1.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.13.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","karma-json-preprocessor":"^0.3.3","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^1.0.0","karma-json-to-file-reporter":"^1.0.1","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220131.1_1643667158273_0.33676244765206986","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220221.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220221.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"085b9bae77ed20aadfefc57db67f06b90f0e60a6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220221.1.tgz","fileCount":87,"integrity":"sha512-ciw+T2pBMo9JLV0I9NHRgoSJoFJSmebrt+AxRuUycbBYCrmN0BSBQ7oLBhquXtrLmYGw4hekth2evnf87TNfrQ==","signatures":[{"sig":"MEUCIQCLEiJufiOyNlC35qqEwP9FDSaVKjaghyEsS64EOXy9zAIgNSC+Xy2W6thX3sbzm94WRVZVUfLA+G4k3z+lgeoFNR4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1422111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiFA7GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpBLQ/9GZaU5qbdNY0ik5FlQwN/1AGQL7b8DbPacUaR8nQz1T6cWQpC\r\nB62UZ9LgmzDgMDbb6u+uYUsfrkNtHyNySk70gMOv7+q7zXT29MwrdSfNJt3s\r\nxxKRMumoyJaQMxe0ohf7wxkiMR5QC1y5p3ZJX++yzUMGxk67S6D8miR1hXdN\r\nSZ+TMRfwtj+cG++ZdKE8MLO+8bfnodWRh3FQ8Dp+lZYF4kbI9MqwuslQugyf\r\n4Ac/KwnZG3IE/Wm6YEcVpYDtvaRNWJAduAsZmNmTrTxDnX8RgbnV85ElNYhx\r\njND6PTTNHD8KG98g21X3FkDhpYzGSedBgWbeXiFNcRfJbnvQx5ZwQQUjXfKK\r\nBGac8sJF4eUiQL7tPDcMpWNADqptIiIHVX/WFj+1IiYGeFsyl7b9Z7ZzDRoI\r\nADCwL+pxNO7XeA9XGQdv5HLbWFEZPOy+aPNumxkSiT5+9UCGNJ94AqrH2iXs\r\nMskO/YBVa1JcxYyjFiGtQn1dgCLEEaWBAx3nZMELwED62tGAIBcxrNV3ZbjW\r\n8XY5S/ToQ+TSCfp2EdyWpUTFuJOhWy8pL0D7hjH0Hj8E8K/xg9EcqmL64ESR\r\nqii/2W6O9d50MyFPQXQm6koKkyjOMnKrzL8p3kYo4GChP3E7cqGoBABdCTOM\r\nfsw1xOP0+h3xsMyHr+rl0Fvk9ZqUE2/kweU=\r\n=d0BS\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220221.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220221.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ciw+T2pBMo9JLV0I9NHRgoSJoFJSmebrt+AxRuUycbBYCrmN0BSBQ7oLBhquXtrLmYGw4hekth2evnf87TNfrQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220221.1_1645481669812_0.07424293426103645","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220303.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8a110a6a3c9b1a211d9590e3367569405ec958fe","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220303.1.tgz","fileCount":87,"integrity":"sha512-DvJ02E97nDrg4s7D7DMgqssXKJnmmr2qhWGUuUIDtClxZhF+G/WqroeVoWyiu/v7Gr9YMcRLre11d1SB12c/Lw==","signatures":[{"sig":"MEUCIQCAdPOmQmUX/nJSlR/JgdetCSIOr0ul68sIF06h3M8rigIgPsOtN0uZ0ddHV+24SnRP8hezy14Xi9+rvDu4cABHSFM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1422111,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiIT7rACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrLcw/9HlFWP51PobCXONEn08LOSHI9077cebcq4AVnj71gsnIuo408\r\nt8PAvMH3f3sUynrw2GR+GJvGWhWgXSGUiLzzIC77YSagMLYQHowhCUBXvV69\r\nb/oqtNZ90bGE4UyaGt29dyz2azwapfCg3p09b4FYPMIjfR5Xr7yV5i9jvfQc\r\njSEmUIrxKgOVVv6o0xIwcexjvTdhSu+WRRZxPoQj006DzjDYbCCG5xYHw9sG\r\nRAsF6v56YlyIj5JiHjo1Hxmc5Rah5hagKjBQBQ1MgCCksya/V8P61oaPENML\r\nRPsGzmb148SEE6QYlSUPlzfVdXTfgXq+fZrmcetF/GXFnywg1vG9VhU8YG/Z\r\n8owDxCQqJPNEr7k+nFvLzgjb89Wf+4UHey3pSPS4E2Ru0GAE8nsv1wDbNd+R\r\nT1EOptYl7xPgcGLaQKysE4gBO3nevYy+Bh93blvdLu3+vTuDT2XicN6pj42k\r\nWDVTXmxwOBrGq6NVBx83ysL7EIm4Q4qlocF93P4hQ/QDtlE0XZMZ/5q/iVYD\r\nJAnomz9MvDHtOoPVTwCZqTrXqtXNX9ShUq0EShgPV8LI2v4DQORU1Z4HZk55\r\nZYnwV+GgjeHL/wZpfPnU8L7EgyJPYKmmsg2o4xBB8raGgTeHO7VirZ5dD9dn\r\norWk/UHZibuJVyZm7m20xuf/zzZ957Ptfk4=\r\n=tL9F\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220303.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220303.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DvJ02E97nDrg4s7D7DMgqssXKJnmmr2qhWGUuUIDtClxZhF+G/WqroeVoWyiu/v7Gr9YMcRLre11d1SB12c/Lw==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220303.1_1646345963575_0.27174212733610026","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220307.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220307.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0cb349fadfd9c8ab8730d713056e52f7c403d6d7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220307.1.tgz","fileCount":87,"integrity":"sha512-RlaBlHKcYjyp88u+o03ibTCcggAGF7J9Dhsu277vuYcxeOMPyrXbetNAsOyF0y+Igyt2mSi8Gt8LX3wpu1FxVA==","signatures":[{"sig":"MEQCIAuZC0IydFHSaqJBUzaaO8yri1zlPcm4fmg6uRVX19ebAiB7A6fqFzRZaVqNs91O+27kzUvLvKs9TPQhrsZdjk9e1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiJoQYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqZWg//Q4r9oG72hRDB0wGq+ENkLXShHdQLd2A2ScWnfjw5YQP9GyRD\r\n02KtOzSYmyRVIOJEtp0l+DOMtFVo/Yxg/HSREPQYbZAt6EplcfHwzXEaXDO0\r\n/40B7tGWfqThoYitkEUYYcONgTHpzz3qvZ/BJv/pQ1EP20kFBeROOrLXC3su\r\nCEGj5jaSaMCCAm7z0OaxeIRtm+YsNEIJDOxHPEHK6zZjfZWHvgHMUTpFgKxG\r\nlGvJuqZoW7YqPt9jFJ5vS5UcWm2FT9dJSJR3pOwiW/ugW3AJviIUxBvGwwIo\r\naOp7JJbSGRcAbVP+IzZZ/XOX+KrN0z5hSLEMEEreCi+dVZFEYZNIn6I6wNuK\r\nZav0q9Vg/QeJT9Tzewh4cimPIiZGdaDaa1xf5is+WoLRPUI44S5pe/567fDt\r\nUph32gLfibwm8eOcjOUUIDM1K+DTR40ZOa9brcFgsZUn6+ezH4LLMYtmvkxA\r\nIFwl1hs3osQA9FKe63djZBfsV/ZN53EcX9vcIFsNDil5Sukr3rdKhpN5k98x\r\naYB+b0IES21+iXpoQUWYYm0vpko57hAxSrYxlqGNkmXU2L2pY7P9mt/10fAC\r\nZp5Kxn3YlEd6s4B/54ZPqu0Jw1vAkDk1e9LK8fqmvhFiPSo24TEG8we4GjmQ\r\n4kvKZeK4+J1wz+NJlJ0YlDk3ytm+UiuYlZw=\r\n=+ZzG\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220307.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220307.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RlaBlHKcYjyp88u+o03ibTCcggAGF7J9Dhsu277vuYcxeOMPyrXbetNAsOyF0y+Igyt2mSi8Gt8LX3wpu1FxVA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220307.1_1646691352478_0.4127395037184505","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220315.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220315.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220315.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e3e1c85b639f6effb7292e2ff3a09f42a3095efe","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220315.1.tgz","fileCount":87,"integrity":"sha512-qn/L950GFiG71CnW01Ark57bpvcdUubz/9kw04XViKvRdfkEqWodKRFMusIZ0UKf39N8Md4xicLgo4CqlotxRA==","signatures":[{"sig":"MEUCIEnQPZ/RAXickIAflNGwff79PD7qMkNStziy6M7eHFn4AiEAzOEdnR81sRD1oeIfd5r+Y/V+WY7wippxIpbwk1QGT6M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiMQKUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqL6Q/7BiOfqhv/7PuRLe+rRU7V9x1Rfl8+iLZ5a9Q/XrRQR0N21rXD\r\nWwOitn7e96a/M2w4gWUTBiUi5zd4Re/oB5tYHrAaC1dIWX/Ebf+JweIKUUGE\r\n+qnpL9Wgo70Xh8mVmUqTfTfiQzNlwyNqRLthmr3/pYgs47/0YTVMF27uYlwF\r\nAEmN5jifnzckNx3Z0nxmY9oROTPGJvLt98vqxQf0RC8pf9SQN280xlIj/vsG\r\nF/bgLLEjE/4iTd/YJko3FCdYor1q+eNDtlLXGAaFO6g1P3+6GZUFNGqaWwB3\r\nCMbl91WgEd2ihutVJ1xSXVVXjXmWZVO65ptqmZd4q+X4prgQ+pCil5z9/fnn\r\naWv1GmEswVB+utYtRU2uIj8kvaiE8lwKGTKetOHLYbvcuIXHPOQtqT0naNZr\r\n3OWBBbDubRG9tVhuOiRkUw0CK0O8FvB9dgh9EHaw7fzP0gcTw3tYB7vS3mFn\r\nB68aL+QWQ5o47iXLN/LS/yRA6ZPTqtsUq0PKzkWj1AOrmpqhQDZO4RN2YQK/\r\nIjHHzFIySqd6fhbfc8STF9WlOsmCq8VOIaGmn0QEghS9ku77BALG2ahoXc3q\r\nxFmAC3r1P9HxLzSiaQkdApA4oZ1vkmQXrGMRigct+RA5Gtqg09Esyx3yCX+P\r\n973eDYtOKBXK0Ij7xiqKEvRZXQ3cifduCNs=\r\n=kOkw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220315.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220315.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qn/L950GFiG71CnW01Ark57bpvcdUubz/9kw04XViKvRdfkEqWodKRFMusIZ0UKf39N8Md4xicLgo4CqlotxRA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.3.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220315.1_1647379092454_0.6081100547878142","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220322.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220322.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220322.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aea37849bd536deb6a89f1c58fce753a6351554e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220322.1.tgz","fileCount":87,"integrity":"sha512-kSrovzDf1tp5tl7yytnRVWwtvj5QOedLvRPnu5Rd6nRHkWP2FhLPnd7chRfdR1oT47hXuVIyZYiTuyMCgzZiEQ==","signatures":[{"sig":"MEYCIQChPBwUC1Z8vsBD5T6Er6E5Sbrzv9udifzLQO+87UhgNAIhAPhZciBloQCQcHHxIZ/lrpHCk97fkTG9nPjm6SzayVMN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiOj15ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqQDg/+LK454E4pDliraPlHbnHRGUiJagN8MHc03TVHJU5cCtAcDiOc\r\nJRpF5q5XKi6UC9QUeMuW3Q0zQfEsbshKIG7KBrR1cNu2sIXpqP+fAywye3xl\r\n3nvPM0YjsmTW/Gqbn3AQCP4Tf7GiPB87MzuSTKIcSKh1mUuyex2KA+qKoCp+\r\nWa08Peys64lHsre5LXMdyMmw6MX5/zwNVwNV42GmpFYkNa/Ye+9uQKS8e0/2\r\n+JzK7r+Uu5vtRwgaLy8rulZrCRHpZYs5LDAP2uHOmQ0WeX58Qc3pvt5bByIa\r\nMUBBCOSYxBbfgXwifskSznUr70E7dQj2HeQyeN2l8dac01ZiukEyyJJacb1s\r\noTIdL7RvlyXcHen9llZKJ994E0Mx4HHJ4+EkkTlpQrfBxB0tYA3oN+SorCcN\r\nnCV88BmXOYtdGMvfRCctp1k5gWgWkZ9dIB83MtYI6Su5Eud5Y3nieqaTDe4r\r\nFfvm1/szSiHD5xvCVTkze6uwbGYVKZu4GitfBa0fOfPZ3y5I21xMQF+hVWqv\r\nghi2/YNDJavQ0TqGVsBTYJ9Fs7AQwycEaO883iDPDYbuJzZ9F1t12qw647xM\r\nMVyJuqy9EJN2stHNrG0oHlWdVzvV0RiQwvnODtc+Uw9iOFx1eBndWHw8oEda\r\nD2rnKOV/unMLBHLbPPvg+NtoY6OBHpxwONk=\r\n=f5nU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220322.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220322.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kSrovzDf1tp5tl7yytnRVWwtvj5QOedLvRPnu5Rd6nRHkWP2FhLPnd7chRfdR1oT47hXuVIyZYiTuyMCgzZiEQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220322.1_1647983993285_0.07794111720187735","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220406.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220406.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220406.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a22425811fa13684efb6596ffb75c1ff73274edb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220406.1.tgz","fileCount":87,"integrity":"sha512-qA7LK7yGRw8VW88p/URdPWBjh9dG9H4FjkdztIo9nSHtcNN1EtPmk/zpYXMzML9hKiUMYZpvDy5xjkkLZLXhxA==","signatures":[{"sig":"MEUCIQCWBtmPPLIm9F2p3/k5gJbtGL59gaCedP5kSVR83xNMFAIgQjBguc9cgEAhuG9Zrb5RutsOXixGPD2chvXtbqhCnA4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1420293,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiTgOVACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqd3g//RBue4Y8CUXNsSqWwADzaanXNoyB+hjPNblRTGzU9YY5ZDA82\r\n0W9y+pPsX5+iZf6HAA7C1h1VUlBzEQEJcPVkRbZ0u070wnpfBxlIOtz+RWZX\r\nrn1KWfYBONHhbg7jW9Ge7b1GcVii1wRKsP5eGo3fz5Duz/fkQ/A5c/JSJLz7\r\nQvPF4xVY2qYTi2vU3yKzUhJjb4OfGxJjpzBVhsdieT/Qu1gjSzl4YxhmiHr0\r\ni3FHjcQZBduIFPua1xG4yKiGcAnh50mjAcXVWTW8lGyWxc687qWemH5FAgh5\r\n/Y28axBKEBywK0qfb7AQa+x3vKMBUlIq5z7x99A2XEjciQaJV/Nftk8g5BFV\r\nRt5LFioB6CzMOflfg7ShaYt7alCGkhEh7pVpE48xDZqvcWjK3G5J7NkDKO6S\r\nozYp9BSOaFJR/IZQifNCHCl65LpLj57oLxxVO8PAOwUAdXz5hzpjrdVtlbyY\r\nFBpqvPKY/6KqrHVz+jhhVlTqEqHNHYIkZucaRnv+PmA1y6A9bpEo7bA8eqh4\r\nDNv8NRJsAWXmkHsglbucR8hcBllo3gv8KnHlmQ1cVmO7YISEhKQXruDFHI+c\r\nHlZF9MLqtvSK9dGjQJMPDEWcxd/kno8GSX77sfcolgu9hj4Vooz1qiWH9f/G\r\nV34CYWBf8Y0qf+IzK+xJffnFXvEHiVUe/rc=\r\n=fL//\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220406.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220406.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qA7LK7yGRw8VW88p/URdPWBjh9dG9H4FjkdztIo9nSHtcNN1EtPmk/zpYXMzML9hKiUMYZpvDy5xjkkLZLXhxA==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220406.1_1649279893047_0.5310715251250624","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220407.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220407.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7eb69a2775a8b9db0e74f649ebe55d9981148b8d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220407.1.tgz","fileCount":87,"integrity":"sha512-u6ZFpUUSf++nKnG9T/agy2cXQ/suiV/i0Y2EzYAiYid8TLWAMAMXTEPGuAZXd2ToJ3R1HeI0yxxQQDJWve4hPg==","signatures":[{"sig":"MEUCIGdXG3bPs96TS+0i2hgjPKx/SrJnDvSkQm1q8ocSr+rxAiEA4NP51lCcxBf6poSoumrS3e/0ti5aBnejMjmWpxXjBSY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453100,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiT1boACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrarA/+J+0JFMio1sWkGlz3nnIjTTdBq0uBQlrf3MJmv5g1yBFJJtmg\r\nchco9Khm7j2iHQOTByudiWRJUPCNMTUbQbPESaXuCqNG/qRiKm9WmIVtE/sF\r\nZQPMEbAJkI5rEQvloj5ND62nwyFafT9kmnnLSm1KNN2RpY0ZbbccxPrjuii6\r\nq1MCXMolIsPpye4OER+rz5tEamjcnXXBhs8yGoE3Tw2DThLryLA7K7JzeKl0\r\nyhRugPb+SgFV95wRm1nZoaZFnz6LOAcOpmAqtsqtxJODRpXk12dyVjTUSA4Z\r\n7xM+3X0d9XHDh9lKh8yKzjQETr1KVnT8NurPwop69yEM+mzFFVIV3CFSNaKg\r\nsJV4WiJ4qDmmpp22x4V1Sxd6BIl38bZhDaK+bPCOCXj3c7UoWzufwe6mhuSO\r\nxUREXUJ9p7DNFkZ5a8L2R6gmmUPmUbVk+ZJItdb8q8GjklFwKhsR/8yEhlh2\r\nJwfoH32XO9Qyh/k4msCaXKbEvDg9PCDoJBc05Dl7ZJE3IhxIXNJ6AqkKM1ox\r\n83hpdVNvzTBugSZslzGrdmX8TPGAAetT+sB4XJf5zCkGepFODcDxp26/+FkT\r\nYqq0b/Y/veoCFeGt/S+R7FV9L1RIw8FqKDLT+jjOxzbnNUrMV/Xz3dTWVrAm\r\n+Hlgb18GuiBksMZ7rZNUWXYXkm6QGzPzdlM=\r\n=2S5I\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220407.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220407.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-u6ZFpUUSf++nKnG9T/agy2cXQ/suiV/i0Y2EzYAiYid8TLWAMAMXTEPGuAZXd2ToJ3R1HeI0yxxQQDJWve4hPg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=2.0.0-alpha <2.0.0-alphb","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220407.1_1649366760086_0.13850518409297674","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220414.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220414.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220414.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5220fa9dbc0e2b0ca7ed21907b1b0be6d30b792d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220414.1.tgz","fileCount":87,"integrity":"sha512-75DUcphp1Xijbz0DdEtSnjDrK6spJb3/rC88cF4oP1kRPG4yMescFTkWy/g07AAzUScQW+IZYDUWWDhDKw5HWg==","signatures":[{"sig":"MEUCIQClUA0WYN8vKqZ5mWAXEXTrbtvzz+mzTjHDK4vIiLstNAIgLa1GK2ip7hS2FkrvUeADJYnTXLFcRcmDlf7BNSlTVTk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453080,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiWI9cACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqK2RAAkUmWBg8TxRQQ702qk98MNn8b5xqq1AsQXPEHUL5FCFGfefSP\r\nqDlWNfSjNy9L2cT8ENuFSu/GeU7fJF6nWx9RSaTeDickJs9vP+xbLM68I0lc\r\nzOqp5qbs/iH7wqXzakpvNQhpSdM7B6NHWIQ7I7Oc7zKD6SCPXxd0XmjhC+wI\r\nxA3cKCLJFP+ilhQb0tEt3JCOFNJ8KPH7mkoEHrzzZjGK0OqdqVGDdrYYLAhc\r\nUtk3GaEiU8+fMyqEJV1+dC/lT9fGQ+C/wm6JdVdt0YbQFbzGtUfWGtAcQpSB\r\nBzZV20WNtzgzkDO4S8rXoJy5JBH/gbOGsIGcvTzTgne3jfyF9rAQS/mdWXcr\r\n/2UmYwHmwV4qg8WP9pf4TxK8Mlcj3IuxihKqm7hfPkCvf3OCuL9BXpAqOFhq\r\nqkk36OJoRNyfba8kdDVjVMQQTFyF2gADy9MUP16Ys/cB4pMiXfq+28JflHe0\r\nP4FSYLMlLmxuynmTSokxTpHqlkAxZCr/4ePCvte3UuOxXFKEQYgxjciGWdBP\r\nO2alNYVmyXPZM9L7DIFh5/OqdPL+qwbzTIe5kP04QG9qgIW320Bwm8P0/75d\r\naMmIbU8HlEYE6djaHK11JZ93C7WXt8dm62b/JIyk+mdyJ9v/Psj+Vwi0vLef\r\nbiwGg04cKCvuRstrRoHkpN4E/CYNI5RN2Hc=\r\n=B78f\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220414.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220414.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-75DUcphp1Xijbz0DdEtSnjDrK6spJb3/rC88cF4oP1kRPG4yMescFTkWy/g07AAzUScQW+IZYDUWWDhDKw5HWg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220414.1_1649971036159_0.32242567513038756","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220419.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220419.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220419.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a90f9da36dcf25c8d107344384c69432db03520b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220419.1.tgz","fileCount":87,"integrity":"sha512-SWNX1BhngrmlX7MCJwQmwR9SMFNaMxBYTNGjqJspBjDSQG214QpYu2UXktzetO9lNrxNoFm+gMGQCcY70+aSsg==","signatures":[{"sig":"MEYCIQD4w697Qw4TNbiLwVTILh9BIVjYgQcEma6l/nhPQvPEUQIhAMrmPondt9PKUErHNFiUA6hnftd0Hc+wTzHFMln2h0Jm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453170,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiXybPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrlIxAAhwgdU9TsWIijp/N9SwpOPx1DnHKGdIoq+XfqmPcSG6+JMYX0\r\nEQQ5eB1HEy6bJSU0jhXjUwvlfNsIhM1OJ99mZQq2DcTqOefbbGmbXmSZ5qU8\r\n7zFTJxLElsreuSOAqTKNWcYs2ICcRWMhozUK4e7IGPr/GFNBZSI07aDZva9h\r\nThWzB3gXVjFBeQ3il4hLpPyjhEfGjnFtwE1RcwNTgzgy7eNRul6I2rj5AV7v\r\nivstOhsizLgqQQnO9zuxSZEzy68TbD8/uIC3NjOkA7n5CmvBtRM2DL90PIuT\r\nRo8jyY14XRGpjbXJQHVj4vvi8jf2AuVpXFLe1sQ1e2pbA6M96jdC2HxAuuAz\r\nGGiuJKoe3keowlmguQ06S0FBJGEH7qeOWhwgX+FFmaULdl3rgxjsAqUTnbgE\r\num4v5qz3fGQJkPAVcR6wEA8oMimHT/2H7BFq4PAsQZhGJfqG9NBDJZls215u\r\nnFQzUIui93nSjUe+j2xGUVYz2r4FG7ZkAK++VahKZ730IzuBwFc10WGRQcTZ\r\ng8z4K7rB3IGVpakOi51RGngzyeRiwN8jRRJvoAULPwr1Jma0sUGPNiwlqzn8\r\n9aDjjPHyQZSt4qzTDWIgbmxEtP1NpHjdqhFBtMZTpQglrg3gPjTRDVg7ho1K\r\nx1Jp501HIE+4g6uvDj/RCsWZXp1c5fMq62c=\r\n=2lD/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220419.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220419.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SWNX1BhngrmlX7MCJwQmwR9SMFNaMxBYTNGjqJspBjDSQG214QpYu2UXktzetO9lNrxNoFm+gMGQCcY70+aSsg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220419.1_1650403023345_0.3320346226627011","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220421.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220421.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d0f9bafa0b7d568fb034874d669a631ccaccf3c9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220421.1.tgz","fileCount":87,"integrity":"sha512-hIzxtT9YMhWbGj2qNoi7WPIoOpd61bF/JQyF9WIGmk6tBfFWNjtPK72muw4RrZzdGcmseqCOtAF2lS3l3lg3Dg==","signatures":[{"sig":"MEUCIQCqWQcMEkWUH3LEBzwjoF1XwwM/ZCT5FV2k7kzDacBXlAIgBP80NXEEYCvYiZoQuRK7WPkWQi98SXMduLgkFMv3NOk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiYcpkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpKLA//V00j2ZXCVtIrjm2YOvodMcIp+0nYSCgLEhxJk+bmFSj7pojM\r\nDvfelWYki6071Bh/W9z9DoMWfwl+6QkHtbwJiafQbudUP+PoZu16YILVN34j\r\nneczXA8np4NLgrSX5iDTIGaLbPV0snBXFmv5U9hKQeIa222MMEdnG2oGsQmL\r\ncvcZC5NUWKWwm6EY6M7NR/RYdxddfZiDClrXN1V4NUIgfz0rizXgYvVZ6F0D\r\nbYqrfBEvQ3p5ZkpAN+jb1R3Q5HhZhBqWNfPU0JH2I7RawJOm3YwmbeWzYh1M\r\nis3G2io0bMi3OCUtFCK00ofvlNhvz+xfrr3MOQgcwbdO1wkFVvgVsi1UM5ew\r\nEmczRX8JuHKcy/gm1Qolp2s61YG4QGZ5xsTjlLJiKE4i00ty2cZAqmPwbea+\r\n4M4Unq3KCoe/zlsEhjcd136XF6Fpz8V+Ubjd9N3WIHhrI+931sYPEhoazgBk\r\nhQ8IgNAMfMsj6JfvYypfAKOtPPdnmJr/t9LfHKbTqdRgqSpK7eg05LP+OXNN\r\n8e2C1E67UPHcCk8Fz4+vQmOZX8f4TbZV2LFSkektrIFEh8XV2qjF7pLdEl+v\r\nFzktFgWlteh6qOHkpVF6xwPGNNXrsBOE2dUiM9wdWTbYEwd8apG90hCdr+4x\r\n3HoSX7A1fsoRyK8puWWKxzloam0rmRmNG4Q=\r\n=tkP7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220421.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220421.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hIzxtT9YMhWbGj2qNoi7WPIoOpd61bF/JQyF9WIGmk6tBfFWNjtPK72muw4RrZzdGcmseqCOtAF2lS3l3lg3Dg==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.2.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220421.1_1650575972065_0.5343611394601977","host":"s3://npm-registry-packages"}},"5.2.0-alpha.20220426.1":{"name":"@azure/ai-text-analytics","version":"5.2.0-alpha.20220426.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.2.0-alpha.20220426.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"703898e29c48859c622841faadc2f9c17c01d675","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.2.0-alpha.20220426.1.tgz","fileCount":87,"integrity":"sha512-g8NQQcMZwY0iQDhDN6liaO0JuCkIBNR7oM87cvjIIJuSRH0mFNpscHRzYWah9rBEAS9wyNYhzfYRTnHEY4W5oQ==","signatures":[{"sig":"MEUCIQCkOqw2M0k7ZfWMPib1MUcXvh3SiDVU1+kL38wiRfj2SwIgMFfhTSCDXhp+O3lUB9Es+g3DSz1XNrTAShudNjA7vBg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1453169,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiaGEPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqLvRAAmayY41+JE4pQDe+ra99WMr57495HN05medPoxwiPUuU6FvyC\r\nVmv4jQkvaQnv6sHmFIOYvKxcukQQ9HM4+xQ3eWEpMXyL98z91aBcALayQIgo\r\nAYeWXWekEq6jeHbftrR8h3Hy3wKFFHcNJIgU2fW2IjALgq1ZgIBB2zwtHtJI\r\nFdWJeRd8sI6GWnFMUsI1qTiC26MNqV0qFYoBx12zM62tcjTn56F4Y6iC1P09\r\n4B34sVVRNhKxjTqdgFAz2pXY1viw2DWjjoOTfrYxWYZ0OtpbvA0jMTfQ7rLl\r\nDSK4pRQ6umBnPZlrPVNBmXcXnmg5wIHbJr9dPVHTSP19Voz3nRJ3/81o8yBr\r\nW7ESYOfxrOjuw2uE5xpHn/rivCS9p6/qXbq9HmHYlE89lDM3rkZbgcM5aiGm\r\nnSdUPtQfKJJCbMluFIzehxttrplL+QttSghlerahKj2kcn70/RQITNswGd2E\r\nSR554h8NYVIXM2+FI8x/xbM/N5CVeIenPmiaelY4vxyKlFmSpR2vHGMyIu5I\r\nn1ZnwIY4acmk3dduZ+MkT9+cuCrTivWfb6/fvr05xK+fL6CT5+zqNVcgW9mW\r\nGx0XGF3rOIb2ZBezO3mAjmttVdCVunmBp8F/3yZ1B393r6PFqVEl/0rdGf/5\r\nkhES3XYFe6l80LSURcvu1Yw1RBl8LYyW4Ew=\r\n=6+BE\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220426.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint README.md package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.2.0-alpha.20220426.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-g8NQQcMZwY0iQDhDN6liaO0JuCkIBNR7oM87cvjIIJuSRH0mFNpscHRzYWah9rBEAS9wyNYhzfYRTnHEY4W5oQ==","repository":"github:Azure/azure-sdk-for-js","_npmVersion":"8.5.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0-preview.13","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.2.0-alpha.20220426.1_1651007759569_0.13722086808737677","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220516.1":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220516.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220516.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3d25da437754ced576d580fcbc851e41a632eb43","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220516.1.tgz","fileCount":42,"integrity":"sha512-7IuwMpqd+rE/Swxq81/BnjMt1tfQia32a9qAz0WKhEzQTtrVYeCp7wkNYSePV1kj1lFC6AQW3DBuucRAGUO4LA==","signatures":[{"sig":"MEQCH1sGvocgyMapAdlEILM+rKcswjrIKF0l2ISAzf1a6xMCIQDPlBEsRB7/tNCuypmOZPTK9VwukByxwoESUeNaxFJ1YA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1189576,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJigr+GACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqJzBAAm0Y14M4iPFvvpQ7kbkFgv/BTsQ2vNQyENsCsNQztPZm+8WEB\r\niJZJLgYboznjGZejaM51VSXs+zS7utvs2gobNnqfokLqO3/9vTR0PeAM28WM\r\n2tEjWki7uqFeTACkdGhW0/Wa4A6uz1+mQ6D0Ipak1VlWkZRmhEuwFTQR2Ate\r\nQSLS31h8WptZocMPIj+yLB8gHvkxB/3KumvNxznyugImjXXD/D9BnQcbvWZe\r\nii8c3c7zr2qnYs+ZKUJPQ3UHYwjN5zNrz5ydOVAOAZIUxwyeN50rcrk5Z5k8\r\nWKXQwY1lxZS1kzsrKHAcT4MC/fswbb9mR/SBH6YgeI/9O85sTTqkDl78eqII\r\nsoOiJ3S67k0n6iti/17+tw311sHkyluyxxvD7TtuDG+ornBFR+9KL/0WZoq1\r\nYBhXRbmma4k3EMV6GZs3dvUlHTNKTOyy25XnCEQ34p35NglWJuIfyAWr6WgD\r\ngM/g0xvCf99JvJi05wB8w23Sj1zU06nwu/A5VJYpPsZzmJ76fX3dqb9PKBvc\r\nTWq8KesQhhZ5uUc9R9+CJMIQ+o55HiQbHAHyIyYrCcab2oSsJcmK8sUiLFRC\r\ntF1BwjnHcwrxnenhZE0vAYuQjV9O7H7Ks4sLwBQgHbMWFUO3GBFZ3jVR3Whi\r\nESUYpcaLj1xjEez0qaaPuOrPUrowY5ksO4M=\r\n=HBMP\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220516.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220516.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7IuwMpqd+rE/Swxq81/BnjMt1tfQia32a9qAz0WKhEzQTtrVYeCp7wkNYSePV1kj1lFC6AQW3DBuucRAGUO4LA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220516.1_1652735878274_0.06904085449939101","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220517.2":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220517.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220517.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7fbd08af4746a556dc34be11884ed9d244af4e29","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220517.2.tgz","fileCount":41,"integrity":"sha512-gl7QZAcU0HO0JAorRASysZnjox+OPNZKdfGtYezvGRzmKdak81tiFTfl2Jj/GTjGuubaCQImrGaff2vHLl+i+g==","signatures":[{"sig":"MEUCIQCS4qZ0Y9czxs6FPp3kFc9wxCI7yJufCC4iurdGewNbUQIgQqKINzYGAA1WFKLkSjqJvbc8VJGS+GqUtdB8xDVjvQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1176257,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihBD1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpk2g/+PoUFEO1pdhIpDXqngz/RK+AbhEwMdLLEkMNhrSFbKI8QQyvZ\r\nrHAy9VryDEeXrJFVafM4tRlUHGyyZmiUV5A2cjcM/sxF4jN1SCQKrNArBJup\r\n1jXnnUqYfo/DESKo1444GsvzDQtAWvg9OD7PFwrfeIZwoLVE/w3ocN7jIQu8\r\nlX2bJ05V/B7Bl0n8+xlMMgK1y5Q1ICyzD2KH9fy4eRz7dkDcifcfqa4LjEkD\r\nE6htDw6kmKiZXlvL5eukY065j+q/aOS7V6wOGC3Tp9Zf+Nv5yADpadtcYrSI\r\nQg/l7yQV5CUwt3PztGlnY49LWzrTa28gm+rIJqqbuZsHG4nQJ9hrfl6CVIly\r\nRbhBhaKKe5KjJqgdatcCW1rglIe7e6cxlYCqLCThDhN19HkR43OF5T9Uqr9t\r\nA3CkgZruuO/m/y7z/6apnITU+omA62tlVWVuiKDE/a0kW5P6QaJiouYxE/9J\r\n5fkQDfY9w9nGTgtZipNyUx55dWJa1bN/LZGPX/DzXpGOguTWtd2zhSY47d7C\r\ngCkuw1mPtA8I1tn+3aw4fYJZc0ylPUe+MEBUzRaZR24PiYxFg8ZI/AWhGgLf\r\nDzdP0I/Xsx8ZTph9dhETnJ6Pnn5rxpTCdmBG6kvLI2UzfMZamSzwvOlVBzug\r\nwPCuU0Ak0psrTZcnnKhP+ftJSHb/YGV7uwU=\r\n=T150\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220517.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220517.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gl7QZAcU0HO0JAorRASysZnjox+OPNZKdfGtYezvGRzmKdak81tiFTfl2Jj/GTjGuubaCQImrGaff2vHLl+i+g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":">=2.3.0-alpha <2.3.0-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220517.2_1652822260802_0.9578631174541055","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220518.3":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220518.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220518.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"32b1388aa4ac12acdefc73c620b6661f2b2f4ac8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220518.3.tgz","fileCount":42,"integrity":"sha512-Ztjz/xhEuvnqyRuOVhCzkrpiEFjnrPgxRC/BjTW0kYI2rXi1q3kRyI8DUgizNgUTicUtfUOG1t204wYZ5nwz0A==","signatures":[{"sig":"MEUCICvetK/nvtF27qVPrOHS1WfZUWiGLDpohIy0RKZmCt6ZAiEAzCrAGIBl9wnf4eI/ds6ss8UCmw46mjiKwd3Dk5pTaiQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1177333,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihWGAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr+4A/+Jpoq6PIBWM25PDN5PgLTzBXKInEoHQ5hycZxIezxANlO+Vgb\r\niJdRlQyiEq34B3kMi6rPCYwR2YiiDtBYQJ/y6R1soCd55PvRFJ20lYfz5jXE\r\nIlW99U+mV6tfyBVSaGSbGWzac7DxP0FRMdtemk4MBf2A+i6zahAngevyU9NB\r\nrtQcVZPw+/5Nvau86h5xl6T8hDSZcK0qxbL8+YE90bdvlqdJ40x5/OrMhIsS\r\nRQwMmG9VXJpdZ+j8MmdM9RWHAs4PrIbGXlW9eNDxO4YIv5fLTCxi7JxpXoQf\r\nqcFyeKaYrey6HwLT5CtSXx04xYXHGbwIgLO/JWQh3st+p9ZItSkPQJFKt2aN\r\nIhnaoNFU5MjMNeG/8hGa+T+BF7QTmPrVrsSgRUM2gloMbKCXAspQj6RyEOd+\r\nsFeUwJ74sfXd68oktX5KOw2CDr+wToSdcYRMONinpZrEMzp6HuF6JH68MWSa\r\n19subS9SLdMB1Iht5pOUi98nrQsY4kE9omv96DkSI0hq7bvcbibTCuLimEA2\r\nIp0hLKu3vbw8BHhHTX9ECvIkEqUrkftXBTk9s2GUQ0aKezZZiHrfgh23zduS\r\n+VOSCJmTvANky2AwlKJkb9FFkWmyqlOzDoeTPdihqXxcEpep7TYlpDGiq8Oh\r\nd3wI6OJD8p5BoU2/PunpNafkDkmCUWlf3js=\r\n=SjOk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220518.3.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220518.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ztjz/xhEuvnqyRuOVhCzkrpiEFjnrPgxRC/BjTW0kYI2rXi1q3kRyI8DUgizNgUTicUtfUOG1t204wYZ5nwz0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":">=2.3.0-alpha <2.3.0-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.2.0","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.1.0"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220518.3_1652908415787_0.6331862007319637","host":"s3://npm-registry-packages"}},"6.0.0-beta.1":{"name":"@azure/ai-text-analytics","version":"6.0.0-beta.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-beta.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"579a76172062e1beb662a0589164f2157f36ef69","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-beta.1.tgz","fileCount":43,"integrity":"sha512-FkhPsL7+U7t3V83GJT8tIW7cFWblzQ76wr62nzq8B7mgX+PgIQIGF8nWJymenREVpOW2zbZP5KDaWRFx/Q4f5g==","signatures":[{"sig":"MEUCIEIVvRj5+TkW6gxajzTdfNpfOH/LnwTrEJBeCtrlWQlSAiEAt9pFw3me+LVLjev125pgUM5sTvDzyfu+bZ7TI92z1HU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1204261,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJihuHtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr0pg//Ysert6Qh+uY9KzH8/GU9pFmou0idSdIxEc6WZ1eV8kO86DYb\r\nCn/o63ldDZlteV0faRNnhdqbwKN7hsDECdO3niJhROQdV5Gy8CbO5eJsQEHf\r\nfCaZ0oRWdY2iiBV5jwe8W1bhjTZVS+3UTjBfKdV8xYh0usZzwlWncsDmwItt\r\nJz4B3rTzFx68N8o1Vl5gNf8ea3Gyg/FK/troo/5fA5un0ZTRvLYm14ts2s/S\r\ndB5yldtE/X4taYFRcveM8kcR36+ybBi6Xnm7PMEFjA3+Nqtcx6XkgSIyTZMr\r\naCUEHkArVJrcUVIolA86EIhuY9yKYcSVGpq/+EDgT1IU1pn2VcsyCp3UqJGa\r\nVoUsmNO4wIe0S3Oehld4AtE5tlHxi6CtUllkVqEtiWwSnOdEKzdUs3UjRkGI\r\nyL2HWkrfJurFnLQGS4OE8C7lq3defkQMwg5s9bFbjxBhUwjsB1v3jh4eX6eY\r\ncO/UyBJVKkFox3+U4Cff5NbG2u5Umb3qoIFYB5MUygBKOidu8g4BZhsgz0YS\r\nFnCtyTTrC4FdG0pTJ6xVAD4VNl3erYDeJrF8cBSXCpzTcLAOCHMmIzCIq74v\r\nm2c56Z7lmrswBkx9z3OEwFcwwE45CS5xugv00mucz8wuaEg+uwwDsgNBxX4d\r\nlasczFc5KfM7MlqkItdMjxZCl9aakFU0Qi0=\r\n=sJLj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-beta.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FkhPsL7+U7t3V83GJT8tIW7cFWblzQ76wr62nzq8B7mgX+PgIQIGF8nWJymenREVpOW2zbZP5KDaWRFx/Q4f5g==","deprecated":"The service endpoint it uses has been deprecated. Please use @azure/ai-language-text instead.","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"2.3.0-beta.1","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^7.15.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-beta.1_1653006829589_0.7557627322643525","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220520.1":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220520.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220520.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ff27767a98e120ec695dd6548e7a072eef21c3a8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220520.1.tgz","fileCount":43,"integrity":"sha512-MkYhpMW1WVBLfFpSouGL5nn3iiKr0VzW95oSrflGmvS1Bgj1dHufauBDhX6Blahy6DQvWe1vCB1WDkcJUcX5tQ==","signatures":[{"sig":"MEYCIQCY/wCuXPhEgWXkas3jsitylv49RDZ/AMQHGRGyCKO9lQIhAPWoX8SNsvCL8lLKEE6mErLwUMMiVYTmUiTbQYtsp5QS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1204384,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiiAWSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfJA//WwPzUzxs0feORMv7fWxGqQPW3VnTsaMZwfORcsOmjKI0DeBV\r\nHla3liAPiM/IK37n704RcjkP0jLv8Oe2dK+Dsyo9Zx1mSapUrS6jPgEq+bv3\r\n1RDxpHw/79iZu+OMEOt1QhEOLG1IRUiffA3UoVV8o+lVatn6o7zOW7b3/wsB\r\nwkdrjUJv8ZcuMFJ7wKCH5TUDCbF1hDZVsytfl3lRMrDYrnZUunEjdc11ExZw\r\nIBws1KlgEREuI4b7BOQAol9DuSM20DW5EAIo2DX6d8GXxDZ0ss788TfzJg80\r\n4IoLpAIdScF/sxmQznaBHh5Z5+VFpCQ34QyLEK5I6yYTNoF/rzyIGYme0Iyf\r\nTJk1i48Jjuaz7JgeEO5K0JSW3DRe7ByoP1F3E9iGrQsM7W4K+ksGW1gpwUOj\r\nPErC6SN8pqogGca3WU0Q2Me2zbxeFoFrc5NeCHwYiLSqfCgXl/Rk1NbacgWS\r\nbRy0ugbSAwVAUhokT40ICNNEBvkhIBAUzyhivAnsdAYp5I2+i6k45pvabOYA\r\nejtZd4/SzPEsf7s/2j2nsKK+lUVitI9CcngRW7NA0Nu//HIPaXkdFPvZAPH5\r\nfMEKcyJ13rS4aGNVczKZHOrIcRaOBcQV3sLXXH4h2iZQDaHtgerzapGjeA0g\r\nB8B946atOigzraE++BEy+ikLzga1Ay2lGwA=\r\n=oik3\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220520.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220520.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MkYhpMW1WVBLfFpSouGL5nn3iiKr0VzW95oSrflGmvS1Bgj1dHufauBDhX6Blahy6DQvWe1vCB1WDkcJUcX5tQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":">=2.3.0-alpha <2.3.0-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.3.0-alpha <1.3.0-alphb","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220520.1_1653081490049_0.21081983297670526","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220523.2":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220523.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220523.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2f94213040a97a73682711cc93e1e090dcd3d0b5","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220523.2.tgz","fileCount":43,"integrity":"sha512-5WgfYMpaF5I+QPTLB6dfiM1ga5BYuDp6QptYcPeb8UtdhJfF+PJ3Cw5c6zS9UxCT6Eb39IjxHkPGEFWFb1R/hQ==","signatures":[{"sig":"MEUCIEhoxXAAGa6r6x0bs50JVGqQiFQHPULTQGMCehSQXGynAiEAzAh0XZUiaF9LC+n5JdRqDR7KCUxzxlArOixAW9jrD/s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1204396,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJii/oyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpeuRAAhPxbFZ1VG/QVUL1nU5KZ5ywfnRTjwkwO0Rt/fV86DyL9HWXb\r\nnwNcMXOJ9lIxBFj3dgySQ/4IbL0sXyAEAr88SQOwRY62Az74hd5t6irNz0AT\r\nA5n+ck4b7J8/OsCsGg7eLpp0VeO9dnYnx2v4feVGoafXFbkuSDuK55Gg9j/r\r\n6t8awxKj0xSDvo6uUbWmrQWJBINSW2Vgloe6n5TEDkflxiXuW9tNAoZtQFz7\r\nmdzE7MothcgxtqA4PJaOf5h2l/8Q1AVjlM+8F30Aze48IEJ+O6ahSgOuN7Ji\r\n5N2BTCGS+GsUvLSvAneW3pkFqKjZuHpdxh+wCU1R4nOIuxHlUOJGMXHkUD1p\r\nvohG7FLgkAHwO5yq5gI9dKS5IAqEam4x8R5IKiNO5i5yl9GO1jTC6wObuDMp\r\nNrGWwAyrNSfy2XSQ/xhvbhiNFb8HgL5+T29aem6oWDYNdt2pCzqA2NHHWTf4\r\ntxOETXDaeDd5p7YSD/ZIxWwyEu4RJUa5xuj2fgqqGUfij+UgL61UjLLoSpy0\r\nK0yffkNgklaBGQEdyMB+m3chKtakkcz+qbW3J3x0CrRrjAvaAzt6gdFLZl4p\r\nVVQDCs7VDVYtSA0EtkESiPhIAu4W1YkzCH1xv4pTvtt5U1eGOu6nGss2hwel\r\nnjNzGAaifHh/FJcIT7QG01AVy1ZU9gm7iw8=\r\n=wtIs\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220523.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220523.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5WgfYMpaF5I+QPTLB6dfiM1ga5BYuDp6QptYcPeb8UtdhJfF+PJ3Cw5c6zS9UxCT6Eb39IjxHkPGEFWFb1R/hQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":">=2.3.0-alpha <2.3.0-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.3.0-alpha <1.3.0-alphb","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","azure-language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220523.2_1653340721884_0.438379667054944","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220524.1":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220524.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220524.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9ac54053dc73f9402c642da92c48f7631703d054","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220524.1.tgz","fileCount":43,"integrity":"sha512-8XXL1M3yPkHMs6793S16tSjsUBhQMdAzbomoBPpLEmnovU4rI78TykQnEu23qkzJnjpxxzAbaq8M6gX89qWnbQ==","signatures":[{"sig":"MEYCIQCdX0wBuFNeuRPaks7FuugHqerwYwVmeevF4Km2yuU/EwIhAI0CpPEnf2jpWdV3bdzvwuhgZwXhtyDgC9nN233A6rxz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1204401,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJijUrYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqkPg//fpYF/IClsxe0AfFr4ppMfPgkYp/dLGwLVA9vOKDiCbvyd0eQ\r\nkEHCoki+feUY9sy+gxo6PhDRQJNGEBsmOTRvqbYyKU8deHzroI5UqCP8VbrV\r\nmzPf3zNay0vKpadASDvLUTvZ7Aoigul/ZWEiSjaMe3AoI98GNieKodO+TdTO\r\nzCoNpQ7UWO2rvN90AUAC46oVUG9VdQUUQt5wZqduviFtjUF4aL5w1cB/YTkm\r\naBsQSkN3NrvDZQlC7kvFIuVgfluLalN9VpDI3ezvScZwhsdsYaPkbDimCAbI\r\nr6c5G3lXMB0viEgzE+iHigD8Pr++ZYFgDnuiPS2Xk2+LNyoTh/V1wCXBubis\r\nTPJnQYwgxnaCoYWQlCJJHKNJl6yeogsjmr4hbm4E1O6e82xau29fQj/iigK9\r\nOqp+b/FbJPq5eTBGUZkFm4mD3CILEr/ZZSBy9qW32D7Hy57twPMpj2GkJMaZ\r\ntSxNC8TBiS9xiiLiaYTPDO36QsTqMc/sVigQ0GiHXjm70lpwbkSNVOSejkTN\r\nq0AXUmXf7CblNjK/yjr9Feba9aGqAGv204ZxRSvewLrDHNeGo5eGwJQ1hDGg\r\nx+sF7X7oV8KP5YBlGyA1yqrkP0oRt0vbVjtHKA+jnWe+ztb86ph4liyXjiYJ\r\n0Iabv55rT6zI6ThrI1Cj6J0Gq+p8JvRf6CM=\r\n=76QU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220524.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220524.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8XXL1M3yPkHMs6793S16tSjsUBhQMdAzbomoBPpLEmnovU4rI78TykQnEu23qkzJnjpxxzAbaq8M6gX89qWnbQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":">=2.3.0-alpha <2.3.0-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":">=1.3.0-alpha <1.3.0-alphb","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","azure-language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220524.1_1653426903928_0.7922837911402767","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220526.1":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220526.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220526.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9561c85596646f961d61e7f6c4cfa102a6d6e5e3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220526.1.tgz","fileCount":43,"integrity":"sha512-O8CzasMdVJkrbnnTq8aCfjVef4ZRXuOYuKll7QIIolxfbs+Tqv/+1HI1kxCqVKpLh/ialk21OAvd82sGqdM9Qw==","signatures":[{"sig":"MEQCIFsNCQsNKxiNMr6wpTTuiIULq4C6pL4uFXu72hdvKOCrAiBEPzZjiq0G0sZ8UgFygTT/ilKz4bx/xZaRHQ8WeAzduw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1204381,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJij+7oACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqfIA/+JPY3qIRBu7ZnX4sGkecqGHDXbjNbkUi+6m22zSxxg7jOP9VR\r\n06qFcW2IOEj5gzqj/j+9wuV5Q6GPzdketEGjyPVJFxaofPVHB+ylpmcnJANt\r\nOOAkdkm+KeJieYtLN6k9GghvA3MYU6xxyqVY+sHx2k3MkjgZlwjaREM7x9b7\r\nX2Urxoh4zCzV0L7lXgemCaQT5Dac9oQNShg9toCwwQcpU0li4nlrn9TBlvv3\r\ns91ineDOcRwBwE7sSAHDY6mCCyAMWY9u5FuaXYAh4+R7hBXx9R5r72LejQmx\r\ncPNviR1WmclnUBuS1TAcvMcrtrPZAJHSgpo3rWzDfJfXEvqwvoniZcN9K1Sr\r\nFT53u8pLNSSXvwZq5R7NcQYPuyeAE5rNpNz3aEiil6T6w0vZFfjCo0zRdnxY\r\nyqgdFHI3nXfY5/XvB+e5y4DU781kcJi94AoCAWRxrl2gRyEG1IoleBLjvqf7\r\nImkt1qbHP0FyItvXXnTfnww6VG3KPrQ8UvJDRZbB98phFi5mc/lSuOjqtrGZ\r\nuK+8hLsPYR4Va2twvjcNzjSdmuBIn7uoDr9KOpyJaCJyyE3apsROioCl14/w\r\nDnjUKdWQbLdFwoGHWAlzKEgsf8UEb5NCBx5zTX2K52gPE7lEp3of0deaTYYw\r\nAEbuZ61mUSRIdlYZ0dHv3N2zsBhZSeq4gZw=\r\n=dXwW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220526.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220526.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-O8CzasMdVJkrbnnTq8aCfjVef4ZRXuOYuKll7QIIolxfbs+Tqv/+1HI1kxCqVKpLh/ialk21OAvd82sGqdM9Qw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.5.5","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":">=2.3.0-alpha <2.3.0-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","azure-language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220526.1_1653599976180_0.8296060025570302","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220607.1":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220607.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220607.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"592150cea4d675d9e73a977aeac74d86968f46a7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220607.1.tgz","fileCount":43,"integrity":"sha512-F1W5AjbCSEUk/EjUlcpRkQg1t16Fc/bIVjBlzZZn0srDdAaWKl+1Bm8drsChaOJJwCN6mvJNSYTyNSZwVwF6Rg==","signatures":[{"sig":"MEYCIQDJO2r7tjLTYaz6pghewwrIcn4PuAAou+7QAKLQ9nqj3QIhAK3ZZ79Z3kOD+fDkBBIMifvsX3hZbftQip0YfZ1607+P","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1202808,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJin7/1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoqqQ//eOwQQ2pUaG6vI0+ny9kiWTjud+9zHcjb9x35ZjSbpw4InEMN\r\n+1Y4TlJwABou5AbzSE6WqvqbB3Qfpgdx+nIIfwJkmFOWLhpE7Bxd5n1428FV\r\na361rmng7fP5pBDZbFIcnSVjKpNovBl/NBoFJEpQTU3pUq49316+NBFLiCvG\r\n7ws/BSq4ST+RCt/gMNo3o85a9rUQFTXx28X/fm/j8MJ7JhkjzEdnpIAUIXTz\r\nJEiYRwQ+BklOPSnXWGukVlbmB9Uo1+rKC134Fftug6Sb2MYilr54T/ngU9Sn\r\nDI1vHMeeR+HslWPYpbch+K4KA5RqVTv5G9e2fHx1MPDfnFho4xP7Gkt8nfCP\r\nQvYU8yvAEdkcQs0Zhy4MaW0P/4rIxw1w/2AMRavGpGuyAF6/1FNNfk3sPrCg\r\ng6/3OVfbvjwK3nt2mbhADYmXpp97hj6i/Y1hnrk9pbsy9lpscDUftvWxOnIF\r\nw9VeX088hy2n/FrJU63OvkgQyaa0cslAWTpsdJI6Ybt7pwvQV5wDkIkJEogl\r\n41cVr5HO+rtl6gX2Oc6EfzFZMBushjaJzoQIly5RPZxvQ0YHjiHTdl4tzL4b\r\nBNvbGGSY/upLjf1csKyF5BQYoX1kHhNvyQ/VrOhOgnucDDCWzCHjio2DQLkk\r\nR0Kw8gFKaWVpq2OvDvVVcivdlqe/US4ki3w=\r\n=5iIH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220607.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220607.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-F1W5AjbCSEUk/EjUlcpRkQg1t16Fc/bIVjBlzZZn0srDdAaWKl+1Bm8drsChaOJJwCN6mvJNSYTyNSZwVwF6Rg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":">=2.3.0-alpha <2.3.0-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","azure-language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220607.1_1654636533214_0.6709419464932047","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220617.2":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220617.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220617.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1c7e90c1852a1e8c87446ffcfbbdd2c81b6ce010","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220617.2.tgz","fileCount":43,"integrity":"sha512-NoIi4dYxzkGemyLiice86v+jSzEp/FxPDt+XVKShBUr+SDxrBrvoL3u+BoxpXtObdcgRpVz+AyfXgt/JQV0qig==","signatures":[{"sig":"MEUCIH52YObk9MEMaLMa/Rt1Yzl6/bDKGZTCzjQcn9SLoIt2AiEAs1yBdk/jilNL+WZ/1yLx1JYSBR7xcQ9Gg4T94IofOks=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1250405,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJirO8BACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpZ6g//ZoN1Ow8Bjb6VMQjKGH/wDofETCMMD1eEh+7C0/4pF7baNj+c\r\ntzRI/0hojcfRdo4YCKwIimnGwUqw5g/HWTlwOKazEcER3AwwZfXKz0Q9eyBJ\r\nUEGrYVKzKr92qAqNWi5OvM2iLhI7XZ+WS9VCedA6raHNeBoa+gegsAzi870x\r\nu9fIz+NgNrdqhlga0bISUu4b18l03B+468qEp88AmQQy2aDXt4vdkgSHEjnh\r\nzixzsqj5rWwMsG+ZG24Ur7GISdJ5FaRAfhC9NdDoSIEOGuifuY3dUsywMP8f\r\n5kXFjugDKycSDLZKNxRSdVIM4TJam4Ryx68Y+UrojH4bp59O+c50agT+cbDk\r\n2xm3iHxSI9n78TjSjIGTuY7Bxba1Tf2dJN2tL0bo5s9oz3w5p56ugY4Wl2Yl\r\nK+//Ii433Toz1zms6qT9wh+SdtZQBn5nk3dEdeO5QCbtZ5JIWvItTR1Q/DDr\r\norQ8erqDnN2+yoodCTyS4/4VXA0Qvq1/5dEPHwgeOu7Wnzv5m290yk7+0VJH\r\nNod3fzEUnn7w0ZmXPMhfLFLR1aqp65E25Yx+d4EyljSIDlIvs8+qdiuTif0C\r\nVpjcNHDgxXIK+TldjcRRi3pl+8g8afM4FWfGmJSpNKJ9Qohnh5LFWq8A+Srh\r\nZadrvC9N7UDaIDDDDoTQLUeI6Gcf4YkGu2c=\r\n=urJZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220617.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220617.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NoIi4dYxzkGemyLiice86v+jSzEp/FxPDt+XVKShBUr+SDxrBrvoL3u+BoxpXtObdcgRpVz+AyfXgt/JQV0qig==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":">=2.3.0-alpha <2.3.0-alphb","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","azure-language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220617.2_1655500545491_0.5182309045142599","host":"s3://npm-registry-packages"}},"6.0.0-alpha.20220627.1":{"name":"@azure/ai-text-analytics","version":"6.0.0-alpha.20220627.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@6.0.0-alpha.20220627.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3eb0528207c2d2252e23f35f834298427738adf0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-6.0.0-alpha.20220627.1.tgz","fileCount":43,"integrity":"sha512-ectC1vkCJYXs51kqkJn3oP6lp9Ntdjhtks9UeHep1SsyDVDy75h2AMv2CiD2/IVnv00UsrBlm6/WjbXDpZdi4Q==","signatures":[{"sig":"MEUCIByoFhb9SdDA/iQXindQFQ6n7PA0QHCbcEIILjOxUR67AiEAnMwg2UUoT72vNQudOKr0PUFxKVoqdL2zdyvasbbr3Yc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1250391,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJiuh7qACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrsmA/+JpJgfhjF1QRR0dkhpWNDQA/bwKzsDstHeS7XE0u0DtZE7M/V\r\ncNMv41nkS2c1S06Z+DI+XyZiVNdIwejyYWuRLJnzqbqLgJfhwDYefBpQ8zx8\r\n5qTvCZzZDKKlggBue6EonOk/mbcayw36ZwDmsxV+6jOu+e53Or0lXMLaieIv\r\n0S9f0QQGNW97PXWcz1TtAmIW61O8ed02ODBaBYgkOIM+EocWzlw1EJ/oMN2E\r\ngrfFPj0UzGzSBipKuwGwgEKvgTiHEGm4JEWigTkYq1neUAFqDWLcsTUq/9Rp\r\ncS48HHv4iZnwnBe9JRZz6qLEXmqz7zdEv9iJmmPEalfo8tsWibVp4ZUPzhDU\r\n7m+uOrLXzeICih70uZDmC4Q0s/Rp+A/GhZfibWWseYTLXd9Y4MS4eCYdGBEH\r\ngIZNZ2XoiqXSlEcoHUGyABXxQQPacYXIaOQHyCl250Cw/C7Isg/nSEnLhe1Z\r\nbItvLYvd7ia2xOuJESrcdM67nCJY5AfRdalKttRznsCQy9g1lBiVj5sXvsaj\r\n8eLUEKkWFnuA3Uhj4DbvfYI2fK1sCz9jbJqj3oRRGO5eJCDwNEFCQRHhAOtY\r\nmFr2RwUNwChHgcIVHex4jcOGxiAnVMYySNYxG7r6++5PnhKzpTZotfllU0EL\r\n2YMqxYutfMd/reBpsfw/VSgAB/zN0Ru8t1E=\r\n=3E7q\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220627.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-6.0.0-alpha.20220627.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ectC1vkCJYXs51kqkJn3oP6lp9Ntdjhtks9UeHep1SsyDVDy75h2AMv2CiD2/IVnv00UsrBlm6/WjbXDpZdi4Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.15.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"2.3.0-beta.1","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","azure-language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_6.0.0-alpha.20220627.1_1656364777787_0.24430925847796647","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20220725.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20220725.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20220725.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dc418a4114a06ab4924d626fa6c4e32fd26a8d87","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20220725.1.tgz","fileCount":76,"integrity":"sha512-n84qtXB8gRhtUSUHmJgVL71ogWhXqMYXspxNGIJOQx40UlgqUfx4VINbNgXDv/9iu1vJ68gLo/tor5wsxmcgzg==","signatures":[{"sig":"MEQCIFxGkXs1W2LKDpKXY4jdTyST/u+qWuFxbo0dedJ+RVM4AiA6dO6zl2PANAzFYster0RwDck4kc8j3pcdTJhKK9OJJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1270915,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi3wlGACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQQQ/+JeVQi0voJ+A74tOmGw9fSrrKG5mbyCoqjl26820V9OySRwKC\r\nscFY6kXPtoVtW8wdEW1tPgkHHrxaBQmAcbEKvtrIDGYeMz1NxXNpqCbxxKTm\r\njflMZ2POCoEwUPMP+vncVzS1il813c/f74ymvknjMIEPVxHs91beP8urpJPp\r\njs3axJM/kLlvtPbibhGQGlWgtlzUU8cLQhdJoOB/dyS/7FNUU5MDS7GLpVlN\r\n9zwDa4g3rxkuicmAoHx9yy7crprR85GkLU8PbQkxVoFn7jMQNH8yavmFNFdO\r\nstjHd3O42lgP7yeKAA9fzCLyMocO+JeYa9ljcokiUtRBHceXkYEfMaXxAo33\r\nW9QUR4Rle1ceH+VOT4j9cxRQLE2oaJE5Ak2z1b38QjrinJewVGJfWgsRE74h\r\n8V7KZncfMJEeA8jf9DgLmn2yc8bdfeN5Vqr0HfAmj7z4XV8fSl9P6Jb61FCX\r\nPxQsmys46q6Lp7HiGLSn7dYbPv7AiLkJFdNXL+GAHUjXjf1utPFImhSYkqOP\r\nFb6+R+dQiW2BlnPvu+YE9v2Jx06rDhh3AjIsZJEcMSjS9vzReXI6dklmsRye\r\nUM0lezjxHJtCKr1xM2acK/Li9n8jRPaW4neJzui2mdZk1t8kuyS67uMOcK1j\r\nALC3GV6nbUxk9OX3q7cUtlDYHTnK61GGXGI=\r\n=HYJb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20220725.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20220725.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-n84qtXB8gRhtUSUHmJgVL71ogWhXqMYXspxNGIJOQx40UlgqUfx4VINbNgXDv/9iu1vJ68gLo/tor5wsxmcgzg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.11.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20220725.1_1658784070292_0.6590446520459017","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20220901.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20220901.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20220901.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dde414a32fb43061fd492aa6ee1f18503050398d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20220901.1.tgz","fileCount":76,"integrity":"sha512-IsSDrdhEntYyAjsE3XUU7HxI7y7u8PD6ARaR8gMKnmopfWbGyMdT0UxZOsLz3ze4a8LCfCSejqTQelqFFhYrDg==","signatures":[{"sig":"MEYCIQCve8FIQo40O/W0VV4aFxLJv4PwSZ0NvrVHCDSQacdhRwIhAPvPDLMTcnW47FoKVpXOVu9Fi0QXGWL/vx/5JQwpd1lx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277476,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjESHUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpRhhAAiPv1d1m4aLClykYVx6oIP8lQaOshAaC0UPonFddXaTo1QSMQ\r\n3VrBNgecnZhHVpWMf4SSRbxpQH4vC9EbAgGJuW1XMnpNerEidI/o9K/zqt5E\r\n5zyTnlqk3U2qgdo8lMNbBddTFnAud1Kg028SpEAOOJdJQXw9DQzfv6SxdF/9\r\nRjGnx2hf37K3cBw0Seh/GbB/Jba+5qBkDDeK3/spAagINAG8Dy+ojYrgIf26\r\nXjv2T3eivSDV8jIeiVda/g67JpBdzwK3+UcEcA8yx5XEm3HxHvGIESk0bTXl\r\n2K33ESlUElczrUUfSKf/K4CZKK4VwY5zRkRV007+SSJtg65FEytIT/EjsUPH\r\nhTzhrUAvtP4N5sd/bN4n3cf8L4QZg/BaQoIZ4Jea4UYzOnefEd4r6edElzaT\r\nZhCxyZNb7rAZHDl8MA7uXrT/M980Cnq9BuWkIeSeFNhXvMuF24yzEwIMw6BM\r\nxVyPia/tAY02eI0GvocDxATIElq26kKCD0u7N1wA36Djd1OHNl2iJEf/4XVK\r\nt7w8Vk8ypBHGPuh/J/Ql3uhaDNX9siTKTor2CoNkZuOoGGqg2EiYnLxUHJSe\r\nBUmoog8lW7hl1M85RcJA7Fe+1NprYN69TxkEPSVyXKWfyIhMpQ3ju6BfWexW\r\nStXUjQrMIVj3oKi4HjkGLQPvRkqR9rLDI5M=\r\n=9uOz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20220901.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20220901.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IsSDrdhEntYyAjsE3XUU7HxI7y7u8PD6ARaR8gMKnmopfWbGyMdT0UxZOsLz3ze4a8LCfCSejqTQelqFFhYrDg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20220901.1_1662067156038_0.2148576051929687","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20220919.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20220919.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20220919.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"81695df1f37d5dd69a848131273adb117b23f060","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20220919.1.tgz","fileCount":76,"integrity":"sha512-TNzSc0OLjcwzntT85WYKsEryk/jm9nqts3X5hXW63eiM5BtGW02G83aRIlPXo9QulE0wiiLqqYEijjX5okOB1A==","signatures":[{"sig":"MEUCIB9CYfPDVMdj4iCwrFK4d3+7dHkjQJZOKcefvweQyxB8AiEA2tcDmsgXOHLbFrzyde6N5trWeXd+7OX5rvQWEufOjrs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKNx/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmplaw//eeMXKXf0g9AIyT/E9KwB81CdUIB0HaKfsuAf3/N211BI4gM6\r\nYxmjSKhA1BrbPRp3RuKTohNbuo26IbJZ0B9VI2Buo3au23TeFUvbXcuCpiMN\r\nHKzw+BzYrPLfHsGdURUaZS1DRKznjEaUEiUwqPxP568jXO8ID25f3yTiD+4P\r\nI+/h8DW34RItwxJm5LsrtDDd1AiBvnn82bREQoIs44fSgFe/o78iIXjiU6b/\r\n1q53Bsr8Qzo/8ITjm8Y8mUutR08jgICWg13eLO1wVV5Uo9sfUFzNt/Fs9eCu\r\nykQlwv5RcDV/69Q7YXYIslPePFTQgcZe7Rj5EphDY5Ql40nHgEwcv/JhAmYj\r\n1XwEA+ebNWTrgcQo8q5yLgvGzq7ELayhDM2fHN13GRXMjX23jpKPo4Nn9e8f\r\nmM8Y2+D79PDSw5rgmPA9ETswIFLtNzfrvGt1CYSD308+wX71XhUjtQh/jjUS\r\n60rJmh5xbGA66/OY6XbickyU1BpNDwyQxFKNT43al3aF/hKMgzmSolOsa4fr\r\ncj3Pk9dwGQQur2bBqbmBrPZZUL3Z9+mClUM8kpAtLrz7rez+MRBu1bAvftBv\r\nepzjabaOXhCI+AMCd+TA4tgazbU3W+LbZIduFQJEFxUxc9bnXq0rpzrA6/De\r\n+62eTJHWENN7dBvc1iZhJbVMq1xevkGDDmQ=\r\n=TUdr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20220919.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20220919.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TNzSc0OLjcwzntT85WYKsEryk/jm9nqts3X5hXW63eiM5BtGW02G83aRIlPXo9QulE0wiiLqqYEijjX5okOB1A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"7.18.11","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20220919.1_1663622270889_0.8578887294929771","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20220923.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20220923.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20220923.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"95d4d484da428f31c93ec7f6844576d87757414b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20220923.1.tgz","fileCount":76,"integrity":"sha512-12ycMD++X00TNlV3/0+o9W3cv0iTFBeQHJeuODS3bKr1WGl80mDFn1kHBzIAqJNDXP3dh9o7JU8PJ/kFW5eW6A==","signatures":[{"sig":"MEUCIQCikny2tsCfmAISQanP6O6oRiuqtDnhC7bgrGC+MpSOfAIgXaCq/419ILubGYNSqrdwx8FH2dB8S4ZcFgUsITy75FM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLjnuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrIUA/9FAlJjgsijeC32rySjufw9aiBZ/O/FkjOLeLVoouBX59ExrGp\r\ngWy7P4PDr2gBMRS+0wJn/pWwA4nf0J644Qe3+DWFGhfBl3iDpTE/3sH9YpLA\r\nX5cRmXUFet5jZLVi0MKap3A1opMG7nF5oJOmXKgf+jlw9V3bzlj/iCtKbWvY\r\nAz/mbn1Q/N2XlRqosLDTpvF63lkHtYViRkRcYZkpGKz73hjVRz6cy8sBlvEX\r\nb5meSNI08zx+Evgv3/d5ysDDuYRTgdgqw8B2Z35b8ad96srKljVQ3yMnzjul\r\nhqGRDLtwWycj9JU9DRvPKWTWwg4VKsLefQRr9Bovbzfxccn19OBdnCr/gmOz\r\n5QcNmbGKyTrjb3YNGdpwSxtF58lcFaR1K7qwVcWetW1CAheOVMkPSB/+pj4G\r\n/+hln/OBaBWCqkS6cDRircSwBkuk1JhcNVDjvJV9osQo8w9tV7kDv01wSz8A\r\nilwirUCdNLOL++5K24O1DBB2bCJQH+33893rgbhbHLP0GX0KYtDEWtyf+SQr\r\npMT7/6SUIuBkhrQWYhR5jKwZ5x6dTavqQxKR4fkpq4zj2SZLZYhuRaUh5kzr\r\nX+DyHpQ6XkEDhj4qDMl+0V4icnvWu7nDzUmhkJldHojWMa8JQ/cyWOIzCrsD\r\nWr8NiGdcyW3LvUM6W2slRGYpmR/OdNh4wd8=\r\n=0fwg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20220923.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=12.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20220923.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-12ycMD++X00TNlV3/0+o9W3cv0iTFBeQHJeuODS3bKr1WGl80mDFn1kHBzIAqJNDXP3dh9o7JU8PJ/kFW5eW6A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^12.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20220923.1_1663973870594_0.32487541875254333","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20221017.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20221017.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20221017.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"b008a104599e522f5553532ab4e3c4628d305fa8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20221017.1.tgz","fileCount":76,"integrity":"sha512-qRZelmvx2rZ/yehkFgxwzQLSP1EGMOIpQfGjtj0NHRLwRJzMabiBu0HLEWu5RHOobFvPCZlJOpzluOElqL1SOA==","signatures":[{"sig":"MEUCIQDJy0kQsEmWcQoDNq3E4U16QskqGCQ1IDe5qELXS2iAkgIgVgriFdFLkCUY17TvcW0KUcUneHM4G8uQDG1ZEM93VGA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277492,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjTcYuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoUOg/9FOCi7qhXkQLrlSSERkc1gUMYeAFzK0J9rHbf3nSgeBtNslJ/\r\n4OzwOTU3bw7sK7p+MPjKCtoTwFZAy22PV5/IMKM1oTWPJouh+RwUMZdqV6a0\r\nCg6ltPBtCPvkggi2U/OdSBj5CbKWpesP4yyXFSUb1bmh7GhJ11Toe9ISlRL6\r\n7tXPHWVUpmPGKTVwYC9qEYn6vJ1ETPW1HUUYrMLmvsIbm+J6zzjGEBQjqgtk\r\nyFMwLSrJCnUOA+Wii6od7KHWY1WwsIk1e5SGVd5xgSInLFlU8/VfBhmhyVQY\r\ns+/45tNj+aSVXyJlyvErSZ4jt9WJY/2xXabcwggI/ybaUqicBg0TtrSJDsL7\r\ncKas1P8s0HDD5oiTS0tRhxf2ixWbgpaCjxpQODC/KOlav0X2md6/ULmlRDzn\r\nOcJTqSRLFqMSwHtDt7XT5Mf6JrW/vdT/b/5aRhnULVeIYVJhHGwcJTltVCj7\r\n+MDbNr7W9fuSVAv5VPWgr6xsRd4H7kKFWPtsOJt0GM8qJNPg9d+Jwe5zdW+1\r\nJoXmjwgCEuJTm9rSQRaxQa0IIIOW8It8ZvLhdOyUJqXPj6a0x0xJOBhzYrE7\r\nflIpgA8yIzOR8QyMhzfQyvD9jwmEldKefMgvSJ/j3WDK5koUjS6j2rYvk6De\r\ntuidG0KUNDgq9Cd6nVkn9MvfO2CUc1k4yqI=\r\n=QFUW\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20221017.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20221017.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qRZelmvx2rZ/yehkFgxwzQLSP1EGMOIpQfGjtj0NHRLwRJzMabiBu0HLEWu5RHOobFvPCZlJOpzluOElqL1SOA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.15.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.6.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20221017.1_1666041390322_0.7883367276981288","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20221107.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20221107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20221107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"03f46987f828dd183f1233899f7fca9574505bbd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20221107.1.tgz","fileCount":76,"integrity":"sha512-o4pVCxvopSn0nYnYlSCUt/ZX/LTo1CpH7wYcWcEOOTkp7u3SUksT8mChXZNO7MOnDVcNUkhZlGfGwn6SCdtBcA==","signatures":[{"sig":"MEQCICU2OKfm1v/VOOilbaSNyzEa6ULXSWnq3q4/1dt/JlCQAiAjq/BUBt1/O5qBCtTMN3UNJiacN3p0fG0Q9dnwpLYH1w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277582,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaYQ5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpQrA//S6mjJsMr38VCtmC2hmoNCq/Rh9g2cxka6GBQpqXzkWr3udbz\r\nDotmlchveAm1ypxZc6VZ6gey4ixPAAqKlSCe2ahSSbzAY/99SshdWZnssXw0\r\n+uJRtB6uqx7R0RW8HDDfQTx4uuIYXdX7LqB9cuAZ4J6ADG+yKms6+pZiNNYz\r\nxXbjFjLCSkBg8Gd6DhYbZfl8magS9rGYlWbFKs77FJWg1xypvXlMx1mZpMmM\r\nuwmqjZm445ypUCuXNUr3q238kQqoxWmxrvtDh0DBU3AOrTQl6CthNK6iY97k\r\nJGNXr3G7Qc28x3jDURSE+FwRhA6DC0AsjEHkeomBESmv5OwO9Oz6A4QehLN+\r\nwUxw71x5EduMIsPQbA7zquiSXGS0PYUtaKQKdAJ/wrmZ/MxSstik4+65cSS4\r\nPqlfrtA1oh+Fn2j40gQPOGQuM4nHjrLAwreUehlIhkiLQgmp4k2iriOw3feg\r\nQ2RYFph2u5AMIpxEaRkFVXoJLg0YHh+NM9ntIiQxrSjVTgnYywg8zJlAcU5k\r\nTRQI8oEUxvP/2LLquy3WWL5rAghTOKnBehdJser19DchUd0b7JK7cA0PYuta\r\n4dn/u/xfz187XF3B0LU15VpSzpZSfGNq6K269lo5wxAB3+bFvLCcpW2R/10R\r\n5oDnjVGrlNipHNouQZtZGckuck9JOvJ/1hQ=\r\n=i5tU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20221107.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20221107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-o4pVCxvopSn0nYnYlSCUt/ZX/LTo1CpH7wYcWcEOOTkp7u3SUksT8mChXZNO7MOnDVcNUkhZlGfGwn6SCdtBcA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.2","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20221107.1_1667859513518_0.9557720614309948","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230126.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"00dce9bff6fcead32fb52fd93d60f838dbd0b681","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230126.1.tgz","fileCount":76,"integrity":"sha512-tOUfb0EgAxpxuusU+QOi7aRXQuTB8iq/ea8DCm8ZNlqcnXUCj80Mo1QDRaFAtvWvXC0ugeU+4MrFABbSVw4A2g==","signatures":[{"sig":"MEUCIQDXT6pWHQInC1d/vK+ME0ugDjJg4136ucCn2O/RzEVC8wIgd2x5aZqp/vJqSyjTzoZz64goQtqgtUuEAvBPVQQ7VcM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277562,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj0vzfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqSKw//V/XZdihF46PpihV7rUYJFZ5UX5tmaJ6bn+/Ejg6SWkhhD69/\r\nJqyH/hha+dZu9kI+7IHIOEKu9F/vblNlxisAjspNuH19bZFnH1rpAa+v+4MA\r\nibW8tUjV108Nyj9E9c5x/hTXx/uQ6sRQBGbFpSwDjrTvHnewqQo0l1f4JQPQ\r\no+Vvnh461cIFkdFlE7RVZ8Z6vEPKXaslhVFyNSZBjX7NrokCdhoJnFjinhH9\r\n6yIKbpM2EJk4LIqivnYra6IARlLDKDWmo5I0XGh5U8cRw82BDb1nJzurmcsn\r\nj77Cnfr6uNjvbDHW1abOVLCyanCER+zt8kT2V1GlzqIdRRBZog6cEIfAY51a\r\ndHsJzrtd59A2rrbfSxiiQSvq3DHij8GhhLSObtbViuzA4GHdCz2uGxmdAVV7\r\neNH8cbun/z+VOOW611q2MSX6UoSXWsCZqkneH6CZgmgESczhBcT4NBn1imZ6\r\nTplbPdWC5FbEH0hA7IgNdS9L9f/rxDDAB415MT80vLWYPCzvvQZcKlD7GFd7\r\njU/m6MpPEneyZomZUHZdiLtIbFX2ajQMoL96aAAeKPDlC87j1evuCEMpcV3O\r\nRn/YNlKCXFTQe4oxSnkoYmGoX3/LH/L1QuBs7c3gx+jqHWCdeURkozbEgNt9\r\nVqmHsdQRFT5RszJG3xJFhIVK1XuqKUsATJw=\r\n=H5Ty\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230126.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tOUfb0EgAxpxuusU+QOi7aRXQuTB8iq/ea8DCm8ZNlqcnXUCj80Mo1QDRaFAtvWvXC0ugeU+4MrFABbSVw4A2g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^8.2.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230126.1_1674771679072_0.15215685963434455","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230127.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"afa83885fa8858054aba55c59cffe1b4e6996ae2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230127.1.tgz","fileCount":76,"integrity":"sha512-IxKWDhiJ+6QXTkRFaQqc8+qvnIhtih0BBwqNrbZC+CsydaIrINkuY9XFbldQ/0gdmOa6Hym94Be9O6ckkxI3kA==","signatures":[{"sig":"MEUCIQCIgu96S794Z/YoVTBl0vcP3xYpcsWe0i/oXNaRrcXpbQIgKwOyKCG5oZoLrnAtdDdUVFTytFEgXmm35ySulk3rnCo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277563,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj1E4mACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpmuQ//Tm7P1VW9pjWchBPnE7wRp/sPkfkCoo4JwLV+zzuPexPvu5S8\r\nTttTOkEhjXwM7PPCvVPTr+PfThtqaFckeN+bW7Rh9KwLH5gzAsdNM6938jSQ\r\nekfI3ZH0O/CV1BUozD1Idd+uzBVMTlYFGkP5ppiHPdF/68OElMn70YetADJO\r\n6pZxXkvvxmCLrMn/AqLyidDM0gZpH6hweqR2imrNGj/XnF8jJ0lC4y5KdC4N\r\nGu+EUn/tFmgoG71kuz5ybz3tISTbWj/ZwOvSLM1Jd10cvJMpQm2fA0xL8Xc/\r\nAoUAztHyQlUdozFlXsNxlrJU2F57uHKYye1quVhiKrd2vuG4nqbqrOGGq5sk\r\n2pHrKUUkb3cMYDEP0ur0CHL7vzmcjrmZhhz95PGLlh/9KU+ikQIl7zCOEWWH\r\nSJkV04pMu8rK4mZWfynH1fa22qTHYfFGzoom0Pi6bZyufEqPqYqiBZL7x6wW\r\nmgzMGjmN2dWuF6T7//6KUAGuixURSV62pbpkOEsTU4XIxLvt/tCHidt6gnhO\r\naHUNlynbn4XoJyqPylB7ezStbJusBSJVT5aIg+xp/o3Jfxg+Zucpiy8qNlHr\r\nXN8Fn24Gfq8fZ9YykzciyB1UAGAVrbzPaszzxVTzQn/XUffVV5JP7arYkehl\r\nOpkKLVKv0yT6ReX/gf9y6wGL4cgPbwvHtdk=\r\n=yfaJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230127.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IxKWDhiJ+6QXTkRFaQqc8+qvnIhtih0BBwqNrbZC+CsydaIrINkuY9XFbldQ/0gdmOa6Hym94Be9O6ckkxI3kA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"8.19.3","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^2.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230127.1_1674858021810_0.17105415894634834","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230303.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"00040ada02daac8fc580aaee3cc6b40178d8c6d6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230303.1.tgz","fileCount":76,"integrity":"sha512-/zPYHVfVu4Bd+uJ1EaBd0Ss8yrkwirZ1dn6zzzeQosmvWHxRlBbPaaBzIVbFqlIkSl53UhDah63wnuWo28ew5Q==","signatures":[{"sig":"MEYCIQDsGcpqtk4ohi86ZwQgzDY4ndOaCfvFzVmsLOoPm9XUMAIhAJmlO/OdsGB/tFsAz5rm5X9zT5KU04XVTG/ujiYBZn+I","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277583,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAnbaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmraCQ//fGiwsOBw6UWIhkIrbkRvur4dD0OgbgnKEhQRrxw7aLpm9a2c\r\nNWpYcEWiITFuOm8ye+z1CQKt7ON13AZr2ekZaCFU2h4C+kQZq6lHC63+GBUW\r\nha88BmUbTZIJfxYqkoIV9aY5pTf3k9qDDDWJNOgngxWmApbgZ6w+rK1no11R\r\nW49q/pHHeKu4XE4h/eS4zXqz6aj3Mhff1T6SkGDH0KmX1aF2vIhZn/zkfaR/\r\n7f4a36ggawCl0RufBOQNQl8KG6fG2a+h4Bd5tpgtC4a3C62VwybAklr46qT3\r\na5iKBe+lffCNGcvj53FoZvMeNNpLJa07UXF+cdfL0fjV0cD+jarCd1aSFWuJ\r\nOsi5ZstSNx4tPV7Gz9T2jcQ/Wfk0EjN87xGd25qXxwmlABw5+CXKNd1EnyFm\r\nVGaXMzyWnI+jAVWPuVkpCzg0lVIAtW9ne8+NDnMhANVECWNG0Hh6Tx1OfJi0\r\n8/JVWrFx+XdZ97SuuBl0BWJwesLSG1avB77Tr33TYG67OofkhC+w03nWu0kw\r\nTj+lx9x5Xcg2xyvgGYJppdgFfq96RP43zeSGgBqamXHtX5tVPBPGxF2SxXLw\r\nxeuBvZE55UJtv3szecQS0uVgDjfVGxZFVzRGvWajAePZKrWj2h3djV07ULC6\r\npPHRgD9P6C0mK5G8jiWIQpULx5NbKrK+ABg=\r\n=Brfg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230303.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230303.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/zPYHVfVu4Bd+uJ1EaBd0Ss8yrkwirZ1dn6zzzeQosmvWHxRlBbPaaBzIVbFqlIkSl53UhDah63wnuWo28ew5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","karma-ie-launcher":"^1.0.0","source-map-support":"^0.5.9","karma-edge-launcher":"^0.4.2","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230303.1_1677883098572_0.8565374583577434","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230307.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230307.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a96591248b405d2a29f52cb944451d9b819d24e3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230307.1.tgz","fileCount":76,"integrity":"sha512-8/EOkj3R3jrZY1fWCkx1nSQBq6PpfAO1OK1rNzGmw83mVtwtrOeS/sTcJFYRb8KWZcd/WV7ZemyHwDGsW/mmxQ==","signatures":[{"sig":"MEUCIQCTOz8FLDF/Vw5wKzN6tj2og3Fx8t5gt0NJ1wRV0+0j5wIgen9PGjcU8s7Pe0wScPLBfe5FLxuKZA0SyDmJmhI23Xc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277511,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB7giACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqigg//escSEcpDA2I5TxcFdMKuWMxwPKcOCqYjYKVUFU0TjuzVNCuO\r\nE24zvZpDPrTtT2+D8BO1Iv8NIDKMosEXjwOzqwvesgRGDVGJ5r6rJnS1rFg2\r\n5tnEEN/18l7sE+HvveRaf387feybRPqlrPA+6tOrf0PVN03+fHjW4GQ7Tsam\r\nWH5nRQmtahiEj5UtoyfM0kVLM5tzO/R0OTBlSmsh/0fIJv4bCF+lpud+O6x3\r\nccq65aX43q7iLGs5A6ujHunDJOecnhR3CPV3BsEqIshtGTlhk7NHNHPNtuCj\r\n6vg2p/hHlQSq01a4FksGPxb0lyAs4SZOJLT0mqJlckmJVAQ6Ku2/GBbO+C+m\r\nzUNgY+Hoe/3rM+9UfrT8/MMnYSq1Xdf/p+Tr7w033AxzSF68hYUPPBTnl59F\r\nmEeBY5qQQwsB2SEFTabCSr26OAouAndv8liJuwUGaQxbbtsXdVvZHUfckAQh\r\n5ET0VZD94j8vsRN+6SDeB6BAXcZg3FHC25bsJJdL1yfUe70G9oBSpQ0XmurW\r\n29JU/qh/sI/muxr86gKB/q8mYCGx42G+qCv6IWeu0Lyk5SfudQuKPYPxMOWS\r\nubymi7t33MXAXAJcqNCrdseaW1KjL8O+SnYB+AWhSpWN1y9U8XhIrBCa5YLu\r\nCSgpjlMa7r5xo8pYKcZrhzelycwAGHYT6n0=\r\n=qKdQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230307.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230307.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8/EOkj3R3jrZY1fWCkx1nSQBq6PpfAO1OK1rNzGmw83mVtwtrOeS/sTcJFYRb8KWZcd/WV7ZemyHwDGsW/mmxQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.3.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":">=3.0.0-alpha <3.0.0-alphb","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230307.1_1678227489883_0.07392253418311467","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230320.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230320.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230320.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ef9687d4d6f1eb29a13e35929c9f82011322e2e3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230320.1.tgz","fileCount":76,"integrity":"sha512-DeNnBMiipUYpcMYB+t6lkEOCyyM+h3+s+p/Dvcx54wSmQyFuJr8jcHhN7guoEvfIjtw+pxeoFpTdChuRa9bn1Q==","signatures":[{"sig":"MEUCIAp1P7spwiufEoKkZzH2/pSRMRnf+QNLfr5BaV0qoSwQAiEAhedvV0x1p2+mQUVlSDKBO+x7dwmWPUi+wz05TXz0t10=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277491,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGNJnACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrgXg/9HTCG9oNGxx/i/uEeklyfF1/4M/QSEpQ5Kct6Yh5XZwkOWFOa\r\nW069tBuT/e1VDkvXxY2WQo5KjQTtCTTavLDKwW+D/m7jxUgnIgiYK0lNFmiG\r\nBGNSR6/nKB0Y4SToPR/TjqoWqtydjyD0AzdVjvdMQueemIWj1dx7psayLvYB\r\nl2kg3NOhY2ocMBr16l0b5RGuIktzOe7JzxM5r21RmznUbu1gNak2ck7t82d4\r\nK288E7i6Le28WgD5lx7KzoRCZRMuieqIbn7l5DjD/67HPygiNVEFWYVUqasT\r\nv+YndUdZu8UaiBpCSSRoDPWl2WaNm3CiWrW9rWvmFC/L3VKuwg1H3RqBOSv8\r\nEJs/0dbye/Nw5APDv0VAps6c5/iW7AJpiSzP/hWmF2h0i/QcAYIk11IqeKs7\r\n38pIHGeaYEhpdJf4wac/r9DS54sVMM2PmiRT/wlk6SF40r9ITO9gyIG7SX8w\r\navv21+2gI8pEcClD21n/GE/UGwadbXPN0hmq19BJjNhe7M5gHCka4PQZypwI\r\n/NlRAmskZrPkOFjPkJBFBekW6/ImO4Sre7gxEkYYwHUuNwy9zfgcRhE1QcbT\r\n9xpjlkNffRXObZIT1aVaKV10dUpW1ICUrmKJDlU8n6784xEv9x3CXbxYy+/8\r\noJGxB25k4Pg42ADZaDeudI0UHOAR3BPZLJI=\r\n=L4Z2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230320.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230320.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DeNnBMiipUYpcMYB+t6lkEOCyyM+h3+s+p/Dvcx54wSmQyFuJr8jcHhN7guoEvfIjtw+pxeoFpTdChuRa9bn1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~4.8.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230320.1_1679348327429_0.36393712784863186","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230419.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230419.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230419.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fd3aa4bdfca173780b9c7c6203813ac1bc9c2d09","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230419.1.tgz","fileCount":76,"integrity":"sha512-JhBSj9V2ypH3t/Rj2BBowV5oUb91NrYOviXp3Gyr5lhMhA8tpz76HRIP3wIrtgbau4SJbPhZyuM1EI60jtxmwQ==","signatures":[{"sig":"MEYCIQDADdC4DMW0YvnDBwt8QKCUJfvj7u12zD94VKBRotgPqgIhAJE4ST8UcHpfrxI9lK+CpBZATNsQclnTCzNeHjy/S9rs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278089,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkQFuBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmonkQ//cJptJWcDcoESVRb8a5b+W6CcKcCbnFkItNeRGppxwcnORcFz\r\nUwWLaC5DLPFBdztbqnEjR7Jdwcdz0uIq5K8pQalDGD0tUCOj/iMDmwPbBZtL\r\nBB1S2G5FcUJHHlkdwlDocvKCy+zujiMXHFkhc2NIL26HAZFi3QfN+FC3Im/z\r\nv1in5pAvME6ja7dikdol5R1g63HdYUz02MFOlBjpzwC6bGxjaCuKdFWhR7NF\r\nwTkGkDY/vHJT6geLSNSmDgcaaZZ1zDJaphyEem2fcW8xxGlkjPzs7aMzmk5O\r\neoa4bELhAKC69V8YISbQgeOJymTpPCLA2z2OF8hvGXPceE0B78xhAYEkR/Qw\r\nW9XsiZ+7xqK2fqG9SPOrF6H1vAIJGcQiUV88y4L7XIXyua24BqNH1Ez8orDJ\r\n9A1aJxo86g6yobrDV2yeH2uMD2tLiDYHiocIzuBpDvIdj6iAcXZDvMrX65A7\r\nwafF9SDywtqTzp8TQe4YT2jPziRaP8JodW4NP1e0La022UfkoeHvzTs4H/dW\r\n6g6UGiS9Ejw2+1NiAtkxXrA4BI//S6Iyy86BFn+AQBLicoNS33cOxzc0fLvc\r\npKQtjMNs7KCXUmWtjIKBp9Brqk1mA5QB+HaHhz5fItF2U8VTc2szn0E7GobJ\r\n6m+AfVoy1RcwW/LlkfTCDEhJPugo3rNWElU=\r\n=eqfc\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230419.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230419.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JhBSj9V2ypH3t/Rj2BBowV5oUb91NrYOviXp3Gyr5lhMhA8tpz76HRIP3wIrtgbau4SJbPhZyuM1EI60jtxmwQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.0","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^9.0.2","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^9.0.4","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230419.1_1681939328917_0.10207491381519374","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230727.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230727.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230727.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"2df9c097544575aa05b320c723e2817cf4aa4c77","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230727.2.tgz","fileCount":76,"integrity":"sha512-TM8cqXPLtNySfWr8cX/jH0VKI54TuSwc+CpCbKCqpxuXqcAxqzuz0nphcfh6tGVZAfI5LWSa0r8QVTl6OqkLfQ==","signatures":[{"sig":"MEQCIC+b5iCMIhT8ahN9Vf03eEH/phWy8wKnRM/Q0LzIg5lPAiBNg9wwMz7lDOhfdaJEwEKCV3SWgFPzlUr++jMDw5sHkQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278091},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230727.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230727.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TM8cqXPLtNySfWr8cX/jH0VKI54TuSwc+CpCbKCqpxuXqcAxqzuz0nphcfh6tGVZAfI5LWSa0r8QVTl6OqkLfQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.5.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230727.2_1690492672762_0.021678969371776047","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230922.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230922.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230922.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8878f0d809b96632cc04022a3347275c143e2868","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230922.1.tgz","fileCount":76,"integrity":"sha512-TUSMfMBYfq8F3jcBYL2xY/Fkkl2qA/Ru4dCwFeR0I3i6qV2DDVO5FsfRJJ72tU0fhshgZMcZ0fBMy/dNYCSlZA==","signatures":[{"sig":"MEUCICY3IqvQQ03iVegAlRhNmnMuYZ8ueTOYp4AteIHf3/ACAiEA0b5mZoAZ44+LmNKG6sw3+1AJPUqvo3YUqi7qMWHxFCI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278091},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230922.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230922.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TUSMfMBYfq8F3jcBYL2xY/Fkkl2qA/Ru4dCwFeR0I3i6qV2DDVO5FsfRJJ72tU0fhshgZMcZ0fBMy/dNYCSlZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^7.1.1","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^7.0.2","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230922.1_1695418000502_0.11698459844498266","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230926.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230926.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0f421d70ef87dfdf94093cc13351da3b04d9e6fb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230926.1.tgz","fileCount":76,"integrity":"sha512-Zhff3H66neCSNH10nLxgM6ZcafPyp/OII03i2A+IOaFRG1cIAcNazXJ92q/logXp1Zk5i3uwRGK95F5EbdREsA==","signatures":[{"sig":"MEYCIQDy2cnSR3ziNT2jaykv1uPQwIg5EZ4V7TCOpTrwASchxgIhAOOn/c7L+gToJ917PPiJKmCosKeAXD8rSns6bYd0PbPQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278115},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230926.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230926.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Zhff3H66neCSNH10nLxgM6ZcafPyp/OII03i2A+IOaFRG1cIAcNazXJ92q/logXp1Zk5i3uwRGK95F5EbdREsA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230926.1_1695763191137_0.23144548047090052","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20230929.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20230929.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20230929.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"bc358a2ba6435416fea2e76c330f494756212369","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20230929.1.tgz","fileCount":76,"integrity":"sha512-ughI9l0Vz74L/a5UakKZ+JxznbXlpgBbTGFHWspjbyebP5Nhat1kM3KgdATDEoYzDL1/GeoRCFWaMkIhG9orNw==","signatures":[{"sig":"MEUCIBNHcwn/AfOeENe9iz4lNGhwoie3ZVDWtbLs28kyP4zaAiEAkmLj9RijmUAKpgOQ4Kt3/PuHTjSVq3gvv/3cwHV5C3o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278949},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230929.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=14.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20230929.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ughI9l0Vz74L/a5UakKZ+JxznbXlpgBbTGFHWspjbyebP5Nhat1kM3KgdATDEoYzDL1/GeoRCFWaMkIhG9orNw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.6.7","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^14.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20230929.1_1696022432384_0.32882861876124614","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20231011.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20231011.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20231011.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8144cf80eca98185befe492c16d46bd18bf584ad","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20231011.1.tgz","fileCount":76,"integrity":"sha512-mGKz+DOKzdB6FBGjFEOwdWtUBea6MSfyGIqsDIL00MJ6G6eE0QT3axGCfQm90wKey6OKM78lNxxOd/h46noJmQ==","signatures":[{"sig":"MEUCIQCmMEzgeOgftdxLgHMkVMv6IqWCw61FCb5xvf/ryp+33QIgJeLB7Ne1LbbAtKBOL9JrSd2WEUCUWBWuBv5LA0OA1ms=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278949},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231011.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231011.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mGKz+DOKzdB6FBGjFEOwdWtUBea6MSfyGIqsDIL00MJ6G6eE0QT3axGCfQm90wKey6OKM78lNxxOd/h46noJmQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.0.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20231011.1_1697059354464_0.5419632833149381","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20231023.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20231023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20231023.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c6def8400f154fc9faebb27f3650824441d0a0fd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20231023.1.tgz","fileCount":76,"integrity":"sha512-7kKmKJXxAjaake3tcGexk3G8B7kjuTXvIAUn1EJY8eZrJXg0cplNXD/R6e57hQ/xbApophkmyny8y4X5GlYIPQ==","signatures":[{"sig":"MEUCIQDo5KbV7PgZafJXfTIV4VTnrNDA3E2dKYiRL69mT+128AIgaN0Qycyh4maGBlfzD4t5mSJWbDgwI2FaIxAkdPXjBr8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278694},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231023.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231023.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7kKmKJXxAjaake3tcGexk3G8B7kjuTXvIAUn1EJY8eZrJXg0cplNXD/R6e57hQ/xbApophkmyny8y4X5GlYIPQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"esm":"^3.2.18","nyc":"^15.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20231023.1_1698097129966_0.323850609662919","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20231024.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20231024.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20231024.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6b96296748414a0c68a3fb2f25d282e085396d14","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20231024.1.tgz","fileCount":76,"integrity":"sha512-MBtcrkhFJKTKHZBGGAr6mpHIcemBU47FoFlD0Ke9ntqz7iQvUKQmm4Q/nF8e74lP+/kraotvNJRqD7b5iMmbqQ==","signatures":[{"sig":"MEUCIQCxcf0qKRxrAsmve+uuV/Qpc5oZe1ZYmd8nsYE9An7sOgIgFxiklH0WnQm2KbdAI8gkn/jwzgxnn/DOsPExXcOYfGY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278692},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231024.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=16.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231024.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MBtcrkhFJKTKHZBGGAr6mpHIcemBU47FoFlD0Ke9ntqz7iQvUKQmm4Q/nF8e74lP+/kraotvNJRqD7b5iMmbqQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^16.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20231024.1_1698182434320_0.5144583515552206","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20231031.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20231031.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20231031.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"61d585401d4ba01265732dedee4c6add56083508","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20231031.1.tgz","fileCount":76,"integrity":"sha512-p8RxY4dmBOtX7k4x1BEx91Q3Kf3VUpp3t/gp1CPtvlACxZwYShhiURVkM7z3lbvExNxA7K0lDW36GABPtJYDSA==","signatures":[{"sig":"MEUCIQC4UJGulxAwJ2zY8lE5IoeEA0BxZMcQ9j9I7zvR7WM8nQIgVoQxXqD6wnxEAQhgfh5ysf7kgEaPwz5wuAk6vpZ4MWk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278692},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231031.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p8RxY4dmBOtX7k4x1BEx91Q3Kf3VUpp3t/gp1CPtvlACxZwYShhiURVkM7z3lbvExNxA7K0lDW36GABPtJYDSA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^15.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20231031.1_1698788163152_0.09666975519648102","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20231102.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20231102.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20231102.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cd2f1d976d36342f0f8644b325e137d8dc072f4f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20231102.2.tgz","fileCount":76,"integrity":"sha512-8Nb1ZpZFiVKG57ergnlxX9NKo/VMWW1F8ooYoof0Tr8kEbD34XgzLnCNf5iONoOUOp/WEjPAC/lKTvjwFVs8uw==","signatures":[{"sig":"MEUCIQDf2ryGJA521nZfwi8MdM7A9QBm7+RHhH6XgDklYIVx7AIgCFnptgPtvDuJplqjmGJ31olPU/G4pVOxpojoArNuUfo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278692},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231102.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231102.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8Nb1ZpZFiVKG57ergnlxX9NKo/VMWW1F8ooYoof0Tr8kEbD34XgzLnCNf5iONoOUOp/WEjPAC/lKTvjwFVs8uw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20231102.2_1698959962153_0.38404206694334153","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20231107.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20231107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20231107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3758913de939081fa35ba2d0708fb12dbfdb8272","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20231107.1.tgz","fileCount":76,"integrity":"sha512-Svh1zs81cMGW/Glv7P0hA7OnKfNoKM30T8hbi5kARpM6vYmoUZWGJb/5G+Ou4z0keRP3GJJg3jDtc7ggXpd/cQ==","signatures":[{"sig":"MEYCIQDVdkl/GfD78MjSPAr9VBDujAvBBBLyirot/mXIh1F3+wIhAIp0nTvj4/eQ3rZwYsKceDtjfngdRMk3BevupkLwiJ2q","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278758},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231107.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Svh1zs81cMGW/Glv7P0hA7OnKfNoKM30T8hbi5kARpM6vYmoUZWGJb/5G+Ou4z0keRP3GJJg3jDtc7ggXpd/cQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^10.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20231107.1_1699395652492_0.9460607564364016","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20231120.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20231120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20231120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"a977bae21a9c1f87fdafa52f50aebacaf0fc6517","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20231120.1.tgz","fileCount":76,"integrity":"sha512-oLwvWT4eXGqUpujgbGuC4dPfanrcUEF7XzL+OhQj9c10x5uyqu3VonH9HSHUfdH8ZTjzPrIE3ceQwi2OjuJDdg==","signatures":[{"sig":"MEUCIQCeOPjCdh10aIDmh2ovj+lQGlLdb/QX8InkjuPOwLLypAIgQLBw5WHRbvmw6homZ5tbqoGQOafOQFyQq85Cij2d52E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278758},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231120.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oLwvWT4eXGqUpujgbGuC4dPfanrcUEF7XzL+OhQj9c10x5uyqu3VonH9HSHUfdH8ZTjzPrIE3ceQwi2OjuJDdg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20231120.1_1700520330984_0.881939998530815","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20231207.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20231207.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20231207.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cc7ab109b172771702fc9d3af52e3ebe5108d303","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20231207.1.tgz","fileCount":76,"integrity":"sha512-GgwLW7DC90W+kTbkQ+hXCpmsAL7TD35zmwCYlgVIplCWIeIk/lLDsKEjOq0tdrZubmCD6GQGxHc+RJT+0QhvLg==","signatures":[{"sig":"MEUCIHe13usG22bXNJAjTZ9tGUL+uXeqrHpLN+EiecwWwwHaAiEAm38EUu2IzHLYZkiNmG+hARzb5FboN7j1QXSPWeGHyRs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278720},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231207.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231207.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GgwLW7DC90W+kTbkQ+hXCpmsAL7TD35zmwCYlgVIplCWIeIk/lLDsKEjOq0tdrZubmCD6GQGxHc+RJT+0QhvLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"9.8.1","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20231207.1_1701987593580_0.5897446258149546","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20231218.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20231218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20231218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9edb69e24b13f95798b0aebb42894dfce63f5ca0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20231218.1.tgz","fileCount":76,"integrity":"sha512-PgeOYYHdyo8B06D1eAYWvs9uRIg4ASJNYhXNYG8+HZYb1it+Ukre9fzH7/K/sSpB90gexmsvHfUBltvetk2A0Q==","signatures":[{"sig":"MEQCICaZyle1mBXqMpl7nzFg9gbiKS5Lqff2SDVS7QMyjzndAiBvawqT+B9k1h/0FFEPOHrNXKP/1ueL29/Xo63Yo2M/kg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278720},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231218.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20231218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PgeOYYHdyo8B06D1eAYWvs9uRIg4ASJNYhXNYG8+HZYb1it+Ukre9fzH7/K/sSpB90gexmsvHfUBltvetk2A0Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","prettier":"^2.5.1","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20231218.1_1702939089687_0.976491311437103","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240111.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3b46dbc9184e82f19882f72c695165f8b6dba4db","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240111.1.tgz","fileCount":76,"integrity":"sha512-VFN3n12CR7FCiRhqizt9QrFD2pTGflYV0/4xhrW2B3dVeGuOo/HsFsbvkrK+taBk8ottepGtML7UfLrMv2Fo+A==","signatures":[{"sig":"MEQCIBsXupBZvTNtkir30J8ZMapkoBD53PFIzmPrRqpuoWuBAiBQSxtkYXF1CME+/Hwm5q4Gac01zK8FN26l/tRyGISx3A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279022},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240111.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VFN3n12CR7FCiRhqizt9QrFD2pTGflYV0/4xhrW2B3dVeGuOo/HsFsbvkrK+taBk8ottepGtML7UfLrMv2Fo+A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240111.1_1705011716665_0.17883371789187064","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240112.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"32eaeb6ddb46d7f1152c29ff1eb7a22465aecc0a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240112.1.tgz","fileCount":76,"integrity":"sha512-Kgqz2HRU6RQsoYEwqmS7UlTTFg6oKdS5/dnU8xcIIo9AuzB+h9fg3J/KpgNnhwTfq9HRV4tuYB/Io7Ra2gwDmQ==","signatures":[{"sig":"MEYCIQDCUt1BIvhVUo4PQdmenyFpU0QyJ8ekYqQWjl0OudyMuQIhANuf/AHWldCzCnEhE5/cl3bz2zLigR7eXLQZwHkspG9y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1270623},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240112.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Kgqz2HRU6RQsoYEwqmS7UlTTFg6oKdS5/dnU8xcIIo9AuzB+h9fg3J/KpgNnhwTfq9HRV4tuYB/Io7Ra2gwDmQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240112.1_1705099045337_0.5886158535393078","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240117.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240117.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d7c2bebde99ebd708e2002c74ac4fe22b1f8cc47","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240117.1.tgz","fileCount":76,"integrity":"sha512-SEUIJRnESh8+ZItfOM2a5wHYvYUHtByYEiK1KHRv/QcvOm3XGuXEA/s7viNN3GkafzlzevVvx4pOE0rdvfgF2w==","signatures":[{"sig":"MEQCIEbsOaf3ocM98+ihH0qO38sxZtxc13wbrHOFUoCtf+DcAiB1huYtQhu8sg1S12ebaB0TuqTBnwpZoDpKoxteZ/BeBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279022},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240117.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SEUIJRnESh8+ZItfOM2a5wHYvYUHtByYEiK1KHRv/QcvOm3XGuXEA/s7viNN3GkafzlzevVvx4pOE0rdvfgF2w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.2.0","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240117.1_1705530146431_0.2711172308571359","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240126.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6cd158623509814b7b7b84541c93aee47844e2fc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240126.1.tgz","fileCount":76,"integrity":"sha512-ir3Mecl09JrSvBxMLxHEgyjY3/UBUyBmR36eHnRPnvRjjcSAEC9RARU4F6J0n551aWJ/tOFnoK4jGTviKzaacg==","signatures":[{"sig":"MEUCICOcvPN08+dywxbwpRam0EUT8OuxHai8jQ+EG1dUftQGAiEAgsLxzWzCh04APHI8q4gKo/nbqGF6lWkQdeC8V9yvcdQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279298},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240126.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ir3Mecl09JrSvBxMLxHEgyjY3/UBUyBmR36eHnRPnvRjjcSAEC9RARU4F6J0n551aWJ/tOFnoK4jGTviKzaacg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^3.3.0","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240126.1_1706309423899_0.17901719268487581","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240202.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c349055489cc18273ece8d860c3f76522087cdcd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240202.1.tgz","fileCount":76,"integrity":"sha512-Klpx+1lWFZIxRoZnNTZQH0StGHDyuh5/PX7GgTT9jA3wgChVl+0DQnlbtUZplWw/24Kz+8F7I5ZTihC0oi/87w==","signatures":[{"sig":"MEYCIQCb6/hCrsqdcOkYsBSXuY2b0L1ivTkN3h9CkCOKom0+sgIhAPspmcI8kNBPYYTGSEe0Gil9ztWKeOUDCaZqxlkBB68y","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279298},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240202.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240202.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Klpx+1lWFZIxRoZnNTZQH0StGHDyuh5/PX7GgTT9jA3wgChVl+0DQnlbtUZplWw/24Kz+8F7I5ZTihC0oi/87w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.3","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^3.0.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240202.1_1706913483239_0.6267409698207005","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240308.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240308.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240308.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f28d0bb87db39e44443efff10b7ff5dd826eebc8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240308.1.tgz","fileCount":76,"integrity":"sha512-AcE9yzpzs6XAvnPCk3SWjV3Tb2hrHR5/QUJqjCDBx79S0gwYBFIu06RPGzwfJCvfiSf8LGZlA9T7KzFtTyEdMQ==","signatures":[{"sig":"MEQCIFHguE8uLvgnJmIWfRTPSnS3FrHIc0DEIcC8CDB8ks9rAiB+Bytb3BJaxeX0m27WLIEdBtQr/79hhNiZPUGP3AHncg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279305},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240308.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240308.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AcE9yzpzs6XAvnPCk3SWjV3Tb2hrHR5/QUJqjCDBx79S0gwYBFIu06RPGzwfJCvfiSf8LGZlA9T7KzFtTyEdMQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^8.0.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240308.1_1709936879080_0.9163666590270347","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240322.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240322.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240322.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4c6090a3915b6362e0de956d02aa73c6cab5e1ce","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240322.1.tgz","fileCount":76,"integrity":"sha512-OIYT3KN7GSQ7KLDtWGaaUhgp4M4slRCzJZDweA46eUKUOvVNq5xuwTZa9A8xzYLmpotPS9xlXBwENFlgLMLgTw==","signatures":[{"sig":"MEQCID6e0n90po06nQHKWb9nvXe9jOSTSP9Gf8kx/POm5l/9AiBsqoZnFjFq4KDWyjjZ0YhgiE3fXSadIQudaQ6iK4Fu7w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279305},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240322.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},"sdk-type":"client","_resolved":"/mnt/vss/_work/1/packages/azure-ai-text-analytics/azure-ai-text-analytics-5.1.1-alpha.20240322.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OIYT3KN7GSQ7KLDtWGaaUhgp4M4slRCzJZDweA46eUKUOvVNq5xuwTZa9A8xzYLmpotPS9xlXBwENFlgLMLgTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"_npmVersion":"10.2.4","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240322.1_1711142606977_0.3049872585037039","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240403.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240403.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240403.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"99e2bc57e41d99aee22c91854856714767fc05e1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240403.1.tgz","fileCount":76,"integrity":"sha512-rrPj4hEamiOUENkV0iDu2ZUFj4kSxmmsMcGgHQ/y9icNZeCJg4AX0RUxI3ATlgbiMr29T2mDfwtz9gHpO8qPAQ==","signatures":[{"sig":"MEQCIDLG1LNZNmY+lYx/490gPbIhJl4xXN8Ztm5g8oIVRE6HAiABv7/32RJoK7XOn165ybmtgDq3CKoiFzjJ4oEYSH3HKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279305},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c96c43b5-34a3-4258-bada-1760a24250f8\\azure-ai-text-analytics-5.1.1-alpha.20240403.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c96c43b5-34a3-4258-bada-1760a24250f8\\azure-ai-text-analytics-5.1.1-alpha.20240403.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rrPj4hEamiOUENkV0iDu2ZUFj4kSxmmsMcGgHQ/y9icNZeCJg4AX0RUxI3ATlgbiMr29T2mDfwtz9gHpO8qPAQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240403.1_1712179517780_0.9381131485505454","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240410.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240410.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240410.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac942ad01caed9a260f523d75dd2215ea32b482d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240410.1.tgz","fileCount":76,"integrity":"sha512-25Cw07fz4XRpzbObLBApkZSiXIQC8OvFFdshgR63LUjCr+f/xnOh5Gc0qNT6DmSg8zC5l1begO7G4ywLqyLe5w==","signatures":[{"sig":"MEYCIQCUTLvdnrWXMyyfvXsguENQykpOonV+OXyqnXv2Gbqs0wIhAMt8F7+x4wePiq+uuLSie00YYH4zFnmMVdGcgSCTNKfm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279305},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\227a909d-be08-4d58-99d0-0f2f5344930e\\azure-ai-text-analytics-5.1.1-alpha.20240410.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\227a909d-be08-4d58-99d0-0f2f5344930e\\azure-ai-text-analytics-5.1.1-alpha.20240410.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-25Cw07fz4XRpzbObLBApkZSiXIQC8OvFFdshgR63LUjCr+f/xnOh5Gc0qNT6DmSg8zC5l1begO7G4ywLqyLe5w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.3.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240410.1_1712784123364_0.6113055551673308","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240412.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240412.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240412.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"33e18f1148626cf79518573bc363fb2bcb9deec6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240412.1.tgz","fileCount":76,"integrity":"sha512-DeNiQ3vXYnJRd/6AltvSHLZDYvYEE2PdYd6jG19dB5kt26cnfW2+lCFTVxypbYa70o9a0ObXlEcQJiEaE5DiAg==","signatures":[{"sig":"MEUCIEwvqUscpMSNIPeJSb1sLRUiFx1CHB3INA/ylah+If3JAiEA88dJzYUzXhybFzW3q3n7xLwxwUOFrFmaXS5ADOJDkiU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279305},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9d27dbb0-4343-4132-90fb-a9d8f8c590ed\\azure-ai-text-analytics-5.1.1-alpha.20240412.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9d27dbb0-4343-4132-90fb-a9d8f8c590ed\\azure-ai-text-analytics-5.1.1-alpha.20240412.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DeNiQ3vXYnJRd/6AltvSHLZDYvYEE2PdYd6jG19dB5kt26cnfW2+lCFTVxypbYa70o9a0ObXlEcQJiEaE5DiAg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240412.1_1712956842869_0.43417903455254026","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240415.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240415.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240415.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0120fdcd325a5984cb8964ad343c7567c965e9c3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240415.1.tgz","fileCount":76,"integrity":"sha512-fDyQvjHlAkBa7vDf0Vduqlh0awSSrdjegcjYULcEL1UwiuvE60IU95F8Bz//X2ej4Mp8McmWjDEkuKvhnvhakw==","signatures":[{"sig":"MEUCIQDxvCk+xSyv2xKP9OWQ6wcGPYlnlHVdWi5x0mgaErvOdQIgWKvuBfh8NWURMlDh8SStpLQmO5vp4Z2jy4TwEA82evI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279305},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\da19a13d-bb0b-4652-8c96-b067ae4ca816\\azure-ai-text-analytics-5.1.1-alpha.20240415.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\da19a13d-bb0b-4652-8c96-b067ae4ca816\\azure-ai-text-analytics-5.1.1-alpha.20240415.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fDyQvjHlAkBa7vDf0Vduqlh0awSSrdjegcjYULcEL1UwiuvE60IU95F8Bz//X2ej4Mp8McmWjDEkuKvhnvhakw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240415.1_1713216284534_0.23856413088718775","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240417.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240417.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240417.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70dd27381657e2291225fea7314ab791acb5793a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240417.1.tgz","fileCount":76,"integrity":"sha512-4slyaiUjiwlTwlZ9dhkObZcvVXPx6jwzB8m4oJE5yB0pSsB2PHAsyZTA1DWrcMny/QHHSDqlJ6iqlxooNvlbkA==","signatures":[{"sig":"MEUCID6N0yxrP2ympVS9wT5TPjL+jfLmsXTxKL034geCaK6KAiEAtV69dK/N1EShOFMkxKvomPUQ3v8U5ncpHzMaa9kjEK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279305},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c21e989f-7bb2-48ea-b668-0a37ff06128e\\azure-ai-text-analytics-5.1.1-alpha.20240417.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c21e989f-7bb2-48ea-b668-0a37ff06128e\\azure-ai-text-analytics-5.1.1-alpha.20240417.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4slyaiUjiwlTwlZ9dhkObZcvVXPx6jwzB8m4oJE5yB0pSsB2PHAsyZTA1DWrcMny/QHHSDqlJ6iqlxooNvlbkA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240417.1_1713388871385_0.4540343978898045","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240418.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240418.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240418.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"04bad1da44b40fbba7624a48af6ff8f0f36ac2a0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240418.2.tgz","fileCount":76,"integrity":"sha512-vTtI/hi+CPcD+hXaRVJzQS0eEpiQIO6QeKqq+9rMshOKFSQecyizsny04mcpsm3AbaBR4kczfAqIdr640bRWxw==","signatures":[{"sig":"MEYCIQDqIFF9Pkv5LoF7LqJhRRIsdl3xNzHqgEQL5WFLm3V0JwIhAOQq2otlHWvf52i+CWe3etqTxs6IdlXzfWWSLZJP1YcZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279305},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bd34a001-ff30-4b02-baf4-3f83e43a1957\\azure-ai-text-analytics-5.1.1-alpha.20240418.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && api-extractor run --local","extract-api":"tsc -p . && api-extractor run --local","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bd34a001-ff30-4b02-baf4-3f83e43a1957\\azure-ai-text-analytics-5.1.1-alpha.20240418.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vTtI/hi+CPcD+hXaRVJzQS0eEpiQIO6QeKqq+9rMshOKFSQecyizsny04mcpsm3AbaBR4kczfAqIdr640bRWxw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"c8":"^9.1.0","esm":"^3.2.18","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240418.2_1713476660964_0.8385791516525851","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240419.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240419.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240419.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9d4005a7de739887a51361208d7eee1b5ff4593f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240419.1.tgz","fileCount":76,"integrity":"sha512-yPcjzJs9YPpCu2eO+ovQwTbtKVP4RZw4pcSKbkvWV9xPDypwPb/buKTYjZrspsjof+t1RnteTHgO7CzL/BRulw==","signatures":[{"sig":"MEYCIQDTkOPGSALVHB8CO62DTxKiINIvIU61q6HDTxiPCApN/wIhAKghSz4RCrfu18C0w7yKMnHjGbODo93DSrfPaUoQyBZR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279282},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c182e205-47bd-42d1-98d4-88cf2ef71c7c\\azure-ai-text-analytics-5.1.1-alpha.20240419.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c182e205-47bd-42d1-98d4-88cf2ef71c7c\\azure-ai-text-analytics-5.1.1-alpha.20240419.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yPcjzJs9YPpCu2eO+ovQwTbtKVP4RZw4pcSKbkvWV9xPDypwPb/buKTYjZrspsjof+t1RnteTHgO7CzL/BRulw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240419.1_1713561792297_0.7851270754782931","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240422.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240422.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240422.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fde7608774615979371494df71fe6348cc1baa96","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240422.1.tgz","fileCount":76,"integrity":"sha512-lriel+rrvOkOzZwwNjqTNIpp3Q1saE587P2yc/vI3nx5jz7aspIOPgQR8y6WDhnsvbiygVJIjHuPO+MEQvwYWQ==","signatures":[{"sig":"MEYCIQDOQWMgk7IWIOTM5z+tDSnKws2pCHbq2QP/gQ5MVtirswIhAN6jiCIsLBtbEC+dK6coFrfPU9lmyiJj2/W+XZra+Nrb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279282},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\931843fe-137d-462a-86dd-0b3508e131c3\\azure-ai-text-analytics-5.1.1-alpha.20240422.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:node-ts-input -- --timeout 1200000 \"test/**/*.spec.ts\"","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\931843fe-137d-462a-86dd-0b3508e131c3\\azure-ai-text-analytics-5.1.1-alpha.20240422.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lriel+rrvOkOzZwwNjqTNIpp3Q1saE587P2yc/vI3nx5jz7aspIOPgQR8y6WDhnsvbiygVJIjHuPO+MEQvwYWQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240422.1_1713821201878_0.7646810369725205","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240423.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240423.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240423.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f63281e0a8724710a738351df479f8034ecc02b2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240423.1.tgz","fileCount":76,"integrity":"sha512-fj/ANLN7UF9LkQx0tkv8ww4PN6ybGW9YIqzBdq4ZTEi7V9RoqtZZM1PJN2m+V4vTDBo5uuh6/f3GcuPNnn0iOQ==","signatures":[{"sig":"MEYCIQDJE0jQ3msmwCrfgTYn+bkIfXL60MpkRxXTQMxvXmPZKAIhAL4KKcr6O3HGYz/EvWK6spvwELjHrVmUlrp7kS3JI9rA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279207},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\40f533c0-0569-404f-8c28-f079daa1d19e\\azure-ai-text-analytics-5.1.1-alpha.20240423.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\40f533c0-0569-404f-8c28-f079daa1d19e\\azure-ai-text-analytics-5.1.1-alpha.20240423.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fj/ANLN7UF9LkQx0tkv8ww4PN6ybGW9YIqzBdq4ZTEi7V9RoqtZZM1PJN2m+V4vTDBo5uuh6/f3GcuPNnn0iOQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240423.1_1713907874594_0.5659364818656605","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240424.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240424.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240424.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e80854444396dbcc75fadbb964eb91053f978a15","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240424.1.tgz","fileCount":76,"integrity":"sha512-cz25lOxTMudLCFFbqY3WmvJ4Z0nFl+UYkmO826iPwrRH1dvlm3/FT1SkbAuz6o1dSAEXjmv5u0WOVg2W9k62hQ==","signatures":[{"sig":"MEUCIFVplssSoXK0oGncOUsUNXdwOHjhwfJUuWH9fxpIvR/+AiEAz/tFlNd9d7wXspkesxBHzvcqSUaPyJtciPWYDdwkA14=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279207},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e30e67f-215b-4305-ac87-bd0d92efde56\\azure-ai-text-analytics-5.1.1-alpha.20240424.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e30e67f-215b-4305-ac87-bd0d92efde56\\azure-ai-text-analytics-5.1.1-alpha.20240424.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cz25lOxTMudLCFFbqY3WmvJ4Z0nFl+UYkmO826iPwrRH1dvlm3/FT1SkbAuz6o1dSAEXjmv5u0WOVg2W9k62hQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":">=1.0.0-alpha <1.0.0-alphb","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240424.1_1713993612431_0.8417021720159936","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240425.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240425.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240425.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27d8eb38f79bf90e67ebb94e87e05b1ed0cd9919","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240425.1.tgz","fileCount":76,"integrity":"sha512-vbar+8/Yc7jw8fpWMcEgkkTIdsGN0Czyfz5o8hdmTwMwBock7KmSaf5O5koVUaNAd/B2zbCSKpnbd6upZcpBTw==","signatures":[{"sig":"MEQCIALZ/V/GZroS91tW8jszFLq9Rp0KJ/rHW3vFwjtTdrNIAiADvp2J2YAzdz9Ex/+j76JE2OEEFr9mUkpp+/29II7TJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1b821b3b-d2de-4332-ba05-c3851e084792\\azure-ai-text-analytics-5.1.1-alpha.20240425.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1b821b3b-d2de-4332-ba05-c3851e084792\\azure-ai-text-analytics-5.1.1-alpha.20240425.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vbar+8/Yc7jw8fpWMcEgkkTIdsGN0Czyfz5o8hdmTwMwBock7KmSaf5O5koVUaNAd/B2zbCSKpnbd6upZcpBTw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240425.1_1714080423021_0.507278352037543","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240426.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240426.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240426.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9a2f3f4ce5b952683aa40b1ee98e2de86e3c4c9f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240426.1.tgz","fileCount":76,"integrity":"sha512-QhDNN75SYeRS7GUcyQLTxweBqxIul92gRK1cFKHXs+8iH/eA1ErVsQi4V4RmbXjwQFaCjq7Sw61nV8pUbxgclA==","signatures":[{"sig":"MEQCIBmGjm+2EniJILFU7AVFhATGSYytg7wwJ8MP8EMSRnaJAiAlBcFZzDGt59ACor5yKiyt8NrVtZlLcWkbqAF4B+jCaw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\58dac062-c7ad-47bb-9b6a-df8c207a6fbc\\azure-ai-text-analytics-5.1.1-alpha.20240426.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\58dac062-c7ad-47bb-9b6a-df8c207a6fbc\\azure-ai-text-analytics-5.1.1-alpha.20240426.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QhDNN75SYeRS7GUcyQLTxweBqxIul92gRK1cFKHXs+8iH/eA1ErVsQi4V4RmbXjwQFaCjq7Sw61nV8pUbxgclA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240426.1_1714166437424_0.46710120263963795","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240429.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240429.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240429.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb959182a552e1fb55d0dd09496cded07e945bbe","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240429.1.tgz","fileCount":76,"integrity":"sha512-XKJvS696Xs5qErDoPMTgynlUNsyHPBHc05+vZmhvIYBNb+xBOmHcEjdqqW0OJ+ZQ0GUUMKMZ3GGTSQBFyeZPpA==","signatures":[{"sig":"MEYCIQDEtST6P7z1F6HGijD/hdyxItYXdi4YqGEUM0xtJBDbpQIhAN31UHWwWO1rIe2WpbmTVasSzztMn7ZIQ7MrLe51fxgj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f3d7225a-0c74-479c-98b2-b70dc6be82bb\\azure-ai-text-analytics-5.1.1-alpha.20240429.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f3d7225a-0c74-479c-98b2-b70dc6be82bb\\azure-ai-text-analytics-5.1.1-alpha.20240429.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XKJvS696Xs5qErDoPMTgynlUNsyHPBHc05+vZmhvIYBNb+xBOmHcEjdqqW0OJ+ZQ0GUUMKMZ3GGTSQBFyeZPpA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240429.1_1714425818391_0.6659829373904198","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240430.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240430.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240430.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b8d99a201afe291175c64d807f3673df27f416e1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240430.1.tgz","fileCount":76,"integrity":"sha512-NgbnbjxtFnrGbAeqplADSuE7Fx8GwNrxBZLAG69lQw/xyEaIj7p8ZvvlJFsFFLfk8ea/6OmvfjzHPCtiUtkfnQ==","signatures":[{"sig":"MEQCICoWlDyfvAah4vSqI8AaMGrctyS6NEKdSGWGO6e55Bp5AiAYlq8kcpZ3o1owPnrNgb8QDOApFJS9oh2y9rEny453/w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1b2eaaad-5e7b-4464-966e-bdd19b6e3954\\azure-ai-text-analytics-5.1.1-alpha.20240430.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1b2eaaad-5e7b-4464-966e-bdd19b6e3954\\azure-ai-text-analytics-5.1.1-alpha.20240430.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NgbnbjxtFnrGbAeqplADSuE7Fx8GwNrxBZLAG69lQw/xyEaIj7p8ZvvlJFsFFLfk8ea/6OmvfjzHPCtiUtkfnQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240430.1_1714512278836_0.524245050278576","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240501.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240501.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240501.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"39fa784c236f6f6859a193656d213ca8af73e7cb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240501.1.tgz","fileCount":76,"integrity":"sha512-M69Bd5yCqBN46QBSvPPG1ZCOAtqoXY0WDF4D6XXuu09cOOwgfguVLMVQULN6s/9zjlJa61FY3+xYVuyoHl+nZw==","signatures":[{"sig":"MEUCIQCORyof/ViqiVF9ruCtI5mkGQn4swDEUuac2kTKEEYjYwIgIhMO5Qht0ybNhHyo26KjAJWGP97RkgqIyzWgl+kSaUo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f15b752b-f48f-4bd3-8c6c-1c0e9e1e233e\\azure-ai-text-analytics-5.1.1-alpha.20240501.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f15b752b-f48f-4bd3-8c6c-1c0e9e1e233e\\azure-ai-text-analytics-5.1.1-alpha.20240501.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-M69Bd5yCqBN46QBSvPPG1ZCOAtqoXY0WDF4D6XXuu09cOOwgfguVLMVQULN6s/9zjlJa61FY3+xYVuyoHl+nZw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240501.1_1714598593593_0.8326734379058496","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240502.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240502.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240502.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4755b94c2acda012f1862fbf1eb3c04938104907","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240502.1.tgz","fileCount":76,"integrity":"sha512-+UIREqTo2Wv2iJO0mIwu6pQjL2/SuVxLLAg5/A2TgIl5c8+pVAanilePY+/0gmlNWkOF0/QLNusqeHPQSF2/sw==","signatures":[{"sig":"MEYCIQCPxKwLR4WGwiy94UwCJdtJJT8nkRjOlVWMTKmA6SPyowIhAJBzf+ht+r7POR3wc1ujnJu55muShX0LH6IG09JTqUMz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e12a0597-7560-47dd-91e0-c52fcb6700d1\\azure-ai-text-analytics-5.1.1-alpha.20240502.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e12a0597-7560-47dd-91e0-c52fcb6700d1\\azure-ai-text-analytics-5.1.1-alpha.20240502.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+UIREqTo2Wv2iJO0mIwu6pQjL2/SuVxLLAg5/A2TgIl5c8+pVAanilePY+/0gmlNWkOF0/QLNusqeHPQSF2/sw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240502.1_1714684766561_0.18714606391111266","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240503.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240503.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240503.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"04529ef1139e387be296d2c4578bca88f276c660","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240503.1.tgz","fileCount":76,"integrity":"sha512-DN0OGoobYuT/AbyxbZ2vona7eCxS2M0Hg9yZ+E8BZNiyLdtgFNO0g+19t0uVhskI+HFCwTzNS3H9e0LlMkFPfA==","signatures":[{"sig":"MEUCIGdVJeSfNimMXq+14U4JdgHAOS1Ur/ubAZs2rKGZzh4CAiEAyNlfcfNO1TmG+kyOlXOFBa99Ic6zUflhSYIR2gTj9zU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2299609d-ace3-417b-8f43-b0428f951e03\\azure-ai-text-analytics-5.1.1-alpha.20240503.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2299609d-ace3-417b-8f43-b0428f951e03\\azure-ai-text-analytics-5.1.1-alpha.20240503.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DN0OGoobYuT/AbyxbZ2vona7eCxS2M0Hg9yZ+E8BZNiyLdtgFNO0g+19t0uVhskI+HFCwTzNS3H9e0LlMkFPfA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240503.1_1714771526321_0.9244267974866129","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240506.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240506.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240506.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5eff3c7f6ef6aded935b54c108f1b946901b8437","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240506.1.tgz","fileCount":76,"integrity":"sha512-43vuoMBGqWcqN/I+ziKqPjoIx9cy4ex5z+dew/hAgBLcMBvzij+n7SOiatUxmAqEQrQXf3JqfKElQl8/EgKr+Q==","signatures":[{"sig":"MEUCIF9vmImKLwf48b6qUQlKjQJsuR4vfuP/bzEpq/X1cnGzAiEApXRjXzmdY7yRx4EAoV3ybl6QfJnldUq3RHFTOQGTbGs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6eb48f21-7852-43f4-bcf9-2d7307865760\\azure-ai-text-analytics-5.1.1-alpha.20240506.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6eb48f21-7852-43f4-bcf9-2d7307865760\\azure-ai-text-analytics-5.1.1-alpha.20240506.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-43vuoMBGqWcqN/I+ziKqPjoIx9cy4ex5z+dew/hAgBLcMBvzij+n7SOiatUxmAqEQrQXf3JqfKElQl8/EgKr+Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240506.1_1715030270697_0.9653649249806542","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240507.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240507.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240507.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"660134e60d5a0466791dbf318798e5559b5c85c7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240507.1.tgz","fileCount":76,"integrity":"sha512-aPgl46JD6RlR5jmtcuyTZm3SrbEPH/x3xaddeUdvXoZ/XaRkKRmxX7ZOMBqKZHe3VlbsS3g4xxQvvo8KUf7nPQ==","signatures":[{"sig":"MEUCIQDgQl1PyPNCKXGEPR8N4ueXV92pWWfxwHdi5qSlcTT0gAIgXWKzx8q18mYjD1sciGUrVTO6WZEqZ2B4BflUhakumMI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fd25d4d2-46d0-4ec5-b79d-62e50c281ccb\\azure-ai-text-analytics-5.1.1-alpha.20240507.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fd25d4d2-46d0-4ec5-b79d-62e50c281ccb\\azure-ai-text-analytics-5.1.1-alpha.20240507.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aPgl46JD6RlR5jmtcuyTZm3SrbEPH/x3xaddeUdvXoZ/XaRkKRmxX7ZOMBqKZHe3VlbsS3g4xxQvvo8KUf7nPQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240507.1_1715117482453_0.6030700638678654","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240508.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240508.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240508.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ef4409539b1963720a754202f410786bae040c39","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240508.1.tgz","fileCount":76,"integrity":"sha512-lF00DwXsiwJrUu++u7U1dETSx3jlwyG0uelM8N/+rZWv7hj1UP1wckMttWMlkQAklyBLKVt7eyWa6RqcyUnEvA==","signatures":[{"sig":"MEYCIQDkac9RlVICRxZEUAUjAwI+BuaDWuKIFNrEzeZIFxRc3wIhAORzfW8Es0TUCv1b2nC7QsVbIvArQBAcuO6H/DNXO4O3","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\021baa97-57c9-4ab9-b586-293dc2814f7b\\azure-ai-text-analytics-5.1.1-alpha.20240508.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\021baa97-57c9-4ab9-b586-293dc2814f7b\\azure-ai-text-analytics-5.1.1-alpha.20240508.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lF00DwXsiwJrUu++u7U1dETSx3jlwyG0uelM8N/+rZWv7hj1UP1wckMttWMlkQAklyBLKVt7eyWa6RqcyUnEvA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240508.1_1715203558157_0.7990998062187451","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240509.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240509.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240509.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"694cb6780b382d98fcd9bf3ea65d926fca856932","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240509.1.tgz","fileCount":76,"integrity":"sha512-LCixmbKoMQMHuG0m3sejFkXGdMkF/o87sP88BMla/aSZMG2L9RMCHiHSwyZpbaOP8F9az0UjPnK3vzlyjmGPTQ==","signatures":[{"sig":"MEQCIFw4LUoT4eqBeaUi3tfAhwQnvIchDhUkIPtAZ8tdYM2NAiBcFe7xXiz20zT1O7evD+xgWE1Bnzd4hlkY+0hMTSaz5g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\61a0c232-be0e-432f-9677-b78bd0867b0d\\azure-ai-text-analytics-5.1.1-alpha.20240509.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\61a0c232-be0e-432f-9677-b78bd0867b0d\\azure-ai-text-analytics-5.1.1-alpha.20240509.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LCixmbKoMQMHuG0m3sejFkXGdMkF/o87sP88BMla/aSZMG2L9RMCHiHSwyZpbaOP8F9az0UjPnK3vzlyjmGPTQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240509.1_1715289750583_0.8320916844558228","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240510.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240510.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240510.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6801ab0074a2a481a6283772094935adb5cc53fa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240510.1.tgz","fileCount":76,"integrity":"sha512-xLmUkWxlVYB4k+zqlqZbaZgtVpYvXIg1uC2TsnBiT/65QHzal+BrCq5RUrkw+f8mFn5fitQ5qeSXo+LfSbVYHA==","signatures":[{"sig":"MEYCIQCPiscNlVgWLZcCDkbAf5iXyhQ+H45TAWNJzEmyOOI2kwIhAK2oWFU93bTOML0UQOyOII/VUVqK4sN9KecoztAzEU7d","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f576f3a4-497b-4e45-bb8e-ff051b734efc\\azure-ai-text-analytics-5.1.1-alpha.20240510.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f576f3a4-497b-4e45-bb8e-ff051b734efc\\azure-ai-text-analytics-5.1.1-alpha.20240510.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xLmUkWxlVYB4k+zqlqZbaZgtVpYvXIg1uC2TsnBiT/65QHzal+BrCq5RUrkw+f8mFn5fitQ5qeSXo+LfSbVYHA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240510.1_1715377310046_0.18048391217333237","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240513.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240513.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240513.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a967b6875efe14547c86440723e0d08fe5ac656","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240513.1.tgz","fileCount":76,"integrity":"sha512-8mwv1xJ45riXPMgkOlCSi04eSPNbhZzO4X9cHNb3VeNnstccYcdB8aI6ejq5PJVQJAZjyffpA29MC+WsA9JGvQ==","signatures":[{"sig":"MEYCIQDBJWv7Mj+YLQrPRAmWxejqKBwZRooOTJ6caV31Eyb9sQIhAOoGietUCzoHh9FKq2M/NTa3bzNMLTg2F8j61MWPinWx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7e37a070-0b04-4732-a852-6d73dbcdea7c\\azure-ai-text-analytics-5.1.1-alpha.20240513.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7e37a070-0b04-4732-a852-6d73dbcdea7c\\azure-ai-text-analytics-5.1.1-alpha.20240513.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8mwv1xJ45riXPMgkOlCSi04eSPNbhZzO4X9cHNb3VeNnstccYcdB8aI6ejq5PJVQJAZjyffpA29MC+WsA9JGvQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240513.1_1715635213673_0.08656664326281294","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240514.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240514.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240514.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0bda2f782459a2b4d47e27ad724fbf05b98f5dc3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240514.1.tgz","fileCount":76,"integrity":"sha512-nR8Sk3A/dee9atZsFGNgva6Y+sf9FNOs78tOTqJQkgC8AGDoHv0f9hz3gfHqHYNa8y/tL1cxYfCqR1mmp/fxkA==","signatures":[{"sig":"MEUCIAO8o6YrYYFE8MlZiPTyWTiZpCUSgiZFCTRXul7sF+1vAiEA4+13B2I4W/54A53uGqPuqRh6olq47TDTs5FrjhVtmR0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5e9109ca-0501-42a0-969b-bb1ad7c8b39d\\azure-ai-text-analytics-5.1.1-alpha.20240514.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5e9109ca-0501-42a0-969b-bb1ad7c8b39d\\azure-ai-text-analytics-5.1.1-alpha.20240514.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nR8Sk3A/dee9atZsFGNgva6Y+sf9FNOs78tOTqJQkgC8AGDoHv0f9hz3gfHqHYNa8y/tL1cxYfCqR1mmp/fxkA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240514.1_1715721634137_0.4884383491597706","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240515.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240515.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240515.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7e72e22b1584f6161f3f147e847804d0bcb42b79","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240515.1.tgz","fileCount":76,"integrity":"sha512-EVukJhjthxho5npE1wbY5GKrJbF/BqFX0aQveF3sC6pAfwPYlAjDzAPQz43Xxf9RQcQuYNm7Z3H8e8fBW9dLcA==","signatures":[{"sig":"MEUCIHR0HCfdiZJ2UdraR4/bK/wxf9WnNR0N/CDi8orgusNkAiEAjO1pVoIuP4OhDCPEiT8yv6cGGKMckA1FmsxihR5/+K0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a7e44ad0-9f9a-4c37-9242-8a6718f04cfb\\azure-ai-text-analytics-5.1.1-alpha.20240515.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a7e44ad0-9f9a-4c37-9242-8a6718f04cfb\\azure-ai-text-analytics-5.1.1-alpha.20240515.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EVukJhjthxho5npE1wbY5GKrJbF/BqFX0aQveF3sC6pAfwPYlAjDzAPQz43Xxf9RQcQuYNm7Z3H8e8fBW9dLcA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240515.1_1715808386035_0.456769787392052","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240516.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240516.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240516.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8dec5d920a8f4748bd61ef036f0c8b839d6bfcb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240516.1.tgz","fileCount":76,"integrity":"sha512-sCT/8Arp7LNG4iCySXJ21bh+Ya6htfQWBYT9aTw4hx1o5upTnzD0S/B58A1n1fXPSE3/1sjpBrpGf4OECGW9Rw==","signatures":[{"sig":"MEUCIQDKR5olr58DJi8DkRL6ONXrkGZrupEiuMyW8/wNEfRCxgIgaqlp9R3V/rxd5yWaMdrg31BIiBGh6x/3nHR3COLLLCU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c51cb49c-54b2-4f01-a5d9-b91ab86d8196\\azure-ai-text-analytics-5.1.1-alpha.20240516.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c51cb49c-54b2-4f01-a5d9-b91ab86d8196\\azure-ai-text-analytics-5.1.1-alpha.20240516.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sCT/8Arp7LNG4iCySXJ21bh+Ya6htfQWBYT9aTw4hx1o5upTnzD0S/B58A1n1fXPSE3/1sjpBrpGf4OECGW9Rw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240516.1_1715894544436_0.23197402225594876","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240517.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240517.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240517.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d54c1889206154ca7705d6db1abc6fc3d9dd6d88","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240517.1.tgz","fileCount":76,"integrity":"sha512-6QN8GYNnfqO+oNNjdge9zJ00KRcjr4qQFIQS0WIlR3qxxibdOfI3Npys6AfBWXZcbI4ertROAEvKqrkto6m/7A==","signatures":[{"sig":"MEQCIDgS7vPteRGndTjIVUs77imxStBAysTAMgnZdyrnohjeAiAFNrLxJczTGcGbuzs97YVRk5xdTP8i3rycMHPh9j4cJw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd115488-e085-4587-8690-1d31b0d8ed8f\\azure-ai-text-analytics-5.1.1-alpha.20240517.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd115488-e085-4587-8690-1d31b0d8ed8f\\azure-ai-text-analytics-5.1.1-alpha.20240517.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6QN8GYNnfqO+oNNjdge9zJ00KRcjr4qQFIQS0WIlR3qxxibdOfI3Npys6AfBWXZcbI4ertROAEvKqrkto6m/7A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240517.1_1715981008486_0.0022343109201021782","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240520.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240520.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240520.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b2e44b365531380b9ceab444cd99f8c9a94a948d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240520.1.tgz","fileCount":76,"integrity":"sha512-4eJboJVK8TLPrPWzF8rR6eGlryJ0Y45dtOECZCvVjI/0B39OMgIYuMU8O0wwL9V0sNC9BET+JPlm/Jo3O35eXg==","signatures":[{"sig":"MEUCICGDypLnpfnnhvSKypxfEasGIYxUCMQo5QL7eSn9qbwQAiEAz9zzelKjQn6+PhUqBvkJuXzsbNUAr3XkdvRxeKL/MWA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279213},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5ed97953-3c15-4249-9c0d-00fc6aee6342\\azure-ai-text-analytics-5.1.1-alpha.20240520.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5ed97953-3c15-4249-9c0d-00fc6aee6342\\azure-ai-text-analytics-5.1.1-alpha.20240520.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4eJboJVK8TLPrPWzF8rR6eGlryJ0Y45dtOECZCvVjI/0B39OMgIYuMU8O0wwL9V0sNC9BET+JPlm/Jo3O35eXg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240520.1_1716240151854_0.3868610872174276","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240521.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240521.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240521.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc9da0de0aac729d3495245d773c8eb63dfb493c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240521.1.tgz","fileCount":76,"integrity":"sha512-L/77rdMeVd6JX2KvG+cNk+V3YzuiQtUuXVi6JpSED/0qIVy6qS+6jsVSdQi93iB2AqdJDK2/t6O+VlrT8fLAHQ==","signatures":[{"sig":"MEUCIQCdfsOXeccb2e518FtDNWI6Ugop5qZEYgD5kjJ5uhxZZgIgRFL3lPEaWCx6SxsbcupA7B3r1f1fPwsPJGx3R4ELQII=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f8d43d32-cf6f-4f98-a245-873e5cb5adff\\azure-ai-text-analytics-5.1.1-alpha.20240521.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f8d43d32-cf6f-4f98-a245-873e5cb5adff\\azure-ai-text-analytics-5.1.1-alpha.20240521.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L/77rdMeVd6JX2KvG+cNk+V3YzuiQtUuXVi6JpSED/0qIVy6qS+6jsVSdQi93iB2AqdJDK2/t6O+VlrT8fLAHQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240521.1_1716326596945_0.6465296867831163","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240522.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240522.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240522.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4fe35d262e18dc82d46f230e94d0085d75ad5146","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240522.1.tgz","fileCount":76,"integrity":"sha512-c+ssZ2gdvnTGauQM1mIAtCNqttFdEymZpkXc9gK4hHSzZfdRuF76tHWjEtsuJ8Lzb1d2AnCIMldgtAay9r7WZw==","signatures":[{"sig":"MEYCIQC5W1MG0RJ/lyzGvm2qwzTk7xjRQkZ4JII6QlR+PWZGxwIhAOjBUNhKn46pWIgWTfVJe2DM0khHZP+eZqp8C4UZNLpv","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dd71dbea-fe33-4f8d-954d-0c253ae1172e\\azure-ai-text-analytics-5.1.1-alpha.20240522.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dd71dbea-fe33-4f8d-954d-0c253ae1172e\\azure-ai-text-analytics-5.1.1-alpha.20240522.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-c+ssZ2gdvnTGauQM1mIAtCNqttFdEymZpkXc9gK4hHSzZfdRuF76tHWjEtsuJ8Lzb1d2AnCIMldgtAay9r7WZw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240522.1_1716413031686_0.2961007455552416","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240523.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240523.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240523.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8d98cb37fb3c5986bb48bb93c0c1299c34b0f05","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240523.1.tgz","fileCount":76,"integrity":"sha512-IJCiKKH9cFSWoNfwCJasuCvSuXS677Bh4h0lImeQ0/rLW/J6tmj2EX7jazJI6A1uBIKCKkbzwPtX+vHdp61Ujw==","signatures":[{"sig":"MEYCIQDVRinOa2Kv/qLiOV/so7PwHHx1sQimVDTaQa7BlwyyjgIhAK2UUh/NqxKvU6Qch3gP+KgG9uZvndNigYmHWlc7KPOj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4a78feab-a1fa-49b8-b796-8a24264e8988\\azure-ai-text-analytics-5.1.1-alpha.20240523.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4a78feab-a1fa-49b8-b796-8a24264e8988\\azure-ai-text-analytics-5.1.1-alpha.20240523.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IJCiKKH9cFSWoNfwCJasuCvSuXS677Bh4h0lImeQ0/rLW/J6tmj2EX7jazJI6A1uBIKCKkbzwPtX+vHdp61Ujw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240523.1_1716499354317_0.4511034759710144","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240524.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240524.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240524.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dfb197771a44205ed55a2c80a205c327a2adb5f1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240524.1.tgz","fileCount":76,"integrity":"sha512-FqVvYF4uGqWeABqm5vsTrW63iATYW3uJ83OXYzcZHPdxw67MFNXeZG24SjgaRyKih0ZI5AppHC8thM7UBQR40Q==","signatures":[{"sig":"MEYCIQDNhsusMzkEz9gWiAWFAPOAAD7oA/AdIAQGBReISE4xtwIhAJpJfLuwM22HhXM59Pmsafjv1l58JwKl8KHp+2qjOBx1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd7e3fc2-2005-4124-9f8f-9b08380b6859\\azure-ai-text-analytics-5.1.1-alpha.20240524.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cd7e3fc2-2005-4124-9f8f-9b08380b6859\\azure-ai-text-analytics-5.1.1-alpha.20240524.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FqVvYF4uGqWeABqm5vsTrW63iATYW3uJ83OXYzcZHPdxw67MFNXeZG24SjgaRyKih0ZI5AppHC8thM7UBQR40Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240524.1_1716585639518_0.6135896448257112","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240527.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240527.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240527.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73118d8eddad6461c07c9ce888502bbe584f8212","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240527.1.tgz","fileCount":76,"integrity":"sha512-JgUzcgxyPPGlL1MY86xxLtQEMBX2ped199n9ewgOpk6uSnsnzUKHiScIBBcvIhGtHgVriyetAgeZ62kaqZSULA==","signatures":[{"sig":"MEQCIC/gayQjVxKz/aMYcGzSvZotgU3u1wGRpA3Ki+437/yfAiA9Lb4AXsJaPzo/29w5RjZ/ypoKMeOIaXvH6KZcxuLLkw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\09434d80-75ac-46fb-b452-0dc93af7e2f2\\azure-ai-text-analytics-5.1.1-alpha.20240527.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\09434d80-75ac-46fb-b452-0dc93af7e2f2\\azure-ai-text-analytics-5.1.1-alpha.20240527.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JgUzcgxyPPGlL1MY86xxLtQEMBX2ped199n9ewgOpk6uSnsnzUKHiScIBBcvIhGtHgVriyetAgeZ62kaqZSULA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-alpha <1.0.1-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240527.1_1716844754637_0.4092596172389713","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240528.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240528.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240528.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d8d8e893ac9ec1d9d9829f7c64ac0985e452b552","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240528.1.tgz","fileCount":76,"integrity":"sha512-un7I+It+CZ8O6puxfi6tJUp/FaTvDpz+97MzfhnoNSORPHNrn4Z5inaOfwRlZR/ZHB5S1YPxsMTCewYilb+EaQ==","signatures":[{"sig":"MEUCIQDxWEO4QMWylo9PL510isPiFEU6MFewfW1vQ8e2j7fhOgIgRRiGEW3fP/W80RBrez1x19HH4pyj/8iuzZXwl+8CA8A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\aa39d5da-5f46-4695-afa2-1bee5b2a081b\\azure-ai-text-analytics-5.1.1-alpha.20240528.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\aa39d5da-5f46-4695-afa2-1bee5b2a081b\\azure-ai-text-analytics-5.1.1-alpha.20240528.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-un7I+It+CZ8O6puxfi6tJUp/FaTvDpz+97MzfhnoNSORPHNrn4Z5inaOfwRlZR/ZHB5S1YPxsMTCewYilb+EaQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240528.1_1716931262866_0.5249917504234245","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240530.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240530.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240530.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"768cf23a30adcdcef8c724f39a15da0771d34c6f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240530.1.tgz","fileCount":76,"integrity":"sha512-rjqnCdWlWSlFcr83Im3C0JFWSiH1c8E31wPp51pS3212Thmj2Eoh1sU3dCbM1qdUoGW4F157sIh37+ivP/iLlA==","signatures":[{"sig":"MEQCIAW3C2V/ELp93XvBCCiHZpW7qZPivhzeyuxNonQSnemZAiAwpgTieEGsSlmJ0oiwAJRnKeIhEdoFgfObKlU2Sc32zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a5765788-1cb7-4c4f-b120-1d1fee4a69c7\\azure-ai-text-analytics-5.1.1-alpha.20240530.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a5765788-1cb7-4c4f-b120-1d1fee4a69c7\\azure-ai-text-analytics-5.1.1-alpha.20240530.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rjqnCdWlWSlFcr83Im3C0JFWSiH1c8E31wPp51pS3212Thmj2Eoh1sU3dCbM1qdUoGW4F157sIh37+ivP/iLlA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240530.1_1717104292038_0.7972104326931919","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240531.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240531.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240531.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70e34c2aa015cedd854428de76be9a9ab0c1228e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240531.1.tgz","fileCount":76,"integrity":"sha512-wm+MxVXiEFB3bVMnRmT5tYJDwtZnQrQ5zGJyt0AsVnNFViyDYBEYCO+1yQjHWDStjFKBZecnmVes9cT+SMHZLg==","signatures":[{"sig":"MEYCIQDM42CIzwJLDOWfwu4J5Pd5hGCnZ+9xY8aGfV622nP+CAIhAJ1LMF47HWxWoeY2cZ8L98AKq8FVLEl5ugvY1IpCxIRQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f2a1e9b1-472d-4137-a46a-949c505b5e56\\azure-ai-text-analytics-5.1.1-alpha.20240531.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f2a1e9b1-472d-4137-a46a-949c505b5e56\\azure-ai-text-analytics-5.1.1-alpha.20240531.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wm+MxVXiEFB3bVMnRmT5tYJDwtZnQrQ5zGJyt0AsVnNFViyDYBEYCO+1yQjHWDStjFKBZecnmVes9cT+SMHZLg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240531.1_1717190594620_0.5634540773000696","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240603.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240603.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240603.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"003f627b889afae6c5a15ff27b1bce57ddfd839a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240603.1.tgz","fileCount":76,"integrity":"sha512-ST9Dl43e7IMzzuOJPQPx8/RLxyu72PpzeEyE1xJTQzXV8G/sgOhU6A0CEsrDkqjBblWjQSPkW7hM/PEqj5jtZA==","signatures":[{"sig":"MEUCIQCeEJz0GTQOSUlk5ARTUbUK0JlrYqakHvbmO/Eb4G+loQIgcQa8Inos5J73juvHzr1Uqi8dHLlePgPV+VaHD81lBjw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bca0fd90-477f-4c86-951c-b75e96d9e31a\\azure-ai-text-analytics-5.1.1-alpha.20240603.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bca0fd90-477f-4c86-951c-b75e96d9e31a\\azure-ai-text-analytics-5.1.1-alpha.20240603.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ST9Dl43e7IMzzuOJPQPx8/RLxyu72PpzeEyE1xJTQzXV8G/sgOhU6A0CEsrDkqjBblWjQSPkW7hM/PEqj5jtZA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240603.1_1717449743668_0.7548491689774106","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240604.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240604.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240604.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"880191b429cc2f8cf6498f0f10047f6844a73fb1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240604.1.tgz","fileCount":76,"integrity":"sha512-UFNQ3Qdd1NPRWQelm90Zg6+pzmWwErnsld1wd2x35trQHUraW3guVhBbsK8UU91+ru5yWIvWTTP73BCywhd66Q==","signatures":[{"sig":"MEUCIQCVr4rLyNjo9JFzDanwCHGHFUvexpGtsvFQ3mGRnxsu2wIgVNLNf5eJwj1iB4T+VCxhwwErrGY87dujwV/KLMW2ruk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2e62ed08-9b00-45e5-81c3-e16d4ae67fb8\\azure-ai-text-analytics-5.1.1-alpha.20240604.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2e62ed08-9b00-45e5-81c3-e16d4ae67fb8\\azure-ai-text-analytics-5.1.1-alpha.20240604.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UFNQ3Qdd1NPRWQelm90Zg6+pzmWwErnsld1wd2x35trQHUraW3guVhBbsK8UU91+ru5yWIvWTTP73BCywhd66Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240604.1_1717536235900_0.9183051842314527","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240605.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240605.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240605.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b60f0c7edb8da05e9846ff4912ce1b098e0ba1b0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240605.1.tgz","fileCount":76,"integrity":"sha512-P5sHMhh1CBzGWGxkisva6OWkK1R7cVylHyOIau/PeZ6Dlo9f2d+e8Km9DyWWdKN4Gpk7v3f2fBvYG+InkpsXRg==","signatures":[{"sig":"MEUCIQCTtMnwJBH8mUcxn877+ZsCAOsD6WOic17LfRVXiHEWGAIgTBfB8dElmcXlPh0F6DfT8EYBv0m+3suxJ07PLp+PZfM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\54eb8417-0943-4513-9cd1-ae93db72d19f\\azure-ai-text-analytics-5.1.1-alpha.20240605.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\54eb8417-0943-4513-9cd1-ae93db72d19f\\azure-ai-text-analytics-5.1.1-alpha.20240605.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-P5sHMhh1CBzGWGxkisva6OWkK1R7cVylHyOIau/PeZ6Dlo9f2d+e8Km9DyWWdKN4Gpk7v3f2fBvYG+InkpsXRg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240605.1_1717623707266_0.40671220292422383","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240606.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240606.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240606.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93211494a768172b7b8e864158557f05164e43f6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240606.1.tgz","fileCount":76,"integrity":"sha512-w07bz7mvZ65CyDm1nyx8mmz8JrwdqtXSZVd0hmMAqQVIOO8PK+al6O2BXLiqctCpZnrtlv2olLFk2ZR6V23IJQ==","signatures":[{"sig":"MEUCICsei1YLSmfhcD0tSJ/vWIHn+uUgji11RFOG5E3fECnlAiEA60pa1suXVEWzY8UWRO6H3gW/XOtG7yeBjD7mkNXToPM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f255233f-d508-4c60-8dd3-5cdf01c73538\\azure-ai-text-analytics-5.1.1-alpha.20240606.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f255233f-d508-4c60-8dd3-5cdf01c73538\\azure-ai-text-analytics-5.1.1-alpha.20240606.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-w07bz7mvZ65CyDm1nyx8mmz8JrwdqtXSZVd0hmMAqQVIOO8PK+al6O2BXLiqctCpZnrtlv2olLFk2ZR6V23IJQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240606.1_1717708920179_0.7449725105030502","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240607.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240607.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240607.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ebc803ebe0d21d1d8184a3e747fc77101dc7e05e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240607.1.tgz","fileCount":76,"integrity":"sha512-Ygz1aoCUs+uVeaI/GTLFFtMFMiDQrDLvmjZfvIhSacccmHrAMHq3Qldj46m48MKHXFIJvR5jhKkAD7iQwDo6Bg==","signatures":[{"sig":"MEQCIE08n+17x7749I7ncOV8lwqp60j9b56bLHDy+hFfhUUPAiA9iKKlPjui/vDf2R2quX2FHCZiaYEsGiiFSr2/2b5edg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f9d4244c-f189-46d1-99fb-3871efa4004a\\azure-ai-text-analytics-5.1.1-alpha.20240607.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f9d4244c-f189-46d1-99fb-3871efa4004a\\azure-ai-text-analytics-5.1.1-alpha.20240607.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ygz1aoCUs+uVeaI/GTLFFtMFMiDQrDLvmjZfvIhSacccmHrAMHq3Qldj46m48MKHXFIJvR5jhKkAD7iQwDo6Bg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240607.1_1717795233941_0.4426140959064646","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240610.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240610.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240610.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"38d47b0cfdf2a4f1c18a4dd9da0303afe3f9c510","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240610.1.tgz","fileCount":76,"integrity":"sha512-nWgsv9hK9Vqf3Wol4CQO2MTLVcKj51iwTHDcoq01YLbp2Pt8922FkuR//HUOWGuO1hxP2pZdulSlGV0x5rM8oQ==","signatures":[{"sig":"MEQCIHskhNxvtBVvJpt/Mv8QtbfrnpuUsQI3TDyiT0DejTUOAiBJqoen7BrIbG88f9UaCm46bpOvVtw8bHWLdol84/2sLA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3c73a6ee-ed92-4084-8739-733e3f7f1598\\azure-ai-text-analytics-5.1.1-alpha.20240610.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3c73a6ee-ed92-4084-8739-733e3f7f1598\\azure-ai-text-analytics-5.1.1-alpha.20240610.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nWgsv9hK9Vqf3Wol4CQO2MTLVcKj51iwTHDcoq01YLbp2Pt8922FkuR//HUOWGuO1hxP2pZdulSlGV0x5rM8oQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240610.1_1718054677618_0.468200563200031","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240611.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240611.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240611.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"42e9c86780733ce4085c65a7139fdccc8212c5fd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240611.1.tgz","fileCount":76,"integrity":"sha512-W0Wm+200agv6uJ5lr9m/5z6IfTQYBy19CBG0XmWtLE6HEW0oT3+Jth/jvEu7CyAgGxKRS2NKmYKKWpKiWxmPUg==","signatures":[{"sig":"MEUCIQDSNAWE9h5FA6I8dEfXBUf4hQK6aeAnvJkj+4I3/yD/DQIgXIGeC9GNsfhmHNlpOR0XEGxCj4jnVupbkw/SMhgxpno=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f93bc455-abda-435a-86ca-eb0fbc7cbc4b\\azure-ai-text-analytics-5.1.1-alpha.20240611.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f93bc455-abda-435a-86ca-eb0fbc7cbc4b\\azure-ai-text-analytics-5.1.1-alpha.20240611.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W0Wm+200agv6uJ5lr9m/5z6IfTQYBy19CBG0XmWtLE6HEW0oT3+Jth/jvEu7CyAgGxKRS2NKmYKKWpKiWxmPUg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240611.1_1718143414035_0.8474757792510623","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240612.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240612.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240612.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d326acd3c46f20ee00150891cca5c1394744d438","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240612.1.tgz","fileCount":76,"integrity":"sha512-3nXL9xaSY3SQsp4663yB17sEiW72EDHTZPZa3JLdo7xCFoOg4Owm0hHB4M4iuKMRi8yrJzoSJrOUpFFRULAcPA==","signatures":[{"sig":"MEQCIFrbWtNShPDdZSuO+EP1tbUx9IMbHjsAqn74T33U3ZP3AiAdOSMKtpCtGPynqLqBDm8Omq6TH4Z+c1fp4iX12PyAPQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1ebbfb5e-cf4e-4b9b-a2fb-5c1daab65f6b\\azure-ai-text-analytics-5.1.1-alpha.20240612.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1ebbfb5e-cf4e-4b9b-a2fb-5c1daab65f6b\\azure-ai-text-analytics-5.1.1-alpha.20240612.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3nXL9xaSY3SQsp4663yB17sEiW72EDHTZPZa3JLdo7xCFoOg4Owm0hHB4M4iuKMRi8yrJzoSJrOUpFFRULAcPA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240612.1_1718227303617_0.5404525333657098","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240613.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240613.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240613.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d76dbdb4ee41ef56a99ecf647f6d4a88802861ee","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240613.1.tgz","fileCount":76,"integrity":"sha512-BGq5F0EPjswkp69yZw6JQpXscWcCjtX8E54Op8e6MXq8qahJu09GLB0Fzlm98hpXsolDIlSiY+mfEQzrHwOSQA==","signatures":[{"sig":"MEUCIBV7H9LYLwLHrK+ZnMztbpq6vIMxV87AQ30NuatV+n0/AiEA9VCKPdYq3McWC9RWfW6bel2rgK5HOcHn1g++RyP6UrY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\81db56e3-1394-42cf-92a6-1e4c810b03b2\\azure-ai-text-analytics-5.1.1-alpha.20240613.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\81db56e3-1394-42cf-92a6-1e4c810b03b2\\azure-ai-text-analytics-5.1.1-alpha.20240613.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BGq5F0EPjswkp69yZw6JQpXscWcCjtX8E54Op8e6MXq8qahJu09GLB0Fzlm98hpXsolDIlSiY+mfEQzrHwOSQA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240613.1_1718313801928_0.801662879096342","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240614.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240614.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240614.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1177c421571d693005a8b48cf011413c98080eeb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240614.1.tgz","fileCount":76,"integrity":"sha512-JRfzvqpI0Ud1+CFB9RST/olAg27T9FxS/ea4dn/xPfeZ5neUi4iohz7js0uOLU8cwd+LCHl5o1+rzbO6xfFEuQ==","signatures":[{"sig":"MEUCIQDw825RmmdmMY42nbCyMwVRDgTrQJDdRpVmqx1XnTAhuAIgZ7ceXdegVtMbeIDiuRsjI4cTi9c1y1Y+iMe6abZPYt0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\066747da-5d6c-46b0-8029-9499cf68560c\\azure-ai-text-analytics-5.1.1-alpha.20240614.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\066747da-5d6c-46b0-8029-9499cf68560c\\azure-ai-text-analytics-5.1.1-alpha.20240614.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JRfzvqpI0Ud1+CFB9RST/olAg27T9FxS/ea4dn/xPfeZ5neUi4iohz7js0uOLU8cwd+LCHl5o1+rzbO6xfFEuQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240614.1_1718400334782_0.9162179627604616","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240617.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240617.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240617.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9920a70b0f908f8f1f19647cb218d589fa832cff","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240617.1.tgz","fileCount":76,"integrity":"sha512-+MdySFzQZVx8dijGtR1Dnk0ykECCqlNPkh/cumBSeSNYgXd2gjXhkMH6Owet0iQ//449R8FUIKDXwM7GIuVmIw==","signatures":[{"sig":"MEYCIQDBJwWBJo/ujxD+bRhVXt54wDhGJ53OknFTxluA38Zp1gIhAMeZXJ4Dcx3drtEayD0hS+TME1qcV4zoB3jl46esSTre","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279173},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\509e8cb1-7869-4eec-b4cb-74f1459b77c1\\azure-ai-text-analytics-5.1.1-alpha.20240617.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\509e8cb1-7869-4eec-b4cb-74f1459b77c1\\azure-ai-text-analytics-5.1.1-alpha.20240617.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+MdySFzQZVx8dijGtR1Dnk0ykECCqlNPkh/cumBSeSNYgXd2gjXhkMH6Owet0iQ//449R8FUIKDXwM7GIuVmIw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240617.1_1718659567637_0.5258269255783621","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240618.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240618.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240618.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"910402bbda8bcaee3de87eabcf297cb109be1a26","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240618.1.tgz","fileCount":76,"integrity":"sha512-LjVzpz0ihMtXmc26lAaVjKpsMCfAkEwVaUg+t1Nc0VCYNLTx7W8l5jEpiLrEExCi19ViXBxh3mP2Vwl+5OyS8A==","signatures":[{"sig":"MEUCIQCPdS6j4iKs8UGiGw+8xDm3e6fvRpqAAa+g6fAu4dJ9OwIgfA6Wu9uqf/RNeAzAFJVjU4HCMANl+Gy4ke20yf6/nIM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b9141b2a-564c-4961-9e01-082d45c5b1b1\\azure-ai-text-analytics-5.1.1-alpha.20240618.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b9141b2a-564c-4961-9e01-082d45c5b1b1\\azure-ai-text-analytics-5.1.1-alpha.20240618.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LjVzpz0ihMtXmc26lAaVjKpsMCfAkEwVaUg+t1Nc0VCYNLTx7W8l5jEpiLrEExCi19ViXBxh3mP2Vwl+5OyS8A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240618.1_1718745623543_0.029382677769997256","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240619.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240619.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240619.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f85e3dceada5d7d7f89c1d2ba1adb2bec7cfeb72","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240619.1.tgz","fileCount":76,"integrity":"sha512-lkESQB95n0MFev0uclGi531fWney0X88OJrsS6TxV8iZfsqRNSNSgIlpnYF4HjNaZZa9gICennCg94axsEdjQA==","signatures":[{"sig":"MEUCIDjx6Tu4wcxWF4Ic+9Tdc2PSGBs5JRhmPJJpGPJcjPjSAiEAtVNEVHtLZbH4pScpJqYaHzE6oSZWSKvffTCtMYX423o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\da5c4ee5-aaff-47f5-9bbb-138edfd32299\\azure-ai-text-analytics-5.1.1-alpha.20240619.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\da5c4ee5-aaff-47f5-9bbb-138edfd32299\\azure-ai-text-analytics-5.1.1-alpha.20240619.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lkESQB95n0MFev0uclGi531fWney0X88OJrsS6TxV8iZfsqRNSNSgIlpnYF4HjNaZZa9gICennCg94axsEdjQA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240619.1_1718832113613_0.42979301893702493","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240620.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240620.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240620.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"78a8de6829d707d61c7fe0b2bbfc678c1ccfe542","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240620.1.tgz","fileCount":76,"integrity":"sha512-olSJ6wWQunFLAqkl0SQYAVmE5K+tNFq4KRqAiipp21GLbvoVdkmqF3ajNla20KE5Z9zPRHonYD3axkYxAp3o5A==","signatures":[{"sig":"MEYCIQDIYvfm2R/MdrA3jku+kIJjllLMThE+Mn3fGDyrunqtfQIhANZrd53+IesKpeKzG1PQ0AEOVAYlmEbDbm5iTYPVOadh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\35968ff5-4007-447f-8743-a9393e494509\\azure-ai-text-analytics-5.1.1-alpha.20240620.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\35968ff5-4007-447f-8743-a9393e494509\\azure-ai-text-analytics-5.1.1-alpha.20240620.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-olSJ6wWQunFLAqkl0SQYAVmE5K+tNFq4KRqAiipp21GLbvoVdkmqF3ajNla20KE5Z9zPRHonYD3axkYxAp3o5A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240620.1_1718918330686_0.3259784655536446","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240621.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240621.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240621.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34187790a38ad7a7bf4921a1463c818814e80573","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240621.1.tgz","fileCount":76,"integrity":"sha512-s2+mLj6s+LGzZ+zwMPJ/TOHRDnTWEYLjO7IgCK4JKZzwqfrfZCnAUinGTnMtlRVz5GGnIYX0IM2X4bVfmfYcJg==","signatures":[{"sig":"MEYCIQDsBkj/1+cS+bdfY275CIbq8v7yGztptOncjsukqOYusgIhAI8xB3Uf49ERml1fFQITOP4YhuxqnpRU4vrrOkWvDWfR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9a754d3b-4bb1-49c1-9e05-d60f10288802\\azure-ai-text-analytics-5.1.1-alpha.20240621.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9a754d3b-4bb1-49c1-9e05-d60f10288802\\azure-ai-text-analytics-5.1.1-alpha.20240621.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-s2+mLj6s+LGzZ+zwMPJ/TOHRDnTWEYLjO7IgCK4JKZzwqfrfZCnAUinGTnMtlRVz5GGnIYX0IM2X4bVfmfYcJg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240621.1_1719004759849_0.27362578831543183","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240624.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240624.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240624.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3b3c48c07818cb519a71894b606d48f7920fe150","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240624.1.tgz","fileCount":76,"integrity":"sha512-vdwWy55GsXf+d7+RV4YjHwYr4wYrXYqBBiZIDPyHurLsummG2OhiaVjUpzh19rjowJ0l+MJgHZhn8E8uhaFLjA==","signatures":[{"sig":"MEQCIHO3mJzLy+QrzIyqrmi3lzrBXUWpZdPlnP3E20eIe8LNAiAaujc/9YQtdNNY1qIek7Jkq90AoMNGl2P+9yt3JtH1kA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0bc5cf13-0a74-4f1c-8e6d-801f5471fd74\\azure-ai-text-analytics-5.1.1-alpha.20240624.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0bc5cf13-0a74-4f1c-8e6d-801f5471fd74\\azure-ai-text-analytics-5.1.1-alpha.20240624.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vdwWy55GsXf+d7+RV4YjHwYr4wYrXYqBBiZIDPyHurLsummG2OhiaVjUpzh19rjowJ0l+MJgHZhn8E8uhaFLjA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240624.1_1719264142645_0.859820181016395","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240625.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240625.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240625.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4778d148ec4472205abb1eb2d45f4575654768db","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240625.1.tgz","fileCount":76,"integrity":"sha512-/UcX8FGVZg7v/BlzgEekn6v5FkpakN5B7EN+cjIvoqLJ/74tQbVHlcp3rqMN0PEw9VeMoTsY+WYMaMrqOajsCg==","signatures":[{"sig":"MEMCH185xXATzK++Ac+4qC40xj6rIuuAYR5prUHpuyDsBi0CID4E5/ghtch1viGKTGNL+JXw6tIM0eNsuZ5aH5SNaCjW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\06758688-c95c-4d6c-9280-63ce002ae5b0\\azure-ai-text-analytics-5.1.1-alpha.20240625.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\06758688-c95c-4d6c-9280-63ce002ae5b0\\azure-ai-text-analytics-5.1.1-alpha.20240625.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/UcX8FGVZg7v/BlzgEekn6v5FkpakN5B7EN+cjIvoqLJ/74tQbVHlcp3rqMN0PEw9VeMoTsY+WYMaMrqOajsCg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240625.1_1719350464630_0.30887546840021063","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240626.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240626.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240626.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"262d8d597f21117a34c3ababecd8ccd19d432a22","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240626.1.tgz","fileCount":76,"integrity":"sha512-YHk5l/UMQqijScqRIV6O9a2K3X+f6Q1x6w2kEALbARYv5p45+THBEirrjPg2Ufti6o/atMVBdLptW0lH9kvZzw==","signatures":[{"sig":"MEYCIQD+kC7gEPoIigQKBO34+U0rGgvtNfOmo4Fvc3ltp4i9jQIhAPhYPxgDFe72JkVhz1geIyWFdWxi9cOLhhSQoB9laexO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a51d85d2-b6e2-45c2-9110-b49f58b921f6\\azure-ai-text-analytics-5.1.1-alpha.20240626.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a51d85d2-b6e2-45c2-9110-b49f58b921f6\\azure-ai-text-analytics-5.1.1-alpha.20240626.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YHk5l/UMQqijScqRIV6O9a2K3X+f6Q1x6w2kEALbARYv5p45+THBEirrjPg2Ufti6o/atMVBdLptW0lH9kvZzw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240626.1_1719437104038_0.5125781691586495","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240627.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240627.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240627.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e2e7e9ac56072eb4a2d9ff37f01823218d212d44","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240627.1.tgz","fileCount":76,"integrity":"sha512-HfgksqSvhryQ8hTzeYRXxH8L5gGE2blGH8kUJW7hhD2MLegiZRYDrxKD+hsAJQ4ZMwDDP7CnUp0OvYUzfV0XZA==","signatures":[{"sig":"MEYCIQCHaVoHdbpjEnb03h3+JNFkLBrHbVWjqFZdCS961iartgIhAJeHRVIOyf8o5BiJF7v3GvaGClQm1BU9iVXIVkSfa52f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a9c9511e-23ec-4009-acce-76d405fdb471\\azure-ai-text-analytics-5.1.1-alpha.20240627.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a9c9511e-23ec-4009-acce-76d405fdb471\\azure-ai-text-analytics-5.1.1-alpha.20240627.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HfgksqSvhryQ8hTzeYRXxH8L5gGE2blGH8kUJW7hhD2MLegiZRYDrxKD+hsAJQ4ZMwDDP7CnUp0OvYUzfV0XZA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^15.1.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240627.1_1719523380088_0.3156161831973736","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240628.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240628.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240628.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ec5c820caf8af33fdfd2b3d71637ea29178b6259","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240628.1.tgz","fileCount":76,"integrity":"sha512-hx5G0O8izpgA5tOYr8w0vNMiKMj7Yh5GEXW3pRu3XyvMVTU/xpRWU08ycNn1eK9lsop6vJkQX8VeD9ka7k3eDw==","signatures":[{"sig":"MEQCICiRJOpfv5rVhrqIOv7NfJt8WULwzb1Gi3d3IN8rLGtrAiBLD0n2T7KyMrOUIgutWRuioP7DIXzJgBGswpoCiWcvlA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\669f3da3-b22c-4749-ac00-88910caef98a\\azure-ai-text-analytics-5.1.1-alpha.20240628.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\669f3da3-b22c-4749-ac00-88910caef98a\\azure-ai-text-analytics-5.1.1-alpha.20240628.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hx5G0O8izpgA5tOYr8w0vNMiKMj7Yh5GEXW3pRu3XyvMVTU/xpRWU08ycNn1eK9lsop6vJkQX8VeD9ka7k3eDw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.4.5","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240628.1_1719609673907_0.03884171563353478","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240704.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240704.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240704.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d301ae2f8c905ffc36c62ff914c6b21450691be","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240704.1.tgz","fileCount":76,"integrity":"sha512-O0MyRK5RytIRHq8UKwzU8xGqHS98ABr3R+asJ+59rZNjof2aaERnDruYV5N4rzURqszl6yNBMOGgMR6Y6SLIHw==","signatures":[{"sig":"MEUCIQDQmRkWwDR3XokCJ/06jbkdOQ+EpHUJh3cQh5LTkeWm/QIgTlgLOaUmhhqLQ9y4zqkOFftDPlgA93R/r3/kLJJ10fA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\afe74565-affb-47e7-8650-6d66be2f7b9a\\azure-ai-text-analytics-5.1.1-alpha.20240704.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\afe74565-affb-47e7-8650-6d66be2f7b9a\\azure-ai-text-analytics-5.1.1-alpha.20240704.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-O0MyRK5RytIRHq8UKwzU8xGqHS98ABr3R+asJ+59rZNjof2aaERnDruYV5N4rzURqszl6yNBMOGgMR6Y6SLIHw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240704.1_1720127783998_0.9699424994653334","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240705.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240705.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240705.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c14a03c044dd0ac1942511ac2ef116afcd5e565","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240705.1.tgz","fileCount":76,"integrity":"sha512-FOfcDKEuPh/Cl/2oUYLN0ZiCXT0zP472WqXzdoBGiHAtpSt0VUsMACVRb3Md8opUSc94sjNuhbCls9dGPuutOA==","signatures":[{"sig":"MEUCIQDV4t9IFvRcMC1y8oeQSVJkt1FRcMkZ7TF4p7gMm+hRcAIgEGSJ1r3fGvWlx678AwJatMUUl6PSKYIPbCepsg3uiNU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0d1b3ca2-3d6f-4636-8aa8-605acbbb1d65\\azure-ai-text-analytics-5.1.1-alpha.20240705.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0d1b3ca2-3d6f-4636-8aa8-605acbbb1d65\\azure-ai-text-analytics-5.1.1-alpha.20240705.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FOfcDKEuPh/Cl/2oUYLN0ZiCXT0zP472WqXzdoBGiHAtpSt0VUsMACVRb3Md8opUSc94sjNuhbCls9dGPuutOA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240705.1_1720214214728_0.04500117755246946","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240708.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240708.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240708.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2e8d80cc8d2283f478894b41c808ba4101af7df5","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240708.1.tgz","fileCount":76,"integrity":"sha512-ELbryXUNitwjA51J60WjgZ6xUyzlWdBZOPCvHVuIIWfKdb83oFR65i0lqyumkf2ou9C82/gLC1koEl/bvldBoA==","signatures":[{"sig":"MEYCIQDLq0R0Oq1kJj50hpWn0IBn0w9A6Waf4ET9eIZjwZFbQwIhAMrPb//+efeQgG+3b1fmg6teTX3+C798u08yU9W1J4mm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\12a34827-a108-4d34-905f-715809629098\\azure-ai-text-analytics-5.1.1-alpha.20240708.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\12a34827-a108-4d34-905f-715809629098\\azure-ai-text-analytics-5.1.1-alpha.20240708.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ELbryXUNitwjA51J60WjgZ6xUyzlWdBZOPCvHVuIIWfKdb83oFR65i0lqyumkf2ou9C82/gLC1koEl/bvldBoA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240708.1_1720473622984_0.9200940823314905","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240709.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240709.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240709.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e1076cf6a0ac847ed93e346aecd59c43ab43dc62","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240709.1.tgz","fileCount":76,"integrity":"sha512-gi3WBci2wMnv0fPlG1/g1bse+0UYKmX5iLM1+6tODzYa+cm5iY0T47po6NAfP7mpYzUVA5Jn8GsoYOqwLNcrDg==","signatures":[{"sig":"MEUCIQCM+hH71T1jjiDdcX+Wd6iCcc/HyN+2oL95SBVAbVJaswIgUZ3LhuFd1zso8zGHha+UKrhB3cvgz/bZHYm/oIi4Mm8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6ca3ee2c-583e-4d64-8c2e-7c8b92d2345b\\azure-ai-text-analytics-5.1.1-alpha.20240709.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6ca3ee2c-583e-4d64-8c2e-7c8b92d2345b\\azure-ai-text-analytics-5.1.1-alpha.20240709.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gi3WBci2wMnv0fPlG1/g1bse+0UYKmX5iLM1+6tODzYa+cm5iY0T47po6NAfP7mpYzUVA5Jn8GsoYOqwLNcrDg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240709.1_1720560035307_0.10923846213523758","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240710.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240710.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240710.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2e9e5388b3f62252923c3a39ac5bcd8f70d60c4f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240710.1.tgz","fileCount":76,"integrity":"sha512-dHKs1bniSN/ORf+Bg3gK0UApP+F+vza+M5BOsXqFwP/YltBxUbssaSuS3lKXLIA61iOi7dmQK+q6nLdc7gK8sA==","signatures":[{"sig":"MEQCIArtGP2H5H6Mvlh9KrIkZzBvlma5BE0eCr3s6F0qhLaQAiBOoza+fJ/mwFqbHkouc3/wa5P74BefATwtnT18b7CHsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1bfbc5cc-ae93-4a4f-9131-02067a0a4b8c\\azure-ai-text-analytics-5.1.1-alpha.20240710.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1bfbc5cc-ae93-4a4f-9131-02067a0a4b8c\\azure-ai-text-analytics-5.1.1-alpha.20240710.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dHKs1bniSN/ORf+Bg3gK0UApP+F+vza+M5BOsXqFwP/YltBxUbssaSuS3lKXLIA61iOi7dmQK+q6nLdc7gK8sA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240710.1_1720646861358_0.5437875865283048","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240711.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240711.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240711.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d96c528155c760611190057fc519e729877040cc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240711.1.tgz","fileCount":76,"integrity":"sha512-15IDsKRbPcUsId7dbgWts/SvyjUqZYqEJSUt/Fh+gXqM7Q3ysfLU05Oumnp7iDlcupcGtLziVjAnfyR/4/M9CA==","signatures":[{"sig":"MEUCIBMD9bqiUVyLZwg98/IN9c5Zq+lAg5/VLJTTA5hFoNnCAiEA3d5DifPhK1hrGfmmRSrSILjO8EVvZwmsqjRt3CfHw04=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\720ea567-e9da-4c3a-a055-4f6f686d2018\\azure-ai-text-analytics-5.1.1-alpha.20240711.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\720ea567-e9da-4c3a-a055-4f6f686d2018\\azure-ai-text-analytics-5.1.1-alpha.20240711.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-15IDsKRbPcUsId7dbgWts/SvyjUqZYqEJSUt/Fh+gXqM7Q3ysfLU05Oumnp7iDlcupcGtLziVjAnfyR/4/M9CA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240711.1_1720733048514_0.344086600845684","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240712.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240712.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240712.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a4f39ac1db4210e61255542de43044bb93b25e4","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240712.1.tgz","fileCount":76,"integrity":"sha512-vda2s3dSw7ASLnEEATwyHHNMu0sRYh+0oSwZAATrV7wJrRb1hL2KF660u5uNrVrcW0r1mSW/17PKbXoQf5n/nQ==","signatures":[{"sig":"MEYCIQCNi/5wfasS+V4al+s82twwlFzsJoH6J6zOfFJpKn7q3gIhAL5BWbux28/0PUGnri1CMe/0Rmctzo+acmxSroX7DNLZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3f76d0f6-46fa-47e1-a5c8-b40a70d3cbef\\azure-ai-text-analytics-5.1.1-alpha.20240712.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3f76d0f6-46fa-47e1-a5c8-b40a70d3cbef\\azure-ai-text-analytics-5.1.1-alpha.20240712.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vda2s3dSw7ASLnEEATwyHHNMu0sRYh+0oSwZAATrV7wJrRb1hL2KF660u5uNrVrcW0r1mSW/17PKbXoQf5n/nQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240712.1_1720819151643_0.2526725669706624","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240715.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240715.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240715.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b70245902567ef51184f8c5de7f74e16949b2fd7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240715.1.tgz","fileCount":76,"integrity":"sha512-U3/LPbXTbKh19zRNCW9rlceINoG2nBHsFPvF6uPVZuhWkuhWBbjvmMVSzrYiR/98LhvxFDO5buELt5YDI2YUvA==","signatures":[{"sig":"MEUCIQCt46Uo8Z9PBNaA31/f8Szdyj46rz3ezqSimETrSDeByAIgRc8RCFq2ySdTtWenmsnEzE65ehWQ09LTAHCPX1QZQH4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\32f13903-6a39-4167-859a-c531f8ae0ee4\\azure-ai-text-analytics-5.1.1-alpha.20240715.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\32f13903-6a39-4167-859a-c531f8ae0ee4\\azure-ai-text-analytics-5.1.1-alpha.20240715.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-U3/LPbXTbKh19zRNCW9rlceINoG2nBHsFPvF6uPVZuhWkuhWBbjvmMVSzrYiR/98LhvxFDO5buELt5YDI2YUvA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240715.1_1721078365183_0.865048613537247","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240716.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240716.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240716.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db85c45bf5781f105c26daca358231b69be96b3c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240716.1.tgz","fileCount":76,"integrity":"sha512-E7u82L+VtX5pVkKyMCEUhMuSdIG9qrThKxcRszi/pqnSwUxl/6xo6Z7Rl/Ia1C4XD2BXOcjRWmZBydoNE1FLDQ==","signatures":[{"sig":"MEQCIBVyjFRS3MhH+AaoJ7XUiAahSRH4X4MELq9D8y5OIdjBAiAP9iWa7PH5EPowQk/8KbnbZNRz3A8mC0ze/dmH2O+tow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0e89c1fa-03c7-4c09-a9ae-d7aa480fbd8e\\azure-ai-text-analytics-5.1.1-alpha.20240716.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0e89c1fa-03c7-4c09-a9ae-d7aa480fbd8e\\azure-ai-text-analytics-5.1.1-alpha.20240716.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E7u82L+VtX5pVkKyMCEUhMuSdIG9qrThKxcRszi/pqnSwUxl/6xo6Z7Rl/Ia1C4XD2BXOcjRWmZBydoNE1FLDQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240716.1_1721165374339_0.6255586290640256","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240717.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240717.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240717.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c020debb85c7c28b567ba8b49a8db49393a9502","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240717.1.tgz","fileCount":76,"integrity":"sha512-AtKF1463t6IL9BgPezPPCzhu1EL71kmpvSyZor0Vn6tGLXJ2sczNS/fdeTctZPbv2fhL/9zp4GvmgYZtPJSpUA==","signatures":[{"sig":"MEUCIQDg88peIRoBZDcJUJxAO9rH74KqOz+jb8jAWgJX9VLE7AIgegjrnWLffvzFtyk2tz1MSHh3NL2OqXDlbpvOzc/UMKc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\80ff4c99-87bd-4caa-bf68-ec4830c47f33\\azure-ai-text-analytics-5.1.1-alpha.20240717.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\80ff4c99-87bd-4caa-bf68-ec4830c47f33\\azure-ai-text-analytics-5.1.1-alpha.20240717.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AtKF1463t6IL9BgPezPPCzhu1EL71kmpvSyZor0Vn6tGLXJ2sczNS/fdeTctZPbv2fhL/9zp4GvmgYZtPJSpUA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.0.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240717.1_1721251457194_0.9938366362370976","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240718.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240718.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240718.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd42b166450dba2033cabbc293466b159e500840","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240718.2.tgz","fileCount":76,"integrity":"sha512-ZUe+Av4p67Hj/MqbRofNjaiazVh5SSkhfnYhDSw4GV0E3h7W7gg6/yU7ViVCv0T5m8DmxeHfrIHw+JRy5Q+7KQ==","signatures":[{"sig":"MEYCIQCf4hDbL7P33LvFGArCEYdzPvuHyOMqw5Uhkf1tBQ9QQAIhAOyywjVoi+l/99uCn9oBdZtZ2Bf5jW/HhPpnFlAwHR8D","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e5b28f64-d4f1-4e4e-811f-2a39f3f30e3e\\azure-ai-text-analytics-5.1.1-alpha.20240718.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e5b28f64-d4f1-4e4e-811f-2a39f3f30e3e\\azure-ai-text-analytics-5.1.1-alpha.20240718.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZUe+Av4p67Hj/MqbRofNjaiazVh5SSkhfnYhDSw4GV0E3h7W7gg6/yU7ViVCv0T5m8DmxeHfrIHw+JRy5Q+7KQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240718.2_1721337549986_0.05384510382728336","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240719.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240719.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240719.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"34a27c6b31bef9c362208e972ab54d6fc9234238","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240719.1.tgz","fileCount":76,"integrity":"sha512-CrBlSJBKQD860u1ydC6jQ1oSG9YRkD7D9jdMcC4OrvTVtUFvHzDeBAZ2mVxcg+E66Rs/bfMkfV5swd6TJnWLfQ==","signatures":[{"sig":"MEUCIQCXFW0/mioQBjkZGtPNzcdjLpn63JB1RsocJiYp+yfsGgIgHHhQy2E+4sGCuDJvs2vCVzuJXhq7nGrlI6VXI8sEEyc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b460e7d4-da04-4e6b-8f5f-8f54efc0e724\\azure-ai-text-analytics-5.1.1-alpha.20240719.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b460e7d4-da04-4e6b-8f5f-8f54efc0e724\\azure-ai-text-analytics-5.1.1-alpha.20240719.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CrBlSJBKQD860u1ydC6jQ1oSG9YRkD7D9jdMcC4OrvTVtUFvHzDeBAZ2mVxcg+E66Rs/bfMkfV5swd6TJnWLfQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240719.1_1721423903285_0.9040000139543876","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240722.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240722.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240722.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c32731f92f43f41d6e30a9a19a184b1d8b8b077f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240722.1.tgz","fileCount":76,"integrity":"sha512-JFT35gYsXXIfM6udEtFhO13i/KJy8QyV64Ik050O/hrWP5bQskZAoN4ZJNPKE+/rxxJruZ0iF1BBu0KtYAFmmQ==","signatures":[{"sig":"MEUCIQCo+D+lT0/XFrtUBcUatraeOPWbioj7JBpT9yX9KjsaaAIgJGnAKzVNNT7C/es2jB3yFv1Ts4cvZ9/ROMdaAby/Sjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\90bc24dd-deae-4331-a746-dc21be315924\\azure-ai-text-analytics-5.1.1-alpha.20240722.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\90bc24dd-deae-4331-a746-dc21be315924\\azure-ai-text-analytics-5.1.1-alpha.20240722.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JFT35gYsXXIfM6udEtFhO13i/KJy8QyV64Ik050O/hrWP5bQskZAoN4ZJNPKE+/rxxJruZ0iF1BBu0KtYAFmmQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240722.1_1721683106335_0.24883785960005622","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240723.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240723.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240723.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"58e776c6228cdb1af2f4336a6c59083b3de93dcd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240723.1.tgz","fileCount":76,"integrity":"sha512-oY6bCexQci/A7B5ABYO7xZv5smpgh0JXCiyJEuNY15yvBuCBUU40g5mmeDKfl0NiViVsBstets8Q9oLYhB/qjw==","signatures":[{"sig":"MEUCIQCwF+FuGM4I7xow3wOJPWJumBwQXCHINDvKceKD2oz95wIgCOkolT1grnagtpoYFO2B0x6YLUNAXZVIQwLW6VJHOxc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\99ae6c5e-3e76-48bb-8a30-fd1de450700f\\azure-ai-text-analytics-5.1.1-alpha.20240723.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\99ae6c5e-3e76-48bb-8a30-fd1de450700f\\azure-ai-text-analytics-5.1.1-alpha.20240723.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oY6bCexQci/A7B5ABYO7xZv5smpgh0JXCiyJEuNY15yvBuCBUU40g5mmeDKfl0NiViVsBstets8Q9oLYhB/qjw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240723.1_1721769540898_0.29818609952476605","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240724.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240724.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240724.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b4f692c8119a95313632bed76dbb2354f4548562","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240724.1.tgz","fileCount":76,"integrity":"sha512-1YReQ7wppMDByzN9GNYWbV6tRI4431T8D9anu+HRflfKTbbROD93YsPcDRLjZpHXHtp8fPHE12IHha8P04aRrQ==","signatures":[{"sig":"MEYCIQCAf1kj02F7WPq9HpZrQOW1DVEivahUHVsR8hKvxU77dgIhANRMjFtNryQk7c2jOIS7mybwDW6KyY23Pr3E32aQYBeF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2bfb67bf-b296-42b4-85be-740f644f9fe2\\azure-ai-text-analytics-5.1.1-alpha.20240724.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2bfb67bf-b296-42b4-85be-740f644f9fe2\\azure-ai-text-analytics-5.1.1-alpha.20240724.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1YReQ7wppMDByzN9GNYWbV6tRI4431T8D9anu+HRflfKTbbROD93YsPcDRLjZpHXHtp8fPHE12IHha8P04aRrQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240724.1_1721855795615_0.3676800345875777","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240725.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240725.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240725.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2452b92b211284d226e58f8a3bf2b46154af25b2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240725.1.tgz","fileCount":76,"integrity":"sha512-f2ZhImmNvNkEee2Gfo+tyAfHU/xANrNoDdV4WYsRrAmiXFna1PpYATfKI4I1yj9GMGqlmTckp5eP7mSZCxnC3w==","signatures":[{"sig":"MEYCIQCBnN0TX52cU7VNiVo5bLDo9fdZNBsw/mMezguNChwqLQIhAOLl6eyiLhAZBesaB7ix8vVg9MyGIYhqE/fxDeFjjcAh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4c96a2b9-6722-4d8b-aee9-ed5edc086413\\azure-ai-text-analytics-5.1.1-alpha.20240725.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4c96a2b9-6722-4d8b-aee9-ed5edc086413\\azure-ai-text-analytics-5.1.1-alpha.20240725.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-f2ZhImmNvNkEee2Gfo+tyAfHU/xANrNoDdV4WYsRrAmiXFna1PpYATfKI4I1yj9GMGqlmTckp5eP7mSZCxnC3w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240725.1_1721942527414_0.9799333973883","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240726.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240726.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240726.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c0e5d4062254e2cbccdcb27805978ad332fbb1e8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240726.1.tgz","fileCount":76,"integrity":"sha512-T7PjMlCD3zLfUNzFzVn7ZFQDyv4Wk3Y26OigUxjJX8+RxTsdit89FlkBUOyTdQBm14XrwK134TFGlFRUGjDx1w==","signatures":[{"sig":"MEYCIQCoIY0uL9GkuLzyMGzcpMV/wded32a7Dc1qtvJd1YC0jgIhANQ5HWPUd74TQJ3jOOKQhPD33lfPEk+mr/UVLXG9EsSK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5590b19f-c7ca-4855-9be5-e01dff71c0a0\\azure-ai-text-analytics-5.1.1-alpha.20240726.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5590b19f-c7ca-4855-9be5-e01dff71c0a0\\azure-ai-text-analytics-5.1.1-alpha.20240726.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T7PjMlCD3zLfUNzFzVn7ZFQDyv4Wk3Y26OigUxjJX8+RxTsdit89FlkBUOyTdQBm14XrwK134TFGlFRUGjDx1w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240726.1_1722029329571_0.9465419176138168","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240729.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240729.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240729.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8581a3aace6173d92f3bb7e30b3aae1bfc9e420e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240729.1.tgz","fileCount":76,"integrity":"sha512-/WnmvyfxIOlZ3B8ppUz86+fJbxMXi72BRS3alhFTxwQFk2jpuBRAvu7nuXqu2w6h/k27jv+DJU22b6/gf3aikg==","signatures":[{"sig":"MEQCIGxUgut9oyh9KDK3xYyICJ/VENp9mX1ZXzq2XdQQR+ypAiBYIs8ewH45j7cAMMlJgl6JMN1mwFgBDdcEUniJJSkyaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ecd866dc-f616-48f1-86ee-6e737455c425\\azure-ai-text-analytics-5.1.1-alpha.20240729.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ecd866dc-f616-48f1-86ee-6e737455c425\\azure-ai-text-analytics-5.1.1-alpha.20240729.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/WnmvyfxIOlZ3B8ppUz86+fJbxMXi72BRS3alhFTxwQFk2jpuBRAvu7nuXqu2w6h/k27jv+DJU22b6/gf3aikg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240729.1_1722287912409_0.1694506276461365","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240730.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240730.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240730.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"96747aac4f42e7dda5ca922fc67c040d64450e7b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240730.1.tgz","fileCount":76,"integrity":"sha512-9Iqxh6dE81Lb9zfdFc9ACI5JhBLUei1f2B1PMnhEX9BkcvvV/IUjENGf8fNCeM0o/ajMYKbO6GKRM+aiS6l5VQ==","signatures":[{"sig":"MEUCIBvzXJX17XuJiR+HEx9lzGwJn87p7tn8kG6ec34HvjiQAiEAzWvoInccNrGsZJgmPxrw7FP51RGzRs9VIK9VVLVihjM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2795f2e1-7023-4318-9ed9-d263b80112eb\\azure-ai-text-analytics-5.1.1-alpha.20240730.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2795f2e1-7023-4318-9ed9-d263b80112eb\\azure-ai-text-analytics-5.1.1-alpha.20240730.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9Iqxh6dE81Lb9zfdFc9ACI5JhBLUei1f2B1PMnhEX9BkcvvV/IUjENGf8fNCeM0o/ajMYKbO6GKRM+aiS6l5VQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240730.1_1722374194643_0.03512163768948673","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240731.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240731.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240731.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ff2d6090602e09cec2babd5ecb0d73c4afdc65dd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240731.1.tgz","fileCount":76,"integrity":"sha512-zXv6o/1m3hdFdeEBRNsI0zOhBV4dam4/EE2Pqjaz7tYxYKlgwIryBRzr2xUt98YJyRrgDCAj7mg78rG16v0O8Q==","signatures":[{"sig":"MEUCIB4npxAbhToZ7Jo2tBUV5Z8gV2aUTQ6H8FPH2sW5nY+UAiEAxJ/UGv7JVafzwgkUbzIaCUyPeBrgofhw9VUlqQbyJFk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f38324e0-d744-490a-b71c-50b7034c7ad5\\azure-ai-text-analytics-5.1.1-alpha.20240731.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f38324e0-d744-490a-b71c-50b7034c7ad5\\azure-ai-text-analytics-5.1.1-alpha.20240731.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zXv6o/1m3hdFdeEBRNsI0zOhBV4dam4/EE2Pqjaz7tYxYKlgwIryBRzr2xUt98YJyRrgDCAj7mg78rG16v0O8Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240731.1_1722461549107_0.729937639912972","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240801.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240801.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240801.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d2d72adafc0a1858671aa1dc68f1ef2212981d42","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240801.1.tgz","fileCount":76,"integrity":"sha512-PJO7FHkWoS6fGeS5a04KR7GJ1NtCn/UP5EerCQ6zQ7G3fBkzdh1M/d0RtGgOFXeC4qcVcDkC1OeNbJHMJmuu6g==","signatures":[{"sig":"MEUCIQDxDl4LEl3qmibso/zeIoXlfcCCKqhY0+wXNBeAGIeumAIgG2knFOm559t9Dsz5/N4yzyW5wHNfgByBFbSFXz20B0g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6593cd7a-3ae8-4ff2-acbc-e1975b1eeeda\\azure-ai-text-analytics-5.1.1-alpha.20240801.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6593cd7a-3ae8-4ff2-acbc-e1975b1eeeda\\azure-ai-text-analytics-5.1.1-alpha.20240801.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PJO7FHkWoS6fGeS5a04KR7GJ1NtCn/UP5EerCQ6zQ7G3fBkzdh1M/d0RtGgOFXeC4qcVcDkC1OeNbJHMJmuu6g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240801.1_1722547189385_0.33564783849927604","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240802.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240802.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240802.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c34d0373c9d81e7d46fc4888706716a89387ac3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240802.1.tgz","fileCount":76,"integrity":"sha512-16clXeTcnOAxZA9mzQ0rBtunbfR7UOj8DTUVXpbVrUBws96CTZcEe+hH2yRvAdQoWn797632isZ29Ltstk/7AQ==","signatures":[{"sig":"MEQCIGAz/b5/ZXwEW0HzeRggZ60XYyJVLOLdgHgNddX2itUtAiBNY5N9jnMfHNx/IolZ8hrRZMXKv9W7AB1eoOcI5xWA8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c7873ad6-2f79-4545-9ab5-4c891c42a82d\\azure-ai-text-analytics-5.1.1-alpha.20240802.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c7873ad6-2f79-4545-9ab5-4c891c42a82d\\azure-ai-text-analytics-5.1.1-alpha.20240802.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-16clXeTcnOAxZA9mzQ0rBtunbfR7UOj8DTUVXpbVrUBws96CTZcEe+hH2yRvAdQoWn797632isZ29Ltstk/7AQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240802.1_1722633583058_0.8456097820277682","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240805.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240805.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240805.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b47523f39c935aefc2eb5a56bd647fe52af7977f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240805.1.tgz","fileCount":76,"integrity":"sha512-hcbhSO1NAJyqbJa4lIOwuCerk/otWbEzr2YdcoXmjeQZEywZK9dRnbf+gIil4lcmSa+nCKO2uzBrWniXb1ZPTg==","signatures":[{"sig":"MEYCIQDS6B6z6eOhEFC9/E/XSToPxXNawjGuUJi8dH9HErURsgIhANCP8i8wIAIz/AJm26DaXhcMNCquVsZk5x1co13K8UvS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\47adf78f-3295-417f-a837-d30fb1fc8220\\azure-ai-text-analytics-5.1.1-alpha.20240805.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\47adf78f-3295-417f-a837-d30fb1fc8220\\azure-ai-text-analytics-5.1.1-alpha.20240805.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hcbhSO1NAJyqbJa4lIOwuCerk/otWbEzr2YdcoXmjeQZEywZK9dRnbf+gIil4lcmSa+nCKO2uzBrWniXb1ZPTg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^1.1.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240805.1_1722892761285_0.7725898363142985","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240806.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240806.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240806.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7399d71148250687c3317951374af14b142e33f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240806.2.tgz","fileCount":76,"integrity":"sha512-xbwSnSQolc/LBdVCbjYxgBwGR7PayY/aXUXpGMLIqQFV+dRzRExqp75mbRljF1c6mJwxuhO5AuTQ1ktYagtaeA==","signatures":[{"sig":"MEUCIQC7xOa2JPVeiRO68XANblR/AUIxO5pYXpVmvGKuhUKD+wIgMMq9zABtywK5Gkh0t6tADgRbdqc6qvdLHmxvZvMR+CA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dc28fe23-a7d5-4520-99aa-ecffbd052d6d\\azure-ai-text-analytics-5.1.1-alpha.20240806.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\dc28fe23-a7d5-4520-99aa-ecffbd052d6d\\azure-ai-text-analytics-5.1.1-alpha.20240806.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xbwSnSQolc/LBdVCbjYxgBwGR7PayY/aXUXpGMLIqQFV+dRzRExqp75mbRljF1c6mJwxuhO5AuTQ1ktYagtaeA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240806.2_1722986601656_0.7372583289047712","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240807.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240807.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240807.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ebf10b2de3ae342afb423c9a4a34556700023aaa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240807.1.tgz","fileCount":76,"integrity":"sha512-AJAEkl1wp6trpy7GrEL9e1bXzHzRoZGKlyFOKcY2+N/wnt247zb5K3FQE9gRc1U3DH8sEGY6P2lt37q+0CeBsA==","signatures":[{"sig":"MEQCIBMoXClaHfndcao0zpuso4sTnuAn3C2Wg7Om0KuWXqESAiBVBhvJURJPRHtuwO5tTuf1Xp/PZ20zzeTdbkmO/jCE0w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c3181c91-3752-4cc1-a8ae-a759d5ad00ce\\azure-ai-text-analytics-5.1.1-alpha.20240807.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c3181c91-3752-4cc1-a8ae-a759d5ad00ce\\azure-ai-text-analytics-5.1.1-alpha.20240807.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AJAEkl1wp6trpy7GrEL9e1bXzHzRoZGKlyFOKcY2+N/wnt247zb5K3FQE9gRc1U3DH8sEGY6P2lt37q+0CeBsA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240807.1_1723065570656_0.5430773426621707","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240808.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240808.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240808.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7a0fa627954ac8647bd7e4463dfb4cf3adae7620","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240808.1.tgz","fileCount":76,"integrity":"sha512-uYMzFSUPLRvEakOe6O1Xms+aZxgVwtJt07A1R1NkMocYltXsyH+dVNPhWVMLk5x5FVpLJyHL55cM2RHQeltzJg==","signatures":[{"sig":"MEUCIE03ykw96eriAJIwT1FvO+mvccvd6d67mKloSFup2C0GAiEAmNzXA94e7RINH6znpskvt0DM66buO33XlTfTLSqRyLo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7af01137-4636-4900-8176-70462a5b4cfa\\azure-ai-text-analytics-5.1.1-alpha.20240808.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7af01137-4636-4900-8176-70462a5b4cfa\\azure-ai-text-analytics-5.1.1-alpha.20240808.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uYMzFSUPLRvEakOe6O1Xms+aZxgVwtJt07A1R1NkMocYltXsyH+dVNPhWVMLk5x5FVpLJyHL55cM2RHQeltzJg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240808.1_1723152125203_0.11501330898962281","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240809.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240809.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240809.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5a9c7756b6d6892b4df54cc84d9800017581d08","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240809.1.tgz","fileCount":76,"integrity":"sha512-OhQQG/0SBpSH6G8AN8fyak7DISk0RC9iAl812HC3rg7Q1EwMBhhOEEQMeRfBTizIczMbdUIqEGD7fVfKyUPggQ==","signatures":[{"sig":"MEUCIQDFcAEGr4F750FDEBhTqIhUsFiWSdUVhPXI6ybBlAvaugIgCp2iPu+QGLZh1uPr+yxTlKL6mOT006Q3rtN371nWZcs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7ed38562-e23e-4a45-94fc-81413af7b177\\azure-ai-text-analytics-5.1.1-alpha.20240809.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7ed38562-e23e-4a45-94fc-81413af7b177\\azure-ai-text-analytics-5.1.1-alpha.20240809.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OhQQG/0SBpSH6G8AN8fyak7DISk0RC9iAl812HC3rg7Q1EwMBhhOEEQMeRfBTizIczMbdUIqEGD7fVfKyUPggQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240809.1_1723238381392_0.021689095626851618","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240812.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240812.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240812.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c86adadc67c0ca84b1cceb6cddee9799dfdcf02b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240812.1.tgz","fileCount":76,"integrity":"sha512-QpWVl5MOS8h1/Xq61wH/hoE3sw8aabmjbpn8jFkG8tEeD18rpT8KWmWgasXud7Bwp/Jl8UT75abUu2qWgJbAyQ==","signatures":[{"sig":"MEUCIEyj08uZRQp9+gQJ03JZHRZ4XE6Nr7qoRmzf5UWDKlyRAiEAvtELZT3qfw5Lrpi8te+rSvX1Q6EZUJ4sbnFxHB+e5+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4246b6de-83f6-4cd9-a992-5972d54cc69d\\azure-ai-text-analytics-5.1.1-alpha.20240812.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4246b6de-83f6-4cd9-a992-5972d54cc69d\\azure-ai-text-analytics-5.1.1-alpha.20240812.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QpWVl5MOS8h1/Xq61wH/hoE3sw8aabmjbpn8jFkG8tEeD18rpT8KWmWgasXud7Bwp/Jl8UT75abUu2qWgJbAyQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240812.1_1723497461398_0.06545226591488507","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240813.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240813.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240813.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"274be6cd8e6c857280e10fb2ae6ef7e013f401dc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240813.1.tgz","fileCount":76,"integrity":"sha512-J1qVxyDnRsKqsxrYpjE+jTNRjTLEWDhfiKh87S1ttyvItyKaT3qJxNNnzpf0i+u4ejC5Uo0G0IDrSgCuKB2FIw==","signatures":[{"sig":"MEUCIQDbG1OR9XjOuc0t50NrwUMRC6JtEX0Zx0mHKlGzYxsBawIgbHEOd4iCGoER7wy5QJhs07luYDwg3pX5HhwDJdPdh3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c75981b9-8d4e-4b01-863a-63d9bb10c037\\azure-ai-text-analytics-5.1.1-alpha.20240813.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c75981b9-8d4e-4b01-863a-63d9bb10c037\\azure-ai-text-analytics-5.1.1-alpha.20240813.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-J1qVxyDnRsKqsxrYpjE+jTNRjTLEWDhfiKh87S1ttyvItyKaT3qJxNNnzpf0i+u4ejC5Uo0G0IDrSgCuKB2FIw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240813.1_1723584244635_0.5252490417263209","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240814.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240814.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240814.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ba64edddffb056237b9df9887dd4ac26e753cce","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240814.1.tgz","fileCount":76,"integrity":"sha512-EEVXr9G0qDyLY5dH+SjFWEBC6qf93zKXRwy7JsR2oCzpCltrzBNSFhUWF16Ye8O60ajsW1SfObv+2oq5GFgWVA==","signatures":[{"sig":"MEUCIGvZE6L3CZv03MRuTqSqapj0r0QP3zHF/+ibw/gxdbiJAiEA8jfwmaf+Qf3OJejz0BQxoaKLEW5gARyADbJsKQ0lQHE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1b8c5b1a-e7c9-4522-ac51-b7512572b3fb\\azure-ai-text-analytics-5.1.1-alpha.20240814.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1b8c5b1a-e7c9-4522-ac51-b7512572b3fb\\azure-ai-text-analytics-5.1.1-alpha.20240814.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EEVXr9G0qDyLY5dH+SjFWEBC6qf93zKXRwy7JsR2oCzpCltrzBNSFhUWF16Ye8O60ajsW1SfObv+2oq5GFgWVA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240814.1_1723670287373_0.19542589113538256","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240815.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240815.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240815.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fefdb6c9d80fd622b596367b73c67716ed6ec3a1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240815.1.tgz","fileCount":76,"integrity":"sha512-BeyxK4vAupnFkWXnptichEAVxNb6d5FVwJoSdCJjiXb0IucRQReDqu3y9WPKaoz48ZfCBsp15wsZbNArNdY4xA==","signatures":[{"sig":"MEYCIQCgjsYCf+RHtdgva/Tlvehoex5qzD9qmls8RSRjA7a+QwIhANumj39qiGd5ue68DcR+TWa+C2tkg0XjiQWdpwUZPe8G","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\26775eff-35e1-4bb1-8e00-7c2649fbaa9d\\azure-ai-text-analytics-5.1.1-alpha.20240815.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\26775eff-35e1-4bb1-8e00-7c2649fbaa9d\\azure-ai-text-analytics-5.1.1-alpha.20240815.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BeyxK4vAupnFkWXnptichEAVxNb6d5FVwJoSdCJjiXb0IucRQReDqu3y9WPKaoz48ZfCBsp15wsZbNArNdY4xA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240815.1_1723756746698_0.996666590004309","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240816.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240816.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240816.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f580af94c7c106adc722e788bf4c199d6eabb8a7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240816.1.tgz","fileCount":76,"integrity":"sha512-K06Gv2T5d2IIFC5JqYQ4sUmPMVSe+7It8xK5m6acDQyeYiUvT1YEUj0XwBkoWffQ95QJg2HpZxK646S/sNUMxQ==","signatures":[{"sig":"MEQCICwcx8Gxn5WM4r9vd56T010oDJzqDOqABXDNnsxvbUEQAiB+yhYhw62wxuWW6uzbI8URzbiv/qOwYdXgSBoSVvmZBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9e862d85-3379-4849-8977-1d326f684678\\azure-ai-text-analytics-5.1.1-alpha.20240816.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9e862d85-3379-4849-8977-1d326f684678\\azure-ai-text-analytics-5.1.1-alpha.20240816.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-K06Gv2T5d2IIFC5JqYQ4sUmPMVSe+7It8xK5m6acDQyeYiUvT1YEUj0XwBkoWffQ95QJg2HpZxK646S/sNUMxQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240816.1_1723843249041_0.020083209850644268","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240819.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240819.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240819.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb55a9d0e6dff6c365e41da82f7ce4baddca4f32","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240819.1.tgz","fileCount":76,"integrity":"sha512-pAUWTPl0t4iyXdBcJW67iXEIBSGE3NDQ7Zi4Tj4L6nv6sXAPSXGkpkZH24nHxd+rU8cgyQtoapDB4h5V43fRYQ==","signatures":[{"sig":"MEUCIQCop9DGkwplDiQ+3epXlfdDE7Qmc9IlpmkAR52OO04KrAIgYytzmxistzoY6fYXUc/hIYpjte5hq+a7GbpPOWkVyWk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3073bb56-1e63-42ee-862a-abe8529a6803\\azure-ai-text-analytics-5.1.1-alpha.20240819.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3073bb56-1e63-42ee-862a-abe8529a6803\\azure-ai-text-analytics-5.1.1-alpha.20240819.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pAUWTPl0t4iyXdBcJW67iXEIBSGE3NDQ7Zi4Tj4L6nv6sXAPSXGkpkZH24nHxd+rU8cgyQtoapDB4h5V43fRYQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240819.1_1724102404622_0.9809394068740227","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240820.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240820.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240820.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8c54fd554c2ee85c253456b07662b4d74d94d5f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240820.1.tgz","fileCount":76,"integrity":"sha512-WCmXHF0ZrnSgT4/IssQt9A2aWnSdLP9e53T4l9aYM2KdoXG3fyM0aODVKl+FBlsPfmpBHUFBpwZ5DxNtsmgSgQ==","signatures":[{"sig":"MEQCIH0jybqZiFzkFhWo1jJ7MrX/Xb8/MoPzTcfp2YcuvFWpAiBiWGtC0akgaw8UrPl0ghjEiDWm1MBgK48EcfMwCBqV1g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\18514981-c468-45ba-b159-bac1bfe33cee\\azure-ai-text-analytics-5.1.1-alpha.20240820.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\18514981-c468-45ba-b159-bac1bfe33cee\\azure-ai-text-analytics-5.1.1-alpha.20240820.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WCmXHF0ZrnSgT4/IssQt9A2aWnSdLP9e53T4l9aYM2KdoXG3fyM0aODVKl+FBlsPfmpBHUFBpwZ5DxNtsmgSgQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240820.1_1724189037068_0.8856438701180547","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240821.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240821.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240821.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e17601dee26571c2d31c558787d6340c6740e2a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240821.1.tgz","fileCount":76,"integrity":"sha512-ro6Fwh67HFn6JhpqE83jMZlaoU0tO4NyOK/QB2vlZpEhHyCtIDFcapDGuRu6GEDFSCgDVJHudSWuh8O02Mj1Wg==","signatures":[{"sig":"MEUCIQC0WqUCsW4NcSJ12FPWvn/nZICHWZkVPAR0wk04aDOYpAIgVB89pmt4iMrQLZeK71vRqTrmHJ0G+uEzTwfMT6VRfzg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1279193},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4c900f5f-3ed8-46ea-a8cd-f3d80ff074bf\\azure-ai-text-analytics-5.1.1-alpha.20240821.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test --ext .ts","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4c900f5f-3ed8-46ea-a8cd-f3d80ff074bf\\azure-ai-text-analytics-5.1.1-alpha.20240821.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ro6Fwh67HFn6JhpqE83jMZlaoU0tO4NyOK/QB2vlZpEhHyCtIDFcapDGuRu6GEDFSCgDVJHudSWuh8O02Mj1Wg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240821.1_1724275210444_0.2340088079163667","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240822.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240822.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240822.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f03766751e35d7727d7bbc02adf3b840368a1e44","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240822.1.tgz","fileCount":72,"integrity":"sha512-QYm2ttnV4QEq3hJw4+/YeRRRmn9qoKlSDdsnJ4rBoCmDZ95u0VcYOT3x1VevKmhXyuBflFOX1s82XrD7WkW8Qw==","signatures":[{"sig":"MEQCIDf5Y2PWu57uGb4xVtONoTVw10zjZuXKiipnucN4vs6OAiA5azr6GjI6+xPjtHRlbIv00Py02rXaexXBK+7gc2KqOQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3f3fea1f-c719-4bd6-9914-d0a61a5e9d4c\\azure-ai-text-analytics-5.1.1-alpha.20240822.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3f3fea1f-c719-4bd6-9914-d0a61a5e9d4c\\azure-ai-text-analytics-5.1.1-alpha.20240822.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QYm2ttnV4QEq3hJw4+/YeRRRmn9qoKlSDdsnJ4rBoCmDZ95u0VcYOT3x1VevKmhXyuBflFOX1s82XrD7WkW8Qw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240822.1_1724362896336_0.3364359609529468","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240823.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240823.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240823.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eef4bb8bb33ce233eae6695de30e5a275faf148a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240823.2.tgz","fileCount":72,"integrity":"sha512-+ybA9IpprfBmLZMnS2GFdOntEHg/vj6RvCuF3ccH35ay7Ou1D3psk833Vgqd3hcveNjQYlAFH8lf40tC2XeGXg==","signatures":[{"sig":"MEUCIQCBIh8m9jREkDxj8BP0d+/gK/35sETr92wMMRoSKK+/kQIgQy39X7aF6xx8F8YLG9yhnwEikb+AT8exuX2qtF4VajU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cba8fbd9-195f-4d04-9a39-806620db5af3\\azure-ai-text-analytics-5.1.1-alpha.20240823.2.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cba8fbd9-195f-4d04-9a39-806620db5af3\\azure-ai-text-analytics-5.1.1-alpha.20240823.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+ybA9IpprfBmLZMnS2GFdOntEHg/vj6RvCuF3ccH35ay7Ou1D3psk833Vgqd3hcveNjQYlAFH8lf40tC2XeGXg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^8.0.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240823.2_1724447995148_0.7556748761074104","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240826.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240826.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240826.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b94bd4430a4eafd07a519d43107a41093a824831","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240826.1.tgz","fileCount":72,"integrity":"sha512-1louZl3qKhVL+3KuzzRRzUlvVR1Anco2xKfGMw47pwQuhIlnDttEdTzd5K6mHZkjvJM3QuJvaNIjHEFPfSfGkw==","signatures":[{"sig":"MEQCIAOjxs23XgB3GzdDdW7M/ppA8r1jLV1dMsawLwvD15SsAiBhHG+Fc0RyyiS27hmGkqTlkRP8kw4n7okTZOD/YNpMjg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b6dd62ee-037c-4cdd-86d0-4a9ceb3f1c43\\azure-ai-text-analytics-5.1.1-alpha.20240826.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b6dd62ee-037c-4cdd-86d0-4a9ceb3f1c43\\azure-ai-text-analytics-5.1.1-alpha.20240826.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1louZl3qKhVL+3KuzzRRzUlvVR1Anco2xKfGMw47pwQuhIlnDttEdTzd5K6mHZkjvJM3QuJvaNIjHEFPfSfGkw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240826.1_1724707297196_0.14654342584716806","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240827.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240827.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240827.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d510970832971d259367ed63e80907e5b84bf221","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240827.1.tgz","fileCount":72,"integrity":"sha512-NxS2c95YFgNmjhvyq3SvifcLeKNGZc3vq3I9QZf4d6sVeB+eF1mVBFoxbKuCmzOnK4+yD94kgc6RDdpN5zw+GA==","signatures":[{"sig":"MEUCIQDPAGvdko+G+gKngb7FEWlWYhz3a0ihYfQFuIL60UpZQAIgP1YZQZayDPBOOEx8CSpReGfI8m0WCghPVLAR2TDiv/8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\66f29824-32cc-42b6-ad7b-123206e0fad9\\azure-ai-text-analytics-5.1.1-alpha.20240827.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\66f29824-32cc-42b6-ad7b-123206e0fad9\\azure-ai-text-analytics-5.1.1-alpha.20240827.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NxS2c95YFgNmjhvyq3SvifcLeKNGZc3vq3I9QZf4d6sVeB+eF1mVBFoxbKuCmzOnK4+yD94kgc6RDdpN5zw+GA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240827.1_1724793646101_0.2944809650025062","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240828.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240828.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240828.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6304ff1421781db14b105a655fdc3a971db59dcf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240828.1.tgz","fileCount":72,"integrity":"sha512-DHXOmNiJmany92auzzqfXpFU0F5z4HMhXroJUgZHDCOyQuv3ChplZw1lg4R3KZIsLxk7Ns9pMjsAK91w+7GAgQ==","signatures":[{"sig":"MEYCIQC2qVBPO9Ejqgvk+HJXSyj8z6ZlwcKFqi25j1z06SwjUAIhAKs5GUJLmmyWbAN1Gj+rKHkwXZvE18aAeMG/+2vuzjBs","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\00d76fb7-0558-43b9-9f08-7bf835ea33b7\\azure-ai-text-analytics-5.1.1-alpha.20240828.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\00d76fb7-0558-43b9-9f08-7bf835ea33b7\\azure-ai-text-analytics-5.1.1-alpha.20240828.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DHXOmNiJmany92auzzqfXpFU0F5z4HMhXroJUgZHDCOyQuv3ChplZw1lg4R3KZIsLxk7Ns9pMjsAK91w+7GAgQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240828.1_1724880317906_0.488588779087324","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240829.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240829.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240829.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f31e4bf86051ec6ef1696fd9169fa6046561ddcf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240829.1.tgz","fileCount":72,"integrity":"sha512-kzTxyirGfnF/1F+8RzqQdAXljyMQ35kRzamn3GjLwSdmk7c0bvYY09+sBos9ni3Prf3K9vehYU0vy9EQc7GOcw==","signatures":[{"sig":"MEQCIBL3DtCTdYIq7zTmAO4bcLWnnneL4KQAywSkbrft7A4qAiB1AK0ISEbaCX8ra1vUVLqLPi6xAauru8zT+Zmd12P8ZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8f91e262-04d0-4b08-a03f-406a92ee314d\\azure-ai-text-analytics-5.1.1-alpha.20240829.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8f91e262-04d0-4b08-a03f-406a92ee314d\\azure-ai-text-analytics-5.1.1-alpha.20240829.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kzTxyirGfnF/1F+8RzqQdAXljyMQ35kRzamn3GjLwSdmk7c0bvYY09+sBos9ni3Prf3K9vehYU0vy9EQc7GOcw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240829.1_1724966958821_0.08047952708223671","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240902.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240902.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240902.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"265a62f21f71115cd8691860575a6bb6df7b879d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240902.1.tgz","fileCount":72,"integrity":"sha512-t4e8yBVXsv1sYFKwdzqQIajP1PUewP6CYPHOgk8X5oeqxSMUlOEBYuQsy5TJpsyzS+YoZrz2ZXYs1OuWnrPl3g==","signatures":[{"sig":"MEUCIQDXo07JOKBvfccO+2MwMJ97mNMPKa6JIuo13K295vPUXgIgdw4uhpDO23SAn8ekMwMAfahcT0swlaZlnbrgKyT1yVo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f792bb1-fbf2-48a5-936c-c436c5383291\\azure-ai-text-analytics-5.1.1-alpha.20240902.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f792bb1-fbf2-48a5-936c-c436c5383291\\azure-ai-text-analytics-5.1.1-alpha.20240902.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-t4e8yBVXsv1sYFKwdzqQIajP1PUewP6CYPHOgk8X5oeqxSMUlOEBYuQsy5TJpsyzS+YoZrz2ZXYs1OuWnrPl3g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240902.1_1725311738737_0.19979513506314617","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240903.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240903.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240903.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aff335b8a2830885d3f8dde80b85acc636f32902","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240903.1.tgz","fileCount":72,"integrity":"sha512-qmYUzUDMSTPDR0M/ilH2tW5cgttXT74NPxHsQ1MChf+XN0BwSomi/7hzdEZcHkpMQN9NhZWGDrABLCurd0L80Q==","signatures":[{"sig":"MEYCIQDma6YdEDB4pl1UzIXg6GZmBiVbzvJQRoaqDPcYSNfk0wIhAJwCRpG5NRRax2wodOCW4Bjmqnv3QfoHTM2QQAS88P6+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\48c27fa0-06ff-4c0b-9db8-a1591a088819\\azure-ai-text-analytics-5.1.1-alpha.20240903.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\48c27fa0-06ff-4c0b-9db8-a1591a088819\\azure-ai-text-analytics-5.1.1-alpha.20240903.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qmYUzUDMSTPDR0M/ilH2tW5cgttXT74NPxHsQ1MChf+XN0BwSomi/7hzdEZcHkpMQN9NhZWGDrABLCurd0L80Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240903.1_1725398153076_0.9629262987856482","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240904.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240904.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240904.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8c3855a40125513fc3e13f9e6d41d424f15defa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240904.1.tgz","fileCount":72,"integrity":"sha512-qvHZ114t/KCX4sA88euZGbWyfDopvocJk1Rw7eqJEcq3XZ4cR6f8npv6VP4kaCPuAOrIVH1SRcLTZKMCFZQO+A==","signatures":[{"sig":"MEQCICxIgTPNia6NXN8+qr5NEEa7InJ9Zi/HzIOnlFSzSehSAiBHbPQNJuPv1CJSs3Yzk3nw4xyXo0Scp62TvzqIvnxcaQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2e66f7dd-c586-493c-b374-113978ba5f8e\\azure-ai-text-analytics-5.1.1-alpha.20240904.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2e66f7dd-c586-493c-b374-113978ba5f8e\\azure-ai-text-analytics-5.1.1-alpha.20240904.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qvHZ114t/KCX4sA88euZGbWyfDopvocJk1Rw7eqJEcq3XZ4cR6f8npv6VP4kaCPuAOrIVH1SRcLTZKMCFZQO+A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240904.1_1725484673917_0.3797639033766138","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240905.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240905.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240905.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"15c738afaf4b76016d1d5d6c693e12e1ecaa4abf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240905.1.tgz","fileCount":72,"integrity":"sha512-Nt8Ky6tcpJycpDkFkJl6Nk5zVbCv+PHpq5Vwymy0+AMAufdRDp+W0Icr0ecEFoqI2ka5we0vK7niAanS7SYtug==","signatures":[{"sig":"MEQCIC++9FJrBbacIx33YCtcLy6DeXti8P08Cf2ZJzfgD4e9AiBYJCFmjxszP5tk1CSf2VkuICEuhXzuJTZuabFEAgUqrQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9db7c5a6-9393-4dcb-b2e1-0f169473882a\\azure-ai-text-analytics-5.1.1-alpha.20240905.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9db7c5a6-9393-4dcb-b2e1-0f169473882a\\azure-ai-text-analytics-5.1.1-alpha.20240905.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Nt8Ky6tcpJycpDkFkJl6Nk5zVbCv+PHpq5Vwymy0+AMAufdRDp+W0Icr0ecEFoqI2ka5we0vK7niAanS7SYtug==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240905.1_1725571046223_0.6902120225812367","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240906.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240906.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240906.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ea681b40bc8f9aa674ffc615d3992c919ee5747","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240906.1.tgz","fileCount":72,"integrity":"sha512-DaUe5Hd+ELIudiNjLouCMKVrcGfKrfjmiZ4bR2N85ZzB1Hrtt0XPH6gNWDlez1ATxVOMRVM8az8dcRm9Of0SnA==","signatures":[{"sig":"MEUCIQDBiSYnM/MGBqT/nZYePeS1LRC/5E8hFREbRV0Xwg4RdQIgSd4cHLuJKCoIuQDNMTrTLbN53J6w1bR+EOWFj7eZmzc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7e554dd0-9584-43fd-b44f-f3ef2ea3d4aa\\azure-ai-text-analytics-5.1.1-alpha.20240906.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7e554dd0-9584-43fd-b44f-f3ef2ea3d4aa\\azure-ai-text-analytics-5.1.1-alpha.20240906.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DaUe5Hd+ELIudiNjLouCMKVrcGfKrfjmiZ4bR2N85ZzB1Hrtt0XPH6gNWDlez1ATxVOMRVM8az8dcRm9Of0SnA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240906.1_1725657453435_0.11472733665766488","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240909.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240909.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240909.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"585642388850cd68a43ebb96738f0ea9819c12fe","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240909.1.tgz","fileCount":72,"integrity":"sha512-pYrTfaSM0nBWJznDrMnQNGGt93qDZN0MhO8Xticng53jFNZNNkmElnLxzCqQwGkdd++wNxsbiF38P25kCBT2pQ==","signatures":[{"sig":"MEQCID8Nr2uIypaZe7sSUl6OBwUJWCVy3cmbNUmzUCESlsULAiBa9LCmReWCWixMMsPg/ZdEuqqH0NVpOLHziq5vUDtCkw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\55f7eae0-f66c-40ee-a0d7-276889e83373\\azure-ai-text-analytics-5.1.1-alpha.20240909.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\55f7eae0-f66c-40ee-a0d7-276889e83373\\azure-ai-text-analytics-5.1.1-alpha.20240909.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pYrTfaSM0nBWJznDrMnQNGGt93qDZN0MhO8Xticng53jFNZNNkmElnLxzCqQwGkdd++wNxsbiF38P25kCBT2pQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240909.1_1725916663678_0.3654768296536599","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240910.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240910.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240910.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c3383311f86e504e79ee6de9b31a6184c573b97c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240910.1.tgz","fileCount":72,"integrity":"sha512-pLPgL+yfVx30QD4Z7RecfPqAmB+w2oxQeQR5Uru1zB3IV1JRp3HN15dER7IBXo87YADgQuRJ8ub12uM/zlQ7hw==","signatures":[{"sig":"MEQCICQ935uenH5oBFtqGpY8jlPNrLfCdlVq6MLhoo3WVT3nAiBhC5xp34KH85/t+HfOvCtK0cTHHec9LdkiPV9kfpbq0A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1763a8d2-ace5-454c-ae37-f06cfcfd1e75\\azure-ai-text-analytics-5.1.1-alpha.20240910.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1763a8d2-ace5-454c-ae37-f06cfcfd1e75\\azure-ai-text-analytics-5.1.1-alpha.20240910.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pLPgL+yfVx30QD4Z7RecfPqAmB+w2oxQeQR5Uru1zB3IV1JRp3HN15dER7IBXo87YADgQuRJ8ub12uM/zlQ7hw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240910.1_1726003053831_0.42083230412976214","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240911.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240911.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240911.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fe0e332f674e4dab36727904416c811b5143799d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240911.1.tgz","fileCount":72,"integrity":"sha512-tTBOSqQ/OSHWijKqE4kUUKkeCBNRBOPrcuSTt8CtN4vIaheDnV3aJ3AA2TXHyekB6zXLjNrYQnOI5awMgEaGyA==","signatures":[{"sig":"MEYCIQDitjmLXQ535A6pWwIrvKVFUjuWKuTOE1hQ3Eq1nTSp9wIhAKxPfOJZ5DP0RfsZXArOg5ymop33ZRAUL9WkiR5cH//C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a198a421-4e10-4f2a-8eac-212fd7653dad\\azure-ai-text-analytics-5.1.1-alpha.20240911.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a198a421-4e10-4f2a-8eac-212fd7653dad\\azure-ai-text-analytics-5.1.1-alpha.20240911.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tTBOSqQ/OSHWijKqE4kUUKkeCBNRBOPrcuSTt8CtN4vIaheDnV3aJ3AA2TXHyekB6zXLjNrYQnOI5awMgEaGyA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240911.1_1726089460491_0.9853538741966406","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240912.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240912.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240912.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e5790d60c0a9e966c8e06fd498672e8bb510ce78","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240912.1.tgz","fileCount":72,"integrity":"sha512-wFsQ9z3v59WFnRTuefmooOup/c4IoP+3LhuNEYbnjmlBqdjZWl1ScJPSjjY9zBvZRGf9H6TWt4h1v+XJHhLIHQ==","signatures":[{"sig":"MEUCIGrNmcKbFVJYT14eNneBSLzQu6zMbFGOYKs5aqFz2iJIAiEAovKbQz0zQetjfGKx5ihZvGAJY6PmiWrepZi9J6NSLOY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\af9a0930-0d3e-4d82-ace7-ed63e5cbd25a\\azure-ai-text-analytics-5.1.1-alpha.20240912.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\af9a0930-0d3e-4d82-ace7-ed63e5cbd25a\\azure-ai-text-analytics-5.1.1-alpha.20240912.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wFsQ9z3v59WFnRTuefmooOup/c4IoP+3LhuNEYbnjmlBqdjZWl1ScJPSjjY9zBvZRGf9H6TWt4h1v+XJHhLIHQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240912.1_1726175773497_0.8725085000215387","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240913.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240913.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240913.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05696604dc58d214abbd1269b1f0dca97d808bbf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240913.1.tgz","fileCount":72,"integrity":"sha512-kWAzUhCefnmlChgtnAzTwq6mk5bT9y1Zm741KkmwENsYozgMamYh5N9GnFV1UWveYQurew1dUXOqqYnaBPcK7A==","signatures":[{"sig":"MEQCICocr1lPHA3uL/f7xnqCCFf+jVZm5UIJ/8L6YW7FBOUrAiB0RemMIemQsk/MRgHLozxB4NyAEkOnf500TtyDLPfUuw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8d2cd62d-a1ed-4e15-9eca-112dcf000884\\azure-ai-text-analytics-5.1.1-alpha.20240913.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8d2cd62d-a1ed-4e15-9eca-112dcf000884\\azure-ai-text-analytics-5.1.1-alpha.20240913.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kWAzUhCefnmlChgtnAzTwq6mk5bT9y1Zm741KkmwENsYozgMamYh5N9GnFV1UWveYQurew1dUXOqqYnaBPcK7A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240913.1_1726262511467_0.1826246819450461","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240916.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240916.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240916.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2434e5e8bd6bfd90efb48caebf3fb389891a777e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240916.1.tgz","fileCount":72,"integrity":"sha512-4O4SYyzYw6DgFOS2pXMA5z7tP1jOTssvWhiUDbLLUc5J4oWJJdSYp89tKesBVIqMkwhHS3OxD3EIApXU4JOX+w==","signatures":[{"sig":"MEUCIQClyYxZxiGwiwcQ7juEtTPoXMncS73e+iqX7TgnTcehCgIgBx1JRGhi7Ul6qMiIGqqN9do6nObS6TS4kTxUThtwyfE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\07cf63fc-2dcf-4065-9da7-87df59b57352\\azure-ai-text-analytics-5.1.1-alpha.20240916.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\07cf63fc-2dcf-4065-9da7-87df59b57352\\azure-ai-text-analytics-5.1.1-alpha.20240916.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4O4SYyzYw6DgFOS2pXMA5z7tP1jOTssvWhiUDbLLUc5J4oWJJdSYp89tKesBVIqMkwhHS3OxD3EIApXU4JOX+w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240916.1_1726521302596_0.26574268761949926","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240917.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240917.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240917.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cf98643ccbe491e734ac732bd19e415d6321eed4","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240917.1.tgz","fileCount":72,"integrity":"sha512-fP/91W+eox79UzZU7WPKqeI7RIkIUDNJkOJziIzU5QcW+XrfQvmDlOdYqCo/7IsElhrl9sYide2XIUjrCy9atw==","signatures":[{"sig":"MEUCICq23DOveqVUSEP3d+pfm6w6YDygOUeyWgHUJRmAa30MAiEAhfhYnC4CYFOTXaReBq5jRPztV2ArobYxgyrCCV39hXE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c734666-8386-4388-9a1a-63e63cb76ec9\\azure-ai-text-analytics-5.1.1-alpha.20240917.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1c734666-8386-4388-9a1a-63e63cb76ec9\\azure-ai-text-analytics-5.1.1-alpha.20240917.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fP/91W+eox79UzZU7WPKqeI7RIkIUDNJkOJziIzU5QcW+XrfQvmDlOdYqCo/7IsElhrl9sYide2XIUjrCy9atw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240917.1_1726608133903_0.6229619383986034","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240918.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240918.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240918.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f61bd8e5a7a048a85e1eff7fdc43cd3db15e86e8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240918.1.tgz","fileCount":72,"integrity":"sha512-hcf4nZxBszw0xFKZAZ3uV0Zm6BCXna01Wk6j2kCcvAxviI0OW19PFJeBOnrSdRDjH/M6HV94Hs5CtD/HkkV0IA==","signatures":[{"sig":"MEUCIEWTuCA/qqSjgu68E+9JYPzAfijzHE1+Xa/dy+E7tJIIAiEA4/tZ0Urs7weCGs9z2RmNf6T8fdG3OBdiODDqtQgRUqY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\feff76d5-439a-410b-8934-c93bf9cd9068\\azure-ai-text-analytics-5.1.1-alpha.20240918.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\feff76d5-439a-410b-8934-c93bf9cd9068\\azure-ai-text-analytics-5.1.1-alpha.20240918.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hcf4nZxBszw0xFKZAZ3uV0Zm6BCXna01Wk6j2kCcvAxviI0OW19PFJeBOnrSdRDjH/M6HV94Hs5CtD/HkkV0IA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240918.1_1726694411581_0.37936016294663033","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240919.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240919.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240919.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d7438f5ffd6475cf2232c0e8a8fb1ce5fafccfa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240919.1.tgz","fileCount":72,"integrity":"sha512-Kk2OnLejkLQb7Ou8U0HtA+8E98U53qeyb4+TdvL/dv+kwD99wVD50ElR4dnLyz9iyOPrk8pwni7ECWafCPtTEQ==","signatures":[{"sig":"MEUCIFNW5Y68yOcmZiIkp0MKigN+mYIv3xG0OJeLQYJ03toyAiEA+gBj0z3G5YQ2BOh0qoEAicjsLwCpmwq7KyYezEnUwGM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1a387feb-991e-427b-b2bd-e9534062ae0a\\azure-ai-text-analytics-5.1.1-alpha.20240919.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1a387feb-991e-427b-b2bd-e9534062ae0a\\azure-ai-text-analytics-5.1.1-alpha.20240919.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Kk2OnLejkLQb7Ou8U0HtA+8E98U53qeyb4+TdvL/dv+kwD99wVD50ElR4dnLyz9iyOPrk8pwni7ECWafCPtTEQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.5.3","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240919.1_1726780499145_0.04671221361216915","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240920.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240920.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240920.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f8743562ab1e2a681c7d814cd45d933075397ce","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240920.1.tgz","fileCount":72,"integrity":"sha512-xy5wvcWSbcDGhqOS1V2Jv/VhEVsOAyRV/V78S1PH0kTVN0jRgF4s0l3kNM9pZGjXgnV25NdjaqYJIaNhcX7gsg==","signatures":[{"sig":"MEUCIDOIjfiXUHhSaYHYgwHogB/DhuHj8M2QyuVUqfw+LGgpAiEA+XSl7SgD29DAu8/2tduP7PYGmDkvdifnKwxE33AuvlY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f28d2002-0f28-4727-bdad-beeb32d0af75\\azure-ai-text-analytics-5.1.1-alpha.20240920.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f28d2002-0f28-4727-bdad-beeb32d0af75\\azure-ai-text-analytics-5.1.1-alpha.20240920.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xy5wvcWSbcDGhqOS1V2Jv/VhEVsOAyRV/V78S1PH0kTVN0jRgF4s0l3kNM9pZGjXgnV25NdjaqYJIaNhcX7gsg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240920.1_1726867071849_0.6083782269243985","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240924.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240924.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240924.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"724b3c4b4682a6dc008ccf1a89c4e0ce7a0a2e8a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240924.1.tgz","fileCount":72,"integrity":"sha512-/DtJjRkc68ZIDZPv+co1fMID76vBj6r5bJGu+rYYsbPzLIpgtbXhAth8Viqo1gNm15lkOn35KNp2e8B8Ck4b5Q==","signatures":[{"sig":"MEUCIA9hGMGBJCmb7epFQu9y5faoe2HFOkSn3tc4lMsnWqCiAiEAzxJ53QYyBb14xqJj7tBdvOmOxbw7lBX4PzMc3lrxYbo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7aa1cf5e-78e1-4c32-a299-22fd863506ba\\azure-ai-text-analytics-5.1.1-alpha.20240924.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7aa1cf5e-78e1-4c32-a299-22fd863506ba\\azure-ai-text-analytics-5.1.1-alpha.20240924.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/DtJjRkc68ZIDZPv+co1fMID76vBj6r5bJGu+rYYsbPzLIpgtbXhAth8Viqo1gNm15lkOn35KNp2e8B8Ck4b5Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240924.1_1727212818420_0.9349990802422672","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240925.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240925.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240925.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f9190abb87ab2fdeceb88c05258c8a80094d3cf7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240925.1.tgz","fileCount":72,"integrity":"sha512-NhY6L/N9RJlPsxTXdARHSAePZj3tEnE86AE0TwySwjSekvLXuQPvvJlxL4DNqOSy3HnpTBuh5AVsFL0rQSfzqQ==","signatures":[{"sig":"MEQCICVskGQrbi+YMknc76un9vFBcZpRQ/AtZ7LG1a/b0q0hAiACyQ/Q2zxTsNWKGDhywirCR0v0TWlB/CVKpVBkuHfeVw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277676},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1dd46180-cd68-44ae-aceb-ce31bda634b0\\azure-ai-text-analytics-5.1.1-alpha.20240925.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1dd46180-cd68-44ae-aceb-ce31bda634b0\\azure-ai-text-analytics-5.1.1-alpha.20240925.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NhY6L/N9RJlPsxTXdARHSAePZj3tEnE86AE0TwySwjSekvLXuQPvvJlxL4DNqOSy3HnpTBuh5AVsFL0rQSfzqQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240925.1_1727299601354_0.6146374735831936","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240926.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240926.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"100de8059df6f6c6c46f2a6207b124d75c118aa3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240926.1.tgz","fileCount":72,"integrity":"sha512-IJzQ1Oc3ZLHSQLH/cGUd4EFvNUrvQgQd2KNnaHgv9+rNmB+UEpxDUJg951aYPwxnpwdjacjYAq5wAGbEdTQDjQ==","signatures":[{"sig":"MEUCIQCq1HUbsfk1R28/W6/ggk/4wYDDbi+E3oL/7DTuMeKCBQIgJWGHGmBhhSTxzSPHNGfqZSx9mJ6N/sp/v3KPduPYMZE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa045cb8-0c97-47f4-8b20-73ef89429b72\\azure-ai-text-analytics-5.1.1-alpha.20240926.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\aa045cb8-0c97-47f4-8b20-73ef89429b72\\azure-ai-text-analytics-5.1.1-alpha.20240926.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IJzQ1Oc3ZLHSQLH/cGUd4EFvNUrvQgQd2KNnaHgv9+rNmB+UEpxDUJg951aYPwxnpwdjacjYAq5wAGbEdTQDjQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240926.1_1727385598025_0.1721070523651742","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240927.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240927.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240927.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"899bb8edcc673d5d0d15bae01e4ec2691b487aaa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240927.1.tgz","fileCount":72,"integrity":"sha512-mC7gdQbQga/6BIn5yzviA6Gjwn6eNHN+KgafmPz6Vui5AChQMJi6nEfF8HivNCYnBL5n7xbzNRXiurwLjCPcvQ==","signatures":[{"sig":"MEQCIFPOjHJM/GB2ODVZMhDDojmy7uSBtO4VqWeLozR+8/DjAiBUdyISopQzyCa9HGi03D2nNugI+Z+ZC/8TKf6V7cmVog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4161d069-741b-468d-8847-da6d7b5a8ec2\\azure-ai-text-analytics-5.1.1-alpha.20240927.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4161d069-741b-468d-8847-da6d7b5a8ec2\\azure-ai-text-analytics-5.1.1-alpha.20240927.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mC7gdQbQga/6BIn5yzviA6Gjwn6eNHN+KgafmPz6Vui5AChQMJi6nEfF8HivNCYnBL5n7xbzNRXiurwLjCPcvQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240927.1_1727473263941_0.6689139782353497","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20240930.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20240930.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20240930.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a103bfb3f84add3443c0edbc75463a214ae95be6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20240930.1.tgz","fileCount":72,"integrity":"sha512-xjYffzinnYxJ63bi+JWaikYaosoHxmKXaoAsdYrBbFTyowy/hvGaorB7kMfpwSBd7VmzT6u3yOEdmoZVW9bpvQ==","signatures":[{"sig":"MEUCIAevmww4704m3UPM/hGGi/Zr7A+WEzJfxVipjpAstoJcAiEAl9Xusn8vBzhLUkIE3o9Sb+4byi1hsd9nNGptWLAoAgU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b80c58cc-c9fa-43f9-83c8-832157377106\\azure-ai-text-analytics-5.1.1-alpha.20240930.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b80c58cc-c9fa-43f9-83c8-832157377106\\azure-ai-text-analytics-5.1.1-alpha.20240930.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xjYffzinnYxJ63bi+JWaikYaosoHxmKXaoAsdYrBbFTyowy/hvGaorB7kMfpwSBd7VmzT6u3yOEdmoZVW9bpvQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20240930.1_1727730978950_0.2213029357024534","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241001.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241001.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241001.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8176382757256f098eb84d8fda6748b7ab851a9c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241001.1.tgz","fileCount":72,"integrity":"sha512-MPE1vGFEV/o0KWBEc7CXZ8d5d5HD3YC3kr8leDR1fkYYTKYTgudaJ7SJmY6xcwc4x5iPLKUA0z5TuMPpERIHQw==","signatures":[{"sig":"MEQCIBawAxDtMojAX9IMfHgQnz+whCh0FT+NaQcwsuXKOK/qAiBjGugsF36K9uNRVfoVG/d/vkMzeo9mt0zqTMRUm4X5Fg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8d06b18e-8f79-4ec9-be6f-f1ea8c1fafc1\\azure-ai-text-analytics-5.1.1-alpha.20241001.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8d06b18e-8f79-4ec9-be6f-f1ea8c1fafc1\\azure-ai-text-analytics-5.1.1-alpha.20241001.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MPE1vGFEV/o0KWBEc7CXZ8d5d5HD3YC3kr8leDR1fkYYTKYTgudaJ7SJmY6xcwc4x5iPLKUA0z5TuMPpERIHQw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241001.1_1727827535130_0.2899069625815811","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241002.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241002.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241002.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a478e83190996c233e2af5714f92914daf9beeaf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241002.1.tgz","fileCount":72,"integrity":"sha512-1S0iDtDWgRGOTna/C5GurSUu5Q0PhZe1dxk+mzu9LovybQe6BECDAf/w21Y+1XOxF+PGbJ5u3xcAn1xCjuRcKA==","signatures":[{"sig":"MEUCIDc08tzNY3CARfGUQrC1M5VA8UQFZDwL0Jv70A6VlUKLAiEAnWYyzl9E3jTge6nDQu371Gjo7lvXxINvIiI6+MGiX8M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\28123ab1-05fa-4ab8-8b34-94dd7a5b8f88\\azure-ai-text-analytics-5.1.1-alpha.20241002.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\28123ab1-05fa-4ab8-8b34-94dd7a5b8f88\\azure-ai-text-analytics-5.1.1-alpha.20241002.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1S0iDtDWgRGOTna/C5GurSUu5Q0PhZe1dxk+mzu9LovybQe6BECDAf/w21Y+1XOxF+PGbJ5u3xcAn1xCjuRcKA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241002.1_1727903806167_0.671860128426053","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241003.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241003.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241003.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b52989d92d3334219dd27d4704a0ae4ad694f481","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241003.1.tgz","fileCount":72,"integrity":"sha512-5dx2GE50oR24Q8zogWmKrspy6SjeAhdM6P5433FomPgvWd2/+QlPu9Ez9BHznXcAxOjFn2k74VAY4w8y3g2t9w==","signatures":[{"sig":"MEUCIDJLA1+R6MKmEG8fUUF5/DwFw6zEG9RiuAvXMjjalji3AiEAqu8bMpatDvM4ykekDYnNWaxOm8qPm4VPsDxqvt5JNPg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0076feb2-92b0-4991-a57c-90f424154e15\\azure-ai-text-analytics-5.1.1-alpha.20241003.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0076feb2-92b0-4991-a57c-90f424154e15\\azure-ai-text-analytics-5.1.1-alpha.20241003.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5dx2GE50oR24Q8zogWmKrspy6SjeAhdM6P5433FomPgvWd2/+QlPu9Ez9BHznXcAxOjFn2k74VAY4w8y3g2t9w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241003.1_1727990446809_0.8786335753197698","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241004.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241004.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241004.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df7b5e18ba8ce499863e63c60b1e2c30c682d136","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241004.1.tgz","fileCount":72,"integrity":"sha512-YOfBzQ6SmxBNbTG1Wn4ZUItc8IocRnyanv7W+/IMMFrhSRFDkO+j7IVSx4OTrGEVCBzAxMhlwtUJcQCEdc8ipw==","signatures":[{"sig":"MEUCIGjLpiesMAYp8o94K2Q4283qibmx5cyoQ00dMqg4zb+AAiEA2Ag6zJTGTcvbe6KKT2XzSfFWfsEqaOV8tMdivLwWI4Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77d3d28a-7345-44cb-a700-7fd3783623fd\\azure-ai-text-analytics-5.1.1-alpha.20241004.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77d3d28a-7345-44cb-a700-7fd3783623fd\\azure-ai-text-analytics-5.1.1-alpha.20241004.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YOfBzQ6SmxBNbTG1Wn4ZUItc8IocRnyanv7W+/IMMFrhSRFDkO+j7IVSx4OTrGEVCBzAxMhlwtUJcQCEdc8ipw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241004.1_1728076656314_0.2959899777156434","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241007.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241007.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241007.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ad2e92812d121396e6c6aa9732b316798c79fc79","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241007.1.tgz","fileCount":72,"integrity":"sha512-Qf3a+iT9HsgazyUU7uMtojMc1jez2ocvNJuYjF7bzucl0wEbTCNXZfGNsKYxbo2ADmLVqBASPD9M6zIwkzPjmg==","signatures":[{"sig":"MEUCIA5dJSJxZBGGizIY2TRU23TExvAfAXOr1YlgsUc9peUpAiEAw1r+bLkCDC/+btdUiLilfCKGNwg63QEPFqrd+DTdOF8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\44bfa230-90b0-4b16-8cf7-7dda92ba1b88\\azure-ai-text-analytics-5.1.1-alpha.20241007.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\44bfa230-90b0-4b16-8cf7-7dda92ba1b88\\azure-ai-text-analytics-5.1.1-alpha.20241007.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Qf3a+iT9HsgazyUU7uMtojMc1jez2ocvNJuYjF7bzucl0wEbTCNXZfGNsKYxbo2ADmLVqBASPD9M6zIwkzPjmg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241007.1_1728336036733_0.7309296077556793","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241008.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241008.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241008.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd3b8119df1435537a8b85c698aefb53b28c1aaf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241008.1.tgz","fileCount":72,"integrity":"sha512-kWKjL+L6V3zxl6GONDuLbVJgD/XGTE7HW7aUUIR5lGICQHo9R/r6fBMKh6jEQtp+AdFapKCHuOKZn6VPpzp0sQ==","signatures":[{"sig":"MEQCIBKAPyDDHThUfVTpro9CZEBXFFeqcZgJgE4ecRgY1CGtAiAk92SprSFfgWusBfYYnHzqwveUp4q6FvdTw0miEUcr9w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cc6e0cce-6965-4166-a21e-3a06f859fb35\\azure-ai-text-analytics-5.1.1-alpha.20241008.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cc6e0cce-6965-4166-a21e-3a06f859fb35\\azure-ai-text-analytics-5.1.1-alpha.20241008.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kWKjL+L6V3zxl6GONDuLbVJgD/XGTE7HW7aUUIR5lGICQHo9R/r6fBMKh6jEQtp+AdFapKCHuOKZn6VPpzp0sQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241008.1_1728422669688_0.054102405754381966","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241009.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241009.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241009.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45350bd2175325d6d43705b3aeda19a4c29b353e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241009.1.tgz","fileCount":72,"integrity":"sha512-jEjJysWHDlqTTSdVWOCJy4gv6gKUIusdD+Z29kgW3ZKAdkRJJyafhrPKMLKba8K2XOJ1zOw+RKNLziw7vJ1Dvg==","signatures":[{"sig":"MEQCIFisi0mf9boZ2rTXESr91Sj2m33TsuGNiVs/Sr9HlCy5AiAKcASXneT7ZI5pscblYde1rzQXNaBBjd19O0eux0EA7Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\95476ae4-df46-4952-a7dd-9d21b901d799\\azure-ai-text-analytics-5.1.1-alpha.20241009.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\95476ae4-df46-4952-a7dd-9d21b901d799\\azure-ai-text-analytics-5.1.1-alpha.20241009.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jEjJysWHDlqTTSdVWOCJy4gv6gKUIusdD+Z29kgW3ZKAdkRJJyafhrPKMLKba8K2XOJ1zOw+RKNLziw7vJ1Dvg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241009.1_1728508666359_0.7678244775593264","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241010.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241010.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241010.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"abadf1fd76b2eaf30f6f3b5e0e5565c5dd7c626c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241010.1.tgz","fileCount":72,"integrity":"sha512-E80UhO2pGEcZdIikzq4VHjtcBhJOlxRUHwivk5WSao/2LIj+h1n5DaG8l9OhGhj2dloX7L4UIL1OUwVJPbeP3A==","signatures":[{"sig":"MEUCIFtTB5cAqxBb2esJNdZEp6IZTpUILFJ2j/5tHOm62Wf0AiEAiggazp55PB/JDWLS3Gf5ulaF16DRA3kImdIBOHdvGxM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\65427fe6-8d2d-488e-bcc5-c3ae893d3564\\azure-ai-text-analytics-5.1.1-alpha.20241010.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\65427fe6-8d2d-488e-bcc5-c3ae893d3564\\azure-ai-text-analytics-5.1.1-alpha.20241010.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E80UhO2pGEcZdIikzq4VHjtcBhJOlxRUHwivk5WSao/2LIj+h1n5DaG8l9OhGhj2dloX7L4UIL1OUwVJPbeP3A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241010.1_1728596333247_0.08799836928127935","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241011.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241011.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241011.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b7487d8e3b9dd147207d9b3ca06b4dee4e5f37a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241011.1.tgz","fileCount":72,"integrity":"sha512-2+5n3v/qJKMA95yZo/fVJGlVDAS+h9THNp9hAoylQe6WA4oF27Rz2bWkXtJ/a4BqzyT6AUtEj+5tDjcOOp2Pdg==","signatures":[{"sig":"MEQCIAcFUCAoOQhY3TBSDDPFnO70yl2115K9mzurq6UvklIsAiAs4A5c+gNpUHwgLhdqcsuBiCuGGCPGfKB9ohXJnd3ZRQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\27970165-2a86-424a-8b4f-c19ecfe19d94\\azure-ai-text-analytics-5.1.1-alpha.20241011.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\27970165-2a86-424a-8b4f-c19ecfe19d94\\azure-ai-text-analytics-5.1.1-alpha.20241011.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2+5n3v/qJKMA95yZo/fVJGlVDAS+h9THNp9hAoylQe6WA4oF27Rz2bWkXtJ/a4BqzyT6AUtEj+5tDjcOOp2Pdg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241011.1_1728681725185_0.9904473133134055","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241014.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241014.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241014.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a464426e33951915620652943d02a49e5fb2f0b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241014.1.tgz","fileCount":72,"integrity":"sha512-EchKtZved4KLPmh3bTPHYd48hu63pGE/OKROHewQ0qyS5Be2tmuYzpJc9nWG9vUMMwo2kJSJAtjk4NHIT3GIZA==","signatures":[{"sig":"MEQCIHZHaA9rfdGibolBepYqJlIo3hArOxd3jVa0Q6akC7rgAiAH1gD9InO5iqa9YKBWctfUJpAfEnyMkRR8Js9OqrrEMg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\63fe648e-6fdc-41df-8e32-443865f321f4\\azure-ai-text-analytics-5.1.1-alpha.20241014.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\63fe648e-6fdc-41df-8e32-443865f321f4\\azure-ai-text-analytics-5.1.1-alpha.20241014.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EchKtZved4KLPmh3bTPHYd48hu63pGE/OKROHewQ0qyS5Be2tmuYzpJc9nWG9vUMMwo2kJSJAtjk4NHIT3GIZA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241014.1_1728940659953_0.6565814567903938","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241015.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241015.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241015.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3b7f3a658613f6c8721784f4e63bdd4d28a05547","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241015.1.tgz","fileCount":72,"integrity":"sha512-cLiR16cPgRHTzj4NExK3o5hQx5zQLFbHnG8BKVYvq0hY5SZK9HuxadUPvL/9VhwpfovZ93sU9OVrGk5mzDx3Nw==","signatures":[{"sig":"MEYCIQDbjha775oTyXDJhd1r9PcJ8iqUz/QeXBNkWkf6AYSycwIhAJjd/Ze3xJNADJ6rW/m0F/e940UK4a7DEhQTU0A9Ku5h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f2fe5bd1-7c1f-42eb-9a17-c961368f027b\\azure-ai-text-analytics-5.1.1-alpha.20241015.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f2fe5bd1-7c1f-42eb-9a17-c961368f027b\\azure-ai-text-analytics-5.1.1-alpha.20241015.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cLiR16cPgRHTzj4NExK3o5hQx5zQLFbHnG8BKVYvq0hY5SZK9HuxadUPvL/9VhwpfovZ93sU9OVrGk5mzDx3Nw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241015.1_1729026975804_0.07996437782788068","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241016.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241016.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241016.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"15d664a6859dfefeb6187c105dff49073c758611","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241016.1.tgz","fileCount":72,"integrity":"sha512-iwUFrLlH4T//xIH1M6hXzPQr1+jyCTUV0PXCvTSKC3z4LiCXYibe3nQU7fxLkQid8qXShNJdQ+lrJW3oPp/GfQ==","signatures":[{"sig":"MEQCIC43p5BeVA5ImQSZMiePmiipN1jEDIAZRjAaGVSS8pq+AiALC8RR6Q0E0LLg4YUE5TZ59KTcWf2gNJvnO7aujym3VA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0f3350c-6037-4b3b-b2ad-3b1d3498f19a\\azure-ai-text-analytics-5.1.1-alpha.20241016.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0f3350c-6037-4b3b-b2ad-3b1d3498f19a\\azure-ai-text-analytics-5.1.1-alpha.20241016.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iwUFrLlH4T//xIH1M6hXzPQr1+jyCTUV0PXCvTSKC3z4LiCXYibe3nQU7fxLkQid8qXShNJdQ+lrJW3oPp/GfQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241016.1_1729113448107_0.06699558071116729","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241017.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241017.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241017.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"61de56762943487a8ae8b888d7852fa38d4df8c1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241017.1.tgz","fileCount":72,"integrity":"sha512-LHBP0fXFc6aZsclR494jfxz4/hHycieQ24PQdJzXSACe7k9rPlZZXiv4G0XJnBN1TUO/OZ3L8JpR4vefHbKq7g==","signatures":[{"sig":"MEYCIQCsdoWQkB8Lcjapm/sH7DyetSzNOmeOvTKAjObGRRd/wAIhAMHaPuNSW0Kjjt/evk33hAkrej/JBEgbEImWlYNZAqR4","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a952e42d-1b49-4ebe-8d81-147ee5c7e9fc\\azure-ai-text-analytics-5.1.1-alpha.20241017.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a952e42d-1b49-4ebe-8d81-147ee5c7e9fc\\azure-ai-text-analytics-5.1.1-alpha.20241017.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LHBP0fXFc6aZsclR494jfxz4/hHycieQ24PQdJzXSACe7k9rPlZZXiv4G0XJnBN1TUO/OZ3L8JpR4vefHbKq7g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241017.1_1729199951274_0.9314862854237","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241018.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241018.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241018.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f4980c3661abd19c625283b5922f04cc56139a39","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241018.1.tgz","fileCount":72,"integrity":"sha512-1ONDRerkI4zFwC4I4YGJshWKhelCRsod8JaA+2h84lY5c5NPTqlhChOKKB4z8xVEdTdmR7LgWDmLRd+M7ifEZQ==","signatures":[{"sig":"MEUCIDtER8ytMjcQK0wW8qyDzZbQNLwWsgCdFOxT856dWtGvAiEAtlUAKbiJfDfRdQC4QC50D1FhDZKrd8sNgUx/jIox9A8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ce09e437-a904-4fc8-b5b7-e5364623b940\\azure-ai-text-analytics-5.1.1-alpha.20241018.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ce09e437-a904-4fc8-b5b7-e5364623b940\\azure-ai-text-analytics-5.1.1-alpha.20241018.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1ONDRerkI4zFwC4I4YGJshWKhelCRsod8JaA+2h84lY5c5NPTqlhChOKKB4z8xVEdTdmR7LgWDmLRd+M7ifEZQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241018.1_1729286404143_0.2740389613043477","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241021.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241021.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241021.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"372ad94a273b815d002ae397540a3b7ecf64497f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241021.1.tgz","fileCount":72,"integrity":"sha512-S2yZY4kQ7nuzU2c0heEexVhQIEKjgkn7EnAXiEuPcj5nZHnZP0lUTlzPBFxQ5Rf++r8G+Gi92PkqB8JMDWO3Cg==","signatures":[{"sig":"MEYCIQD/9WtyNG/UVevpAha+KFOcj4BrjqMmfDRfeLQzaes/hAIhAJXDQu9KPLVtJqZ9rHrNGtgCHy6Ww837dhmvpi5GnN9X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3d8063d7-34bf-4a86-bf4a-0a69eac73dba\\azure-ai-text-analytics-5.1.1-alpha.20241021.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3d8063d7-34bf-4a86-bf4a-0a69eac73dba\\azure-ai-text-analytics-5.1.1-alpha.20241021.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-S2yZY4kQ7nuzU2c0heEexVhQIEKjgkn7EnAXiEuPcj5nZHnZP0lUTlzPBFxQ5Rf++r8G+Gi92PkqB8JMDWO3Cg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241021.1_1729545548929_0.8106517340833213","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241022.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241022.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241022.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7f912d1291849543ac69d32b5c5cac2e6e05f4b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241022.1.tgz","fileCount":72,"integrity":"sha512-qy2aMyCeT2fzuNo8ZocrAjtpEdoEh0tXF4uPCCtcu8wflQBpCqG0CAMvcmln+ih1vVmxpb+PXW8Jk4dWWYxhKw==","signatures":[{"sig":"MEUCIQD0vcT6jq0HO6kctdrjWc96vXIxrJM1/s3nBz6HQRxclgIgOTwJfePGZR9v5lNjr4k+IOtO3gqgOxO11RMY5KqlWKM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277715},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\79ff1d11-406c-4399-8d1e-481fc7d9e3f0\\azure-ai-text-analytics-5.1.1-alpha.20241022.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\79ff1d11-406c-4399-8d1e-481fc7d9e3f0\\azure-ai-text-analytics-5.1.1-alpha.20241022.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qy2aMyCeT2fzuNo8ZocrAjtpEdoEh0tXF4uPCCtcu8wflQBpCqG0CAMvcmln+ih1vVmxpb+PXW8Jk4dWWYxhKw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","rimraf":"^5.0.5","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241022.1_1729632005645_0.8634710135425758","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241023.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241023.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e62e2f2ed82f2d7e331bdb2e1aeb580f17f7d3a7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241023.1.tgz","fileCount":72,"integrity":"sha512-qt2JcbTj5Wwikbjcmx4fsE8w4JaTGi5cgkWuepAG44eK7dFZbYKDSlnvMLloEwjFCt/Zn4n3fXaOjmCKTPty8w==","signatures":[{"sig":"MEYCIQCXzNy0ualZpGgjRi0jntIfbSbCzbJBzE46JxwrUFTvFgIhAP5tN0E3CUbTEp/asWm30mjWdvoeYnQUjM38uNLmdtdm","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277692},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9e120c09-aee6-4e07-91ac-7b688e12ca41\\azure-ai-text-analytics-5.1.1-alpha.20241023.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9e120c09-aee6-4e07-91ac-7b688e12ca41\\azure-ai-text-analytics-5.1.1-alpha.20241023.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qt2JcbTj5Wwikbjcmx4fsE8w4JaTGi5cgkWuepAG44eK7dFZbYKDSlnvMLloEwjFCt/Zn4n3fXaOjmCKTPty8w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241023.1_1729718207077_0.604748195660227","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241024.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241024.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241024.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2331ab5426a1c5e8601e5e78b5f509b386aef6cc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241024.1.tgz","fileCount":72,"integrity":"sha512-q7DYZ8oCOA5AefVTj2D8DjHg4yzXvJT777NXghfXTnUMs1cFeFpnSZLTk5YyaGdAcz4qzntvX2SsxS/OvqBOag==","signatures":[{"sig":"MEUCIQDfqIhj1qOIrd0mW80BoXIT7VD+OwND4ODPLzZQm+eOEAIgBwV2L+bZh94btDJOruHNDCRPsZttf0JrJ+61rukq998=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277692},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ea307c8a-e51e-4b64-9907-e953a890e936\\azure-ai-text-analytics-5.1.1-alpha.20241024.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ea307c8a-e51e-4b64-9907-e953a890e936\\azure-ai-text-analytics-5.1.1-alpha.20241024.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-q7DYZ8oCOA5AefVTj2D8DjHg4yzXvJT777NXghfXTnUMs1cFeFpnSZLTk5YyaGdAcz4qzntvX2SsxS/OvqBOag==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241024.1_1729804727951_0.07740759891145377","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241025.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241025.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241025.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b40ab18e88e1612cc02a760344307b514e53374c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241025.1.tgz","fileCount":72,"integrity":"sha512-0Jckn3Ds9P2J80NHVOLQkTDwR5Awdj9LgTkNjI4ZAuxXxhD1RCVb2mWXfzAxGdMY+k6frTOq7AGTbrV2vXFuMw==","signatures":[{"sig":"MEQCIDTSdR1jT6ACpZuzHPmN7PmEIILtZkqO/8yYSqfLfgCbAiAh3LIMOvGirJ3zF1ksuTcpba8OKwej0c07Ab02yObIQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277692},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fdea8de7-3b56-48d9-8cc9-15c0e7b77001\\azure-ai-text-analytics-5.1.1-alpha.20241025.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","audit":"node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fdea8de7-3b56-48d9-8cc9-15c0e7b77001\\azure-ai-text-analytics-5.1.1-alpha.20241025.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0Jckn3Ds9P2J80NHVOLQkTDwR5Awdj9LgTkNjI4ZAuxXxhD1RCVb2mWXfzAxGdMY+k6frTOq7AGTbrV2vXFuMw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241025.1_1729890976894_0.3862905724811161","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241028.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241028.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241028.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"50a3a093fc89e3b7e924d6b92711a77864d640a9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241028.1.tgz","fileCount":72,"integrity":"sha512-HVKNlDhFVT3WamT3fCqA4+rgQDSbjlYj7sw9hYP3yyD5OioNCkiMC/I1pLbwP1yXONHKtxYgnjh+ovLm3llLYQ==","signatures":[{"sig":"MEUCIQDaf6aus42s2zQTNY5GZr+nOR63Si9/6ysoFrbK6vIvjgIgWET8aKHHQI32jP2KCH3LEytKIhMF/sXElDqm+uaw9hY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277523},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bc6061f2-67be-46b8-b6ab-978718526d91\\azure-ai-text-analytics-5.1.1-alpha.20241028.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bc6061f2-67be-46b8-b6ab-978718526d91\\azure-ai-text-analytics-5.1.1-alpha.20241028.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HVKNlDhFVT3WamT3fCqA4+rgQDSbjlYj7sw9hYP3yyD5OioNCkiMC/I1pLbwP1yXONHKtxYgnjh+ovLm3llLYQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241028.1_1730150756335_0.9477255419228661","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241029.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241029.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241029.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"457e6aa2aefb0ab269972f2c672f275906fa6ee9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241029.1.tgz","fileCount":72,"integrity":"sha512-h0P1hLellI8wo53289vRE+QhFPAq6DhP6XZ4BmNEE+xvF3YB/gry4kOd5QBdqIs8C68I//+KaTLsTY1U0Jq2BA==","signatures":[{"sig":"MEUCIFmSaVrN/Jb/sE5gQAGghKOfTtu50HjiyV3CDUbTzveuAiEAjum0crVl3YpRxsyIp7s7Jzmqhgtz4w/A7cj4qR1Z25E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1267703},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d7573826-28ef-4268-a69b-2a65261e09f6\\azure-ai-text-analytics-5.1.1-alpha.20241029.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d7573826-28ef-4268-a69b-2a65261e09f6\\azure-ai-text-analytics-5.1.1-alpha.20241029.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-h0P1hLellI8wo53289vRE+QhFPAq6DhP6XZ4BmNEE+xvF3YB/gry4kOd5QBdqIs8C68I//+KaTLsTY1U0Jq2BA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241029.1_1730236545050_0.5800565639233588","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241030.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241030.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241030.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"527dcb372e4efa18969d836a366a597243667301","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241030.1.tgz","fileCount":72,"integrity":"sha512-grkm5/pYn12syi3J11TrQy3X3vXkAFiiSXFXrkmr18tjCvOl292OriSC/CoMNYNbA6OWmjAvUeQp/AkghnnWng==","signatures":[{"sig":"MEUCIQDdwi2bVOznmiwoOabt/kChFXEiGzMgah2siiH3akr7/AIgaVnW4bZOAVHjBTMTpJ+DW/oUU0ScX0ltZBATz0GNfe8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271754},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f7ef54cb-0881-4026-8122-bcd634e18260\\azure-ai-text-analytics-5.1.1-alpha.20241030.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f7ef54cb-0881-4026-8122-bcd634e18260\\azure-ai-text-analytics-5.1.1-alpha.20241030.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-grkm5/pYn12syi3J11TrQy3X3vXkAFiiSXFXrkmr18tjCvOl292OriSC/CoMNYNbA6OWmjAvUeQp/AkghnnWng==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241030.1_1730323107266_0.9657875192159817","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241031.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241031.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241031.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8d0a994abf234301f3a8656fefb615f5073f807a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241031.1.tgz","fileCount":72,"integrity":"sha512-Qq/m2e/SUNMcPT1NvkKe4FTAo7Wgcc3WSDmca4ugC0dEvDC0Yp0YwI49r2fh76fRShutI3lsWPSsr2VstvRQLA==","signatures":[{"sig":"MEUCIQDiCEvFgBvHYkOknqSiK4IAbpgx73JiSHUoEVirVtypxgIgfD1p157XcfWJd5nFd4xFNk2Z9fwgb0rNBFT24nWYMp4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271754},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e88722ac-f176-4732-8d29-54605e8ef92d\\azure-ai-text-analytics-5.1.1-alpha.20241031.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e88722ac-f176-4732-8d29-54605e8ef92d\\azure-ai-text-analytics-5.1.1-alpha.20241031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Qq/m2e/SUNMcPT1NvkKe4FTAo7Wgcc3WSDmca4ugC0dEvDC0Yp0YwI49r2fh76fRShutI3lsWPSsr2VstvRQLA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","cross-env":"^7.0.2","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241031.1_1730409522613_0.1395636457767484","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241111.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241111.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76052d3edf511062a11be9bd057e23295e84549e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241111.1.tgz","fileCount":72,"integrity":"sha512-ZoZA5gk1OGHy8hNtByuIOrEAlziU7toiG4Fuy1M+YilIc2pWIsv+wdtpu52tGq75tFMaB5VihVbb0rCA52A2FQ==","signatures":[{"sig":"MEQCIDVyFPx5Wsihk0FptWfWTHxD6S9bIgRz89ZXvJfzwYaWAiAdicNf72eveLhxqewQPEzjDt6PlD7aHoHbEmCEzUfznA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\183bb3ae-c394-457c-a166-abf45f86d5cf\\azure-ai-text-analytics-5.1.1-alpha.20241111.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\183bb3ae-c394-457c-a166-abf45f86d5cf\\azure-ai-text-analytics-5.1.1-alpha.20241111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZoZA5gk1OGHy8hNtByuIOrEAlziU7toiG4Fuy1M+YilIc2pWIsv+wdtpu52tGq75tFMaB5VihVbb0rCA52A2FQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241111.1_1731363509757_0.41977258766033865","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241112.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241112.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8811ca4750d9f8ebc8c1c4692e1420b385790108","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241112.1.tgz","fileCount":72,"integrity":"sha512-csXYbHjgDu7jcFflPkfyaxtMONfmSKKJrjZ9dUqOVDfkk6YiVQhtmNh4/f+7r+QaGxZ1J1A1LRs5q9/LY3E8ow==","signatures":[{"sig":"MEUCIQCxEO4bCuQFf5fPcXgEf1hSrm5O7EflakSKboXleihrkAIgQXKv8gfrGDXHGUQn5iEqbna08LDZUQyaYlFOxJ1XsJ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a756b09b-9c86-445d-8fc5-0796beb5abbe\\azure-ai-text-analytics-5.1.1-alpha.20241112.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a756b09b-9c86-445d-8fc5-0796beb5abbe\\azure-ai-text-analytics-5.1.1-alpha.20241112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-csXYbHjgDu7jcFflPkfyaxtMONfmSKKJrjZ9dUqOVDfkk6YiVQhtmNh4/f+7r+QaGxZ1J1A1LRs5q9/LY3E8ow==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241112.1_1731449990328_0.47024189652125004","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241113.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241113.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d780f19da47f0ed90d8ea254a8f93766be4aa48","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241113.1.tgz","fileCount":72,"integrity":"sha512-NreRzs08xwuTnsGjBt3YjnanDOJf1jxG6y5Jx4F680sQv3IUh76Bvhg8CA6qa3w+uh2KaRvZ2iFJVJPr+AsvgQ==","signatures":[{"sig":"MEYCIQD71C2QXweJrmLpi2W8rdTtBvoiqoqPq3K0Fomgd3j9LwIhAPoCs5FVivflYrpRPTOm4foH/ijCjXsacKlOP893ikYk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5ab8f48-183b-444d-85a4-0cf66545bfb3\\azure-ai-text-analytics-5.1.1-alpha.20241113.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5ab8f48-183b-444d-85a4-0cf66545bfb3\\azure-ai-text-analytics-5.1.1-alpha.20241113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NreRzs08xwuTnsGjBt3YjnanDOJf1jxG6y5Jx4F680sQv3IUh76Bvhg8CA6qa3w+uh2KaRvZ2iFJVJPr+AsvgQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241113.1_1731536138839_0.7664763968546184","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241114.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241114.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f05c48f6c012b8b2497447863e8f7c1849f17143","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241114.1.tgz","fileCount":72,"integrity":"sha512-L1FuEvvOJTKgR1lZzQ3W9wVMzgiVjsgmFKVjhIJ1t1DpC48ElS6IumllTP5Ztp2pX9AwKzAFrLuy7kLYfn7RLQ==","signatures":[{"sig":"MEYCIQDFZPDEYKokts/szUkx/5E2ftjQZ1FksqBF5NxFGglxbQIhANE0hs4+f87eeGT/8/4mM9oI5L3ZS3F6atNL6B9PaMit","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4026ea9d-6620-4e01-abd1-cf0c0b8a47bc\\azure-ai-text-analytics-5.1.1-alpha.20241114.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4026ea9d-6620-4e01-abd1-cf0c0b8a47bc\\azure-ai-text-analytics-5.1.1-alpha.20241114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L1FuEvvOJTKgR1lZzQ3W9wVMzgiVjsgmFKVjhIJ1t1DpC48ElS6IumllTP5Ztp2pX9AwKzAFrLuy7kLYfn7RLQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241114.1_1731622766182_0.9047015201725299","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241115.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241115.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84d7ba201b3bfb9f586618f7c5d972aa1b32dddf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241115.1.tgz","fileCount":72,"integrity":"sha512-A2JjVV4s0MiBayyBznfCpXl0bPn3dFXamtx6seCSk3fOH16Sm/FEtu92dgIb2Yf5ZLd6MqhaqYTvLhstPWsVeQ==","signatures":[{"sig":"MEQCIDWT0XXcSZK1iKd2E1KBA54uSn0cFwsaplsQsouXiJEiAiBLicPCj6vMu5qKqfGs8vdixqLgv5jiBHNUo6uY+RwEkg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a94e5355-5d76-4d16-b652-a56c673dd46a\\azure-ai-text-analytics-5.1.1-alpha.20241115.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a94e5355-5d76-4d16-b652-a56c673dd46a\\azure-ai-text-analytics-5.1.1-alpha.20241115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-A2JjVV4s0MiBayyBznfCpXl0bPn3dFXamtx6seCSk3fOH16Sm/FEtu92dgIb2Yf5ZLd6MqhaqYTvLhstPWsVeQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241115.1_1731709114934_0.6842089420977164","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241118.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241118.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241118.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ccae20af79c6a8aaeb8e4af17af92f5298f88d4","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241118.1.tgz","fileCount":72,"integrity":"sha512-pEn4ykRrbBA0k1EAFkC8ighxrs8raUTPkkxLW6WJM9aiSPVwjg33FTSgWLzPge/2wuS56+LL2gcFcoaDZDYiTg==","signatures":[{"sig":"MEUCIFJCpiSPlH/ZLgGfF4jU3q6rwAtRJG6NOU1/YqgCvPX/AiEAncuGuEjXXufDn7gtj0V4E9o/WtiC9FBsLS0coQdDJeM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\330cab81-b8b1-42dc-be5d-4931873e3c4d\\azure-ai-text-analytics-5.1.1-alpha.20241118.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\330cab81-b8b1-42dc-be5d-4931873e3c4d\\azure-ai-text-analytics-5.1.1-alpha.20241118.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pEn4ykRrbBA0k1EAFkC8ighxrs8raUTPkkxLW6WJM9aiSPVwjg33FTSgWLzPge/2wuS56+LL2gcFcoaDZDYiTg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241118.1_1731968406134_0.8015523972739176","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241119.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241119.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a39ae0c10eb6bbafc7429c7794371f0d0473e9a1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241119.1.tgz","fileCount":72,"integrity":"sha512-w3CxY8Iofg8nqInHcvBpGIG+wmHHgGS9GO27t2PannXmOqUJFCDMQfZa8D8bkhBz/q+WCcTGsPL2SPi6KeQd5w==","signatures":[{"sig":"MEUCIQCWLnKwS42qnabb7ZuHOsQrZn/vueCpbtPuvLJbL201IwIgPPqceLfYBe3oImPpGO6DHlsdkEzuHI9lqixSlHCZX6A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c8882a33-41ab-4bee-a5d2-836c09000483\\azure-ai-text-analytics-5.1.1-alpha.20241119.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c8882a33-41ab-4bee-a5d2-836c09000483\\azure-ai-text-analytics-5.1.1-alpha.20241119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-w3CxY8Iofg8nqInHcvBpGIG+wmHHgGS9GO27t2PannXmOqUJFCDMQfZa8D8bkhBz/q+WCcTGsPL2SPi6KeQd5w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241119.1_1732054528402_0.9490767790290964","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241120.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241120.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf28f61c873d9a3ee23e22b03f997f6686197fc8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241120.1.tgz","fileCount":72,"integrity":"sha512-b3dfk3rqi1bG49xWgU2ujLcusxqlGJbRUJ2guMS22+ZuKP6tESBdSfq53HvY7Xoahd0MBwMp2Js9piMUpIFVLA==","signatures":[{"sig":"MEUCIBAu1aIAxrm6r42W+ZvkaS/Md8oVU1Sgqm2hdUs3uuQ3AiEAxkaYIGZ+PwN1fuEl/gxv6ZmEECsAIpr2H+FoDTOvEa4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\759c6868-8817-4faa-bb66-24bf5abcc20e\\azure-ai-text-analytics-5.1.1-alpha.20241120.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\759c6868-8817-4faa-bb66-24bf5abcc20e\\azure-ai-text-analytics-5.1.1-alpha.20241120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-b3dfk3rqi1bG49xWgU2ujLcusxqlGJbRUJ2guMS22+ZuKP6tESBdSfq53HvY7Xoahd0MBwMp2Js9piMUpIFVLA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241120.1_1732140920694_0.33518857011192527","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241121.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241121.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"68aa17edc704b5d6ce416cf53a6b6dfb1b420e5c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241121.1.tgz","fileCount":72,"integrity":"sha512-gbRTKOUHwV+ZZiiA7SVBitm/TO+hyJCdkYbw61ZzkSigxPbH1w7sqeNe1MdpfnUOUoSwaRZoT2p0kRjU+1w98g==","signatures":[{"sig":"MEQCIDlhYmiS29Vl8etZs6e5N++MwLkS/PjvVD/D8azM8gvGAiBtrxKMz/4K+V1BcNazHhDjWKES3HGiJEuZOpohqg7qmQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c281cc94-fe4d-4784-9b9d-0b57881ce00e\\azure-ai-text-analytics-5.1.1-alpha.20241121.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c281cc94-fe4d-4784-9b9d-0b57881ce00e\\azure-ai-text-analytics-5.1.1-alpha.20241121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gbRTKOUHwV+ZZiiA7SVBitm/TO+hyJCdkYbw61ZzkSigxPbH1w7sqeNe1MdpfnUOUoSwaRZoT2p0kRjU+1w98g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241121.1_1732228345750_0.5311060940440933","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241122.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241122.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb9dc4ab88d29be364c4865b629312499f73c575","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241122.1.tgz","fileCount":72,"integrity":"sha512-4A/z7IIDGwEXvBUw4SIE3udynbUb6azNAKWvScnJIwzhjBdP6E7ssn6J9qhz+OyJxXXbxR29qXSipzDumgMQsQ==","signatures":[{"sig":"MEUCIQDBB5Ky4uTsiSB7NEwJ+nlbBKbNy0bsFpX3Hb0SW2aKTwIgIeyK/+YH+RqgFf7ID1Jp8wZODmLc6NcuPzv7XgG7njM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\818b5dc6-dffa-4d0f-80e4-9cf96ee19be0\\azure-ai-text-analytics-5.1.1-alpha.20241122.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\818b5dc6-dffa-4d0f-80e4-9cf96ee19be0\\azure-ai-text-analytics-5.1.1-alpha.20241122.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4A/z7IIDGwEXvBUw4SIE3udynbUb6azNAKWvScnJIwzhjBdP6E7ssn6J9qhz+OyJxXXbxR29qXSipzDumgMQsQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241122.1_1732313843919_0.7283339091668297","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241125.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241125.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"62f5f8764dc407d8460117a0f85b742f1d385679","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241125.1.tgz","fileCount":72,"integrity":"sha512-0yOnCdra9G17h17khXnir9NfOGaNqmo1izdFnOzfRO1vHE07CVSNAtj0dqd4laSWE4tlAq46Z048QZwUE3daOg==","signatures":[{"sig":"MEUCIQCbbODp1pRB5O6dIxAqnQlBiWMSgmG8bffwNtET9OjWvAIgIJlM99Bk/3PSui1WT/dxzJ3sOzPsDnhM6oRU6EG38eY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\844bba3a-ba56-48f3-a576-e9a83f264cd4\\azure-ai-text-analytics-5.1.1-alpha.20241125.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\844bba3a-ba56-48f3-a576-e9a83f264cd4\\azure-ai-text-analytics-5.1.1-alpha.20241125.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0yOnCdra9G17h17khXnir9NfOGaNqmo1izdFnOzfRO1vHE07CVSNAtj0dqd4laSWE4tlAq46Z048QZwUE3daOg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241125.1_1732572897252_0.5596244404502257","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241126.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4cf57dd4c54cad2354409f22cd0d8b9573c1ce89","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241126.1.tgz","fileCount":72,"integrity":"sha512-EaQY6vAYaYGA7feidzeW66A/kQsmWDrVthL/vEtv2TZjpwo6w/a8XQZBmorB+GrAoCOBYYe5vbUNgbXHRXhK+Q==","signatures":[{"sig":"MEUCIQDMrksEf7oojeZJGm8RiQh80l3lsBO+CZMwJA17MhXV0AIgDj7LcJGS/E9N2Ky4oQ0G4CqU3ucPKyV09DkJ98N492g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b15dbf0e-09b0-43a9-9e08-8b4e0e49a704\\azure-ai-text-analytics-5.1.1-alpha.20241126.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b15dbf0e-09b0-43a9-9e08-8b4e0e49a704\\azure-ai-text-analytics-5.1.1-alpha.20241126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EaQY6vAYaYGA7feidzeW66A/kQsmWDrVthL/vEtv2TZjpwo6w/a8XQZBmorB+GrAoCOBYYe5vbUNgbXHRXhK+Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241126.1_1732659417752_0.02035587255054394","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241127.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73d653dd4362722555fb687c45ae1fb45d29b481","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241127.1.tgz","fileCount":72,"integrity":"sha512-fKxaHtSMy+rBpE9uYRWT9ivYORtSsgtVuURzUwl1eXm44uwvBlaBiBpRh4o33cRRFh29EIgKO0sClut2NjP5Vg==","signatures":[{"sig":"MEYCIQCWwdE87vCsFSWd804OOUGq//TAsjxpk2JTLwN9AVQDIQIhAPA67vEs2Nw32UnMWq+EL0OXjBRyxJ1D9VjEqOW+brCr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\de7b9251-a80b-4c4c-8827-8453912f9421\\azure-ai-text-analytics-5.1.1-alpha.20241127.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\de7b9251-a80b-4c4c-8827-8453912f9421\\azure-ai-text-analytics-5.1.1-alpha.20241127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fKxaHtSMy+rBpE9uYRWT9ivYORtSsgtVuURzUwl1eXm44uwvBlaBiBpRh4o33cRRFh29EIgKO0sClut2NjP5Vg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241127.1_1732745869274_0.6603826598263927","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241128.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3eaeae2ab274aaed264bdf845c20f27370f98bc6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241128.1.tgz","fileCount":72,"integrity":"sha512-++yg3MA/sQ7PICXqzETJWaAdCs0mxmfoM/kiUsu+jPL23Z5KW18czZgQXhhofFWlIorM7Fgc/Ie6U/fXxHezGQ==","signatures":[{"sig":"MEUCIQCieVDuUIIJ4P9S/yhQPcHlDerErpqi4Dvd5ZyaEE9HgwIgD+7XZ1+E8fEnFsKGh9sjtuddgJxAs4/8MLZHFFdpxCs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9b97514a-5872-4ada-b133-e30b12d54f30\\azure-ai-text-analytics-5.1.1-alpha.20241128.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9b97514a-5872-4ada-b133-e30b12d54f30\\azure-ai-text-analytics-5.1.1-alpha.20241128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-++yg3MA/sQ7PICXqzETJWaAdCs0mxmfoM/kiUsu+jPL23Z5KW18czZgQXhhofFWlIorM7Fgc/Ie6U/fXxHezGQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241128.1_1732832125237_0.2057211695315222","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241129.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5cbe3296db62c2ff65481716823a2424a0fd538e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241129.1.tgz","fileCount":72,"integrity":"sha512-fD7eRKqALx2UAiDmAHFt+qPsgUC5nCnqL5AOkd+YFBFdDfayu4YaknQmg1FAxEkv1gDVHJD0oLt27ETv0t2MPw==","signatures":[{"sig":"MEUCIHsez4HfV5W8zd4dkIhCbPNoENcMr7g1R9kbZclN6iraAiEApzLU07gOUvb4ATqdIgEFRfU2rWzSzVRpL/L/c6NzlAk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0765e096-0497-466c-9451-4573c708b325\\azure-ai-text-analytics-5.1.1-alpha.20241129.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0765e096-0497-466c-9451-4573c708b325\\azure-ai-text-analytics-5.1.1-alpha.20241129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fD7eRKqALx2UAiDmAHFt+qPsgUC5nCnqL5AOkd+YFBFdDfayu4YaknQmg1FAxEkv1gDVHJD0oLt27ETv0t2MPw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241129.1_1732918406082_0.13826311106309075","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241203.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f165e78eee16a252e5b8d4672e0111ad5103a6cc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241203.1.tgz","fileCount":72,"integrity":"sha512-t0hVOhmEP/gRbJb3GstaKDjKlt3Jf3YdymxLr/xlbwisKQxQO4qdxOCjXMWTw4l3aNlKyertC+0IjVcfeUzvzw==","signatures":[{"sig":"MEYCIQCnBzeH5DyVCkZX3bmdZ5RbQc8qHREaCms/tcQA5JEEjQIhALzS++nxeDhxuLmmhaEIP35vER/jIao7vkw+2ce/2khq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a4096b25-f9a3-4ead-a150-ea497de85eeb\\azure-ai-text-analytics-5.1.1-alpha.20241203.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a4096b25-f9a3-4ead-a150-ea497de85eeb\\azure-ai-text-analytics-5.1.1-alpha.20241203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-t0hVOhmEP/gRbJb3GstaKDjKlt3Jf3YdymxLr/xlbwisKQxQO4qdxOCjXMWTw4l3aNlKyertC+0IjVcfeUzvzw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241203.1_1733264327183_0.7366342700305659","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241204.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0f43328169da3b9caec12f2d74e0cbc4d84f95a0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241204.1.tgz","fileCount":72,"integrity":"sha512-fHxAVwP99Hymz2O900sN27dQK2kiWPax8PMjQvqxX05F+9/8xzsXm+7slnF/8oLgVbv+rHDW6ZhLryhTFijIuw==","signatures":[{"sig":"MEQCIAwbfJCYvk2SfOQW3eSKx4o8bPSA3HnPST10jAXIOhmWAiBOMIxGGTmP0ovXj4NjWojW6gGNupfLsZE5jCAxEr9h8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1271727},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2c9b43b2-900e-45e5-bfd3-308d7f12602a\\azure-ai-text-analytics-5.1.1-alpha.20241204.1.tgz","types":"./types/ai-text-analytics.d.ts","module":"./dist-esm/src/index.js","browser":{"./dist-esm/src/utils/url.js":"./dist-esm/src/utils/url.browser.js","./dist-esm/test/public/utils/env.js":"./dist-esm/test/public/utils/env.browser.js"},"engines":{"node":">=18.0.0"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"tsc -p . && dev-tool run bundle","build:test":"tsc -p . && dev-tool run bundle","build:debug":"tsc -p . && dev-tool run bundle && dev-tool run extract-api","extract-api":"tsc -p . && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"tsc -p . && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"echo skipped","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"dist-esm/test/**/*.spec.js\"","integration-test:browser":"dev-tool run test:browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2c9b43b2-900e-45e5-bfd3-308d7f12602a\\azure-ai-text-analytics-5.1.1-alpha.20241204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fHxAVwP99Hymz2O900sN27dQK2kiWPax8PMjQvqxX05F+9/8xzsXm+7slnF/8oLgVbv+rHDW6ZhLryhTFijIuw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.2.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/abort-controller":"^2.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"devDependencies":{"nyc":"^17.0.0","chai":"^4.2.0","karma":"^6.2.0","mocha":"^10.0.0","sinon":"^17.0.0","dotenv":"^16.0.0","eslint":"^9.9.0","ts-node":"^10.0.0","typescript":"~5.6.2","@types/chai":"^4.1.6","@types/node":"^18.0.0","karma-mocha":"^2.0.1","@types/mocha":"^10.0.0","@types/sinon":"^17.0.0","karma-coverage":"^2.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","chai-as-promised":"^7.1.1","source-map-support":"^0.5.9","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","karma-source-map-support":"~1.4.0","@azure-tools/test-recorder":"^3.0.0","@azure-tools/test-credential":"^1.0.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241204.1_1733351162944_0.4129589782694647","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241206.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b87b655137f3cfbc7c0350d747c07275faf2af2b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241206.1.tgz","fileCount":536,"integrity":"sha512-oEkZGMIv9cBGxujto3VaHH0fuon9ihO40++r9Nij/QeN9ASiH3JIEUhEmWBZ465X42k0ahtsxnree1ttabkBZg==","signatures":[{"sig":"MEUCIEGt2yS4Xe+8laIJ6rOwtI6VnZeTn/fFj0iBFvreIEU3AiEAtybUOWtuZZt6pIr0tCwft+FapqNMGAxfO1148Jt8JQc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312462},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\53b41689-7b90-44ca-8453-6a5001048ed6\\azure-ai-text-analytics-5.1.1-alpha.20241206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\53b41689-7b90-44ca-8453-6a5001048ed6\\azure-ai-text-analytics-5.1.1-alpha.20241206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oEkZGMIv9cBGxujto3VaHH0fuon9ihO40++r9Nij/QeN9ASiH3JIEUhEmWBZ465X42k0ahtsxnree1ttabkBZg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241206.1_1733523735056_0.6529103136333578","host":"s3://npm-registry-packages"}},"5.1.1-alpha.20241209.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd5ae29054d1b019224abf476fb0bcf3ed3544ed","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241209.1.tgz","fileCount":536,"integrity":"sha512-/HH1R3gMSImYbN6Goq9D7G16kC9GhgDafa67kra1KanhkRy6N5ZfFtgOEsKrLliZmZ1ayZK9B3KDp3OasmGUOw==","signatures":[{"sig":"MEYCIQCUb9ZCaLx82hiV+LYT6BCEsRG1vdy5ZPhrszEzCCXo8wIhAPG1m5M03ysN2vvofzbDWTuC+L0RLsM7CHcZou2096o2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312462},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3941cd7a-9716-4e26-af58-574fae73d755\\azure-ai-text-analytics-5.1.1-alpha.20241209.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3941cd7a-9716-4e26-af58-574fae73d755\\azure-ai-text-analytics-5.1.1-alpha.20241209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/HH1R3gMSImYbN6Goq9D7G16kC9GhgDafa67kra1KanhkRy6N5ZfFtgOEsKrLliZmZ1ayZK9B3KDp3OasmGUOw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241209.1_1733782826606_0.6008505594290494","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241210.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"88ad8c1ec3251af44874f0442e68caadf38df47a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241210.1.tgz","fileCount":536,"integrity":"sha512-qK76VaY9k0yyprnFWmGKMAhysZSaEn3scyFJLfFj+4akGOLwfPdSRfsPLDMSbEz+k6ArANmpUuBCgZr9y5IxjQ==","signatures":[{"sig":"MEYCIQDBNZbUD8484fvWq/8czjbWba1ylzdpyy2i/GcJ5Nd0NgIhAJhZBQc1YBr2JvODZJCV2pI/Cupl1oiSW+8M4v7cm1oH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312462},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9fa2df00-95fe-43f8-90dc-765dd9f400c5\\azure-ai-text-analytics-5.1.1-alpha.20241210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9fa2df00-95fe-43f8-90dc-765dd9f400c5\\azure-ai-text-analytics-5.1.1-alpha.20241210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qK76VaY9k0yyprnFWmGKMAhysZSaEn3scyFJLfFj+4akGOLwfPdSRfsPLDMSbEz+k6ArANmpUuBCgZr9y5IxjQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241210.1_1733869136818_0.024793002337261782","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241211.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99a1cf22b4d10a09ce27f7de9e94682e2a97c9c3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241211.1.tgz","fileCount":536,"integrity":"sha512-LYIVv5Ld3/T2vylwnCJeAF3pzSkZRmsF/tKAkwyCrQZu5ka1eGvanFbT23ILYV0oEGC9I0mvuddRY1oLq8zr+Q==","signatures":[{"sig":"MEUCIQDkYyNxaaX4QCQeJV5XqqX74gSWi7B5oTUZ4/9uT4jKugIgB3JMg4J2pf38T1x7MtdfiK/NZ4+zDphdh4F6qzPI3xo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8418dfb4-5dc9-4566-80a5-ae75ff970f48\\azure-ai-text-analytics-5.1.1-alpha.20241211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8418dfb4-5dc9-4566-80a5-ae75ff970f48\\azure-ai-text-analytics-5.1.1-alpha.20241211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LYIVv5Ld3/T2vylwnCJeAF3pzSkZRmsF/tKAkwyCrQZu5ka1eGvanFbT23ILYV0oEGC9I0mvuddRY1oLq8zr+Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241211.1_1733957160451_0.5329021345856702","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241212.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb9f395050946cfdfaa40adfa2085764e05446b7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241212.1.tgz","fileCount":536,"integrity":"sha512-GKti7E14bqFRrOqdHDZTxaj7AwqzxvJNuBDw9k7xlvdlviDyOTA/yMrVZGnbk26Lw1Dz9orjXswDD//jiyCG+w==","signatures":[{"sig":"MEUCIHYhuKoStASxJ5aEtayA49S4oqtZVcM85gD/ntUyIlJTAiEAii18OUZaBO/OGF56Q5/ROa/12riU2E9dQnabs67n6tc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cca23682-7812-41b7-9bb2-009bf390d308\\azure-ai-text-analytics-5.1.1-alpha.20241212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cca23682-7812-41b7-9bb2-009bf390d308\\azure-ai-text-analytics-5.1.1-alpha.20241212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GKti7E14bqFRrOqdHDZTxaj7AwqzxvJNuBDw9k7xlvdlviDyOTA/yMrVZGnbk26Lw1Dz9orjXswDD//jiyCG+w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241212.1_1734041943260_0.4323449453258055","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241213.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241213.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"785128e7aa8852a0849b9820b57c6ee200d2be4b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241213.1.tgz","fileCount":536,"integrity":"sha512-CRHeHqovXExc/YNAvfhhrlcM0UHevFIZlDVHXLBSqX524dksNIYzXBNLAHjTAI6WHF4NQrMKjXZeFHmftHTWOQ==","signatures":[{"sig":"MEQCIG6yw/ER07IQaLWuLJoMfYB7AChs11b2Rp6s7QnekMo2AiBDnhug4SPGU0d9u3n6Nx1eCwUkh1/8YyTccBlkrO6NnA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5907a214-580a-4fe1-b6bf-262fa7587c1d\\azure-ai-text-analytics-5.1.1-alpha.20241213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5907a214-580a-4fe1-b6bf-262fa7587c1d\\azure-ai-text-analytics-5.1.1-alpha.20241213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CRHeHqovXExc/YNAvfhhrlcM0UHevFIZlDVHXLBSqX524dksNIYzXBNLAHjTAI6WHF4NQrMKjXZeFHmftHTWOQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241213.1_1734128428595_0.927157554477624","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241216.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241216.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d370dec3466e7975250f7d560fda850568564ebf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241216.1.tgz","fileCount":536,"integrity":"sha512-WbnJnm1H2ah6UU9lGWPiV6uhIENF4ksuKw449IwXfWrbGVNhxeDIv59Y6ScwnIgoiyMyexFQeBgarNND2gW6Cw==","signatures":[{"sig":"MEYCIQDdqVlOuixBMBhCKC9PS7GsQGVeIYGfdGJYB84enUNgdAIhAKGDJe16RCIyy+aDOkOU+yFFMu7Jm7FYjkYIm/L7TSh6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\39d9962a-2904-49cf-bd4b-6f2905b99bf0\\azure-ai-text-analytics-5.1.1-alpha.20241216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\39d9962a-2904-49cf-bd4b-6f2905b99bf0\\azure-ai-text-analytics-5.1.1-alpha.20241216.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WbnJnm1H2ah6UU9lGWPiV6uhIENF4ksuKw449IwXfWrbGVNhxeDIv59Y6ScwnIgoiyMyexFQeBgarNND2gW6Cw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241216.1_1734387539158_0.11198415780613069","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241218.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5d66434a6eb7738c1ed870862cc42c9aa54b2a74","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241218.1.tgz","fileCount":536,"integrity":"sha512-FASKbeZjgXrDlv64cCXd7ZzDX/ZBof+vLfy2wEXMlM9jhWgj3K0jXK6iEs45Nsu2bmxGX++Y4AqA3fgOFlVZvA==","signatures":[{"sig":"MEQCIGWcam/nlbVe348i0C5pkDryelSEcckG89TyRMCuNGhbAiBEq64UBJs73EmjhjV1qEoAT+ue4ly79mP9akHFgJmKjA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6f5cc4b5-77f1-4717-98e6-f13302a8baa6\\azure-ai-text-analytics-5.1.1-alpha.20241218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6f5cc4b5-77f1-4717-98e6-f13302a8baa6\\azure-ai-text-analytics-5.1.1-alpha.20241218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FASKbeZjgXrDlv64cCXd7ZzDX/ZBof+vLfy2wEXMlM9jhWgj3K0jXK6iEs45Nsu2bmxGX++Y4AqA3fgOFlVZvA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241218.1_1734560311641_0.6602564822953867","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241219.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c4a693ec6d9cc211ae29f1389602d48e66eb8828","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241219.1.tgz","fileCount":536,"integrity":"sha512-ZU4DO8ozItRRuJHL4VBRzMpFFlBOwE7q0eqMRcXW5V5Yf8zqRMEKylXOeCORYTsuVrX2ON+xzLl5tROpN8GPVA==","signatures":[{"sig":"MEYCIQCJ2DiH05F7zzsXv3V15H8S1kkwHBiS+9MmhoNqO4GbvgIhAMlZwmdavAcc27xiTwyWvaePfLptCoUwMVEiIskQUyE5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55caa476-08a8-4e3d-8ee9-13f430b9b9b3\\azure-ai-text-analytics-5.1.1-alpha.20241219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55caa476-08a8-4e3d-8ee9-13f430b9b9b3\\azure-ai-text-analytics-5.1.1-alpha.20241219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZU4DO8ozItRRuJHL4VBRzMpFFlBOwE7q0eqMRcXW5V5Yf8zqRMEKylXOeCORYTsuVrX2ON+xzLl5tROpN8GPVA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241219.1_1734646756218_0.9466487301462425","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241220.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45c09069b75173893e841ad2b1a292f021c0d7fa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241220.1.tgz","fileCount":536,"integrity":"sha512-Zf1YqFyQkN87HchETCeHcOFAmYcEala98bmXb7B6x5TcRnGTfFNjDFT5BjVNYcrdWSfeBjfwQ8T9GOfxgVHgnQ==","signatures":[{"sig":"MEYCIQCX+4EqoTs+ESvri6cavAseLd73FsZCja2eAamqOa2wUgIhAL9MVefYqbylJaprlWhYZ/764OormugJiL7VykuFU7/Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\45e50e6e-b218-4036-8b9f-8c894d9b477f\\azure-ai-text-analytics-5.1.1-alpha.20241220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\45e50e6e-b218-4036-8b9f-8c894d9b477f\\azure-ai-text-analytics-5.1.1-alpha.20241220.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Zf1YqFyQkN87HchETCeHcOFAmYcEala98bmXb7B6x5TcRnGTfFNjDFT5BjVNYcrdWSfeBjfwQ8T9GOfxgVHgnQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241220.1_1734733117615_0.8361953165077003","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241223.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"056275e7bb521204c9abd1cb9ae53b73a6cd0a07","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241223.1.tgz","fileCount":536,"integrity":"sha512-4wlcWd0+a/E5YZ/q2gj4J5QCq3ejeG6LswMXC8e7VqtOVaTSHoIQECdiRrYIOd2DZg39MOpcZgxh3+NB2DeGAg==","signatures":[{"sig":"MEYCIQD7KcKlb3PrdEzHJ+pJpzJouQLqMBYAoaDcKL/tsnktJgIhAIAgxQF6GiNdUC19X6R9DWMj641Ma10jyhCG1HVtwKD2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\97dd1d50-8473-4901-be4c-19e1ef7f73f0\\azure-ai-text-analytics-5.1.1-alpha.20241223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\97dd1d50-8473-4901-be4c-19e1ef7f73f0\\azure-ai-text-analytics-5.1.1-alpha.20241223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4wlcWd0+a/E5YZ/q2gj4J5QCq3ejeG6LswMXC8e7VqtOVaTSHoIQECdiRrYIOd2DZg39MOpcZgxh3+NB2DeGAg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241223.1_1734992404052_0.2728877051715224","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241224.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d86b396012b02f37f1a800e3edbfd9179227369c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241224.1.tgz","fileCount":536,"integrity":"sha512-CnnhWN7mNdqMm6dWmYhsHb7gv9GtExEt9B9QBHgGRw5KkLA2DA0m+oo4emhUHUVizKbo3V2ca7o5OxDxLic3Pw==","signatures":[{"sig":"MEUCIFGrVwTxi2zQcf0dZ0p2M0YKbbOxnC8OCHwU08rx+j9nAiEAu6n5Z2pTBRjs1FUTbhxwo/NT7prdnjJy9r6eUA9rxLA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d5f0f4bb-2db3-41f3-b160-73115f75c447\\azure-ai-text-analytics-5.1.1-alpha.20241224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d5f0f4bb-2db3-41f3-b160-73115f75c447\\azure-ai-text-analytics-5.1.1-alpha.20241224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CnnhWN7mNdqMm6dWmYhsHb7gv9GtExEt9B9QBHgGRw5KkLA2DA0m+oo4emhUHUVizKbo3V2ca7o5OxDxLic3Pw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241224.1_1735078717073_0.16646971084669904","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241225.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a079ea9dd60e6b3d889dc530cf7ea8c852568eb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241225.1.tgz","fileCount":536,"integrity":"sha512-XhJo1W79M/wpJ7c9GQ3/GT3FT/F9XX+wcbWgubPzJrlFvyH79lCMDhF1TuMbE3lUn1yfsMQP+C5+1w0+76R4CQ==","signatures":[{"sig":"MEUCIGyjsfsRuuLZh1VdhvwuYQK7ivt6QVHE2P7BLYhTGK9vAiEApVLhTyLYEBpK3ckhWciMqjL1GXjo39tNHnKcRjWFUQ8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d9d447b-7348-47cc-b502-e9a8b4792cd1\\azure-ai-text-analytics-5.1.1-alpha.20241225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2d9d447b-7348-47cc-b502-e9a8b4792cd1\\azure-ai-text-analytics-5.1.1-alpha.20241225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XhJo1W79M/wpJ7c9GQ3/GT3FT/F9XX+wcbWgubPzJrlFvyH79lCMDhF1TuMbE3lUn1yfsMQP+C5+1w0+76R4CQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241225.1_1735165068675_0.33958633708737684","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241226.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d9cd1d9e6d4e8a2492a12d1a024e8db9bf65d987","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241226.1.tgz","fileCount":536,"integrity":"sha512-iK3B2iOIXRxjUTaAh8yXwowrow4JsSuCt5t2JXU02P9QFlHYC+E4kvHWbgVNODqTTtq1A4Eml762bG31BcU0+Q==","signatures":[{"sig":"MEYCIQDBndcC6UYZgXnb31zam7xmlxL9fWHXZzv1VsGWPt5oFAIhAPeqLs5y+cNfZyua8flA6NPdidok58ZSf7Thl7c7H+U2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\053d5607-fd97-42ad-bfea-36f1ab1da15e\\azure-ai-text-analytics-5.1.1-alpha.20241226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\053d5607-fd97-42ad-bfea-36f1ab1da15e\\azure-ai-text-analytics-5.1.1-alpha.20241226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iK3B2iOIXRxjUTaAh8yXwowrow4JsSuCt5t2JXU02P9QFlHYC+E4kvHWbgVNODqTTtq1A4Eml762bG31BcU0+Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241226.1_1735251519745_0.11879789553006015","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241227.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"615ee1004a80712359a8ce5687ff064fb548a08d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241227.1.tgz","fileCount":536,"integrity":"sha512-g1r4vtQmev77jXl3pKci/3XFXpfEub8JMmpChIwSNCtZNq5P7XwiSHVdecsHjsUVObSX0CRMttFSmn+Ltk68rQ==","signatures":[{"sig":"MEQCIAUEJnvPS99ZbwToDKxa3TQeR2S6Xnphmr7GBqWQd0SXAiBe7ohyqjOrATcZK1IhdTxEWEjzGjkKplBvOQqH6X64Zg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fddf2c74-f2d3-48a4-b422-8181a69c1941\\azure-ai-text-analytics-5.1.1-alpha.20241227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fddf2c74-f2d3-48a4-b422-8181a69c1941\\azure-ai-text-analytics-5.1.1-alpha.20241227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-g1r4vtQmev77jXl3pKci/3XFXpfEub8JMmpChIwSNCtZNq5P7XwiSHVdecsHjsUVObSX0CRMttFSmn+Ltk68rQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241227.1_1735337909072_0.06796295529660257","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241230.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241230.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ba4d7a7e4ed16b12a064c0216c02553fa0f2b82","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241230.1.tgz","fileCount":536,"integrity":"sha512-KMwyGKtNL6Vm/7GWqLnlaphIIZxLopS2XZIldiupxZB6KVHeUy2bJHF4sK9iadeylasjVAAMbkEhMTpB4vSfNQ==","signatures":[{"sig":"MEUCIFh7I71n3lBute1tztqyzknuXdxQLTTIa/I1WbFhQwnXAiEApbkms94dtTUrsLo5wgAHC5kvp3jr6PMesujWvg43dDk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\77fac50a-a96a-4adb-9244-72b0b30bdc7f\\azure-ai-text-analytics-5.1.1-alpha.20241230.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\77fac50a-a96a-4adb-9244-72b0b30bdc7f\\azure-ai-text-analytics-5.1.1-alpha.20241230.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KMwyGKtNL6Vm/7GWqLnlaphIIZxLopS2XZIldiupxZB6KVHeUy2bJHF4sK9iadeylasjVAAMbkEhMTpB4vSfNQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241230.1_1735597169347_0.5916115516237128","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20241231.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20241231.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20241231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d60a99766a6b366daae84b655e622321cdaaa976","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20241231.1.tgz","fileCount":536,"integrity":"sha512-sMwPY14ASW23PqlwrJACm3nSRAihKD2TXjpIzHdcsfGiWYMXUHw6SPWj3Mk73inAcjGI4FjfejSrejMQPkvwRQ==","signatures":[{"sig":"MEUCIQDHFNU6So5r6lzeReRrQ3KU71ChScGOZ6LycTTzDOMsOwIgOCVo8Avb7EVSDsCsfOYvPmExYr+h2t5yLmEdt43C6ko=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\474d7506-b454-4c78-abe6-5935c69959e3\\azure-ai-text-analytics-5.1.1-alpha.20241231.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\474d7506-b454-4c78-abe6-5935c69959e3\\azure-ai-text-analytics-5.1.1-alpha.20241231.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sMwPY14ASW23PqlwrJACm3nSRAihKD2TXjpIzHdcsfGiWYMXUHw6SPWj3Mk73inAcjGI4FjfejSrejMQPkvwRQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20241231.1_1735683487485_0.8258541496763254","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250101.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250101.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250101.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a256e1b90aa972074e1256dec2bdc6bc5c4cae2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250101.1.tgz","fileCount":536,"integrity":"sha512-UiKbHrT8/yp+u+boRvQ5V9hH8vl9KnbbqM5gaB6LcpN+tQ70xGelPJmYSlbqlB4GzMLvoPYSzXbJSW5bJDDSig==","signatures":[{"sig":"MEYCIQColaIg6g9oykhfU0dplLC292T27VQG63CXkpAD2F5iOwIhAIGy5mM0uTMsKzvyCbcS96vgJ6Bmyhedt4AwdNfwCZo0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\19a37415-7913-4e23-87c7-bdde492ba3ef\\azure-ai-text-analytics-5.1.1-alpha.20250101.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\19a37415-7913-4e23-87c7-bdde492ba3ef\\azure-ai-text-analytics-5.1.1-alpha.20250101.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UiKbHrT8/yp+u+boRvQ5V9hH8vl9KnbbqM5gaB6LcpN+tQ70xGelPJmYSlbqlB4GzMLvoPYSzXbJSW5bJDDSig==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250101.1_1735769920849_0.8497291821722042","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250102.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250102.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41af448eb0c6ec6fa77de7ad3028f9f8b0788cad","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250102.1.tgz","fileCount":536,"integrity":"sha512-iQhYfRkzlNLKV5uhxUvDGAnkro6MXJuxAc/e9oSJoP7gstIdROvysrlMZSbC2KicygpMXAG3C01Ml06/krIboA==","signatures":[{"sig":"MEQCIGRBi/ejD2TrNtY+Vc+WizlICTgR79sgAjSnUY2tTenTAiBBKPQA884dxFvvmgGNdEkfYs8OY8VDGwDLzRtuV1jN4A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\52aa71be-c5e3-4484-8232-348ecd326859\\azure-ai-text-analytics-5.1.1-alpha.20250102.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\52aa71be-c5e3-4484-8232-348ecd326859\\azure-ai-text-analytics-5.1.1-alpha.20250102.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iQhYfRkzlNLKV5uhxUvDGAnkro6MXJuxAc/e9oSJoP7gstIdROvysrlMZSbC2KicygpMXAG3C01Ml06/krIboA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250102.1_1735856472522_0.13209268999590806","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250103.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250103.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd2e232f53efb99e0c7ee37a0e4ea466f184382a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250103.1.tgz","fileCount":536,"integrity":"sha512-80ozbZQTOplYAXqlLz4bcTzRyEPGGD856GzyKRZIJBRicuWhFdIeFWg5dOyWVeahUzPkDnu2o7IuWWaVu+ga0g==","signatures":[{"sig":"MEUCIQDU00PQJEYWRjRFNrpfFxGAhDPDb4SBBnYYNcVxqdJDawIgMTJhiYWrBDQMrnWdcElnT0mkZEZgpSeSCNfXbsB73Jo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7d0db1e5-a31e-41f1-8ec1-4470e2745e3d\\azure-ai-text-analytics-5.1.1-alpha.20250103.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7d0db1e5-a31e-41f1-8ec1-4470e2745e3d\\azure-ai-text-analytics-5.1.1-alpha.20250103.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-80ozbZQTOplYAXqlLz4bcTzRyEPGGD856GzyKRZIJBRicuWhFdIeFWg5dOyWVeahUzPkDnu2o7IuWWaVu+ga0g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250103.1_1735942805482_0.3981605803147381","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250106.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e492d7821be540678e9491e3249d29662125946c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250106.1.tgz","fileCount":536,"integrity":"sha512-BXirz1nea2qgbtz+wcQBXKJAWgzVkDMrFQc/qYu7T47wC2L8Dc1PfWfpZUlitT1LZOzcF0pVpZoHTPBZhC+8QA==","signatures":[{"sig":"MEYCIQCOl7EjzWXx6wzmrucK0uWZJ5SlEyXhcfbVC2s8oURcrQIhAPVtTin2jzTQJmYABMgkCJXmJrkhK9QeH2QYFr9zl8lp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ff2ecb0f-e67d-4a93-8098-5083471c6209\\azure-ai-text-analytics-5.1.1-alpha.20250106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ff2ecb0f-e67d-4a93-8098-5083471c6209\\azure-ai-text-analytics-5.1.1-alpha.20250106.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BXirz1nea2qgbtz+wcQBXKJAWgzVkDMrFQc/qYu7T47wC2L8Dc1PfWfpZUlitT1LZOzcF0pVpZoHTPBZhC+8QA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250106.1_1736202160358_0.596769382215947","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250107.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b2f4a8b6cbf700bc0a9c1421781edf397955e276","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250107.1.tgz","fileCount":536,"integrity":"sha512-jR7LDp5xMlefCE0DDMZ8aGFrDeSepF9DHB7RjZ4YiIovD+gRWopyklUDcPsrmsAOG3rt0O/AqE7tj9m3g8+ARw==","signatures":[{"sig":"MEQCIGsKawPe60PufiRXdQ71dXRuvvMjZYDI7Fo6zSt0XlrFAiBIURDtNQA3JiLhB4aLVJfVQI663/Os6q12r9Yci7YtSA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b4356f1a-7b44-477d-b452-0e109c225c60\\azure-ai-text-analytics-5.1.1-alpha.20250107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b4356f1a-7b44-477d-b452-0e109c225c60\\azure-ai-text-analytics-5.1.1-alpha.20250107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jR7LDp5xMlefCE0DDMZ8aGFrDeSepF9DHB7RjZ4YiIovD+gRWopyklUDcPsrmsAOG3rt0O/AqE7tj9m3g8+ARw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250107.1_1736288593692_0.4806450208066513","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250108.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250108.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"44a871b4c52ebaa5ba197183cd9ee4d9e937c119","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250108.1.tgz","fileCount":536,"integrity":"sha512-LkvWHSLawm+gQARAfVxZoZ1iScG+kingxqslyUftRCPAzB6UA7pqo57vJ/fhEHUPYRAMTcIiqZt/L1qg2jRm3g==","signatures":[{"sig":"MEQCIGJAdSQAqGCaJvstHFlRZCMsqsuJPPQN1K46igWJJYTjAiA2ilD9WyDEAzVCQ2GIhniBf6/IqHEPbdlbseUn6CSFww==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\51fd8eb5-de1f-448a-864c-452752033374\\azure-ai-text-analytics-5.1.1-alpha.20250108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\51fd8eb5-de1f-448a-864c-452752033374\\azure-ai-text-analytics-5.1.1-alpha.20250108.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LkvWHSLawm+gQARAfVxZoZ1iScG+kingxqslyUftRCPAzB6UA7pqo57vJ/fhEHUPYRAMTcIiqZt/L1qg2jRm3g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250108.1_1736375059240_0.5101271832253733","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250109.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250109.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f08a576599fefdfb7e0516504eb4e7f4596b45ff","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250109.1.tgz","fileCount":536,"integrity":"sha512-SceXRmPqPx6KkWCcIfD8nQF8zFsYGjgG1rq/KgFQLudOw6dCoPq8cjcBH+x/G7xbWaTwixZSnkU0FUHPA1sgxA==","signatures":[{"sig":"MEYCIQCeBD+8L+hZs/3i5LbNuS2WpeaFH4igyq4Q14ADtUQaSAIhAPhKnEVMtLJyiczAlHspe4yFRlnE3PGFXB4LHMK2/UB7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312506},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f6809c6-550f-42dc-b49b-31cd4b78340f\\azure-ai-text-analytics-5.1.1-alpha.20250109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f6809c6-550f-42dc-b49b-31cd4b78340f\\azure-ai-text-analytics-5.1.1-alpha.20250109.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SceXRmPqPx6KkWCcIfD8nQF8zFsYGjgG1rq/KgFQLudOw6dCoPq8cjcBH+x/G7xbWaTwixZSnkU0FUHPA1sgxA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250109.1_1736461360316_0.3134283598950931","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250110.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"66f9e7389f4eb0ee6f77652ca8d1575c3c9f8b7f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250110.1.tgz","fileCount":536,"integrity":"sha512-IUClI8NZI/NmKf5JfxX8oSpaZ4cRelRcVqVgNYG2al1/fw+GKkcerH1+SekfpXLFSTKVujQixSX3j9n1SnyuqQ==","signatures":[{"sig":"MEQCIDQv7a0s+io7JsMy8t6jS1YbbXc6ofv7KPePDDUPjxh1AiBTXk8BEtivANfDkknZlH7Zl9iaT2EYrUBnd8maQaTDsw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d3945fb2-b016-4b4b-a2c8-1a6f9d6ed3ce\\azure-ai-text-analytics-5.1.1-alpha.20250110.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d3945fb2-b016-4b4b-a2c8-1a6f9d6ed3ce\\azure-ai-text-analytics-5.1.1-alpha.20250110.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IUClI8NZI/NmKf5JfxX8oSpaZ4cRelRcVqVgNYG2al1/fw+GKkcerH1+SekfpXLFSTKVujQixSX3j9n1SnyuqQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250110.1_1736547534170_0.2998683540058755","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250113.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5c27190a0764c87826c36dbaba83e688c8def102","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250113.1.tgz","fileCount":536,"integrity":"sha512-JtGmE1MixjUKzNLafsqSTrkC2ljnQ3HXQ06ASQDkE7IH2uDSbAOVg1BhK0daswr9UHQClP7fp4PLs5e/IHuRdQ==","signatures":[{"sig":"MEUCIQCFUYEW4gMKT1ah/JgudaoXGoRvPIST57Mx0JB93DQMtwIgIS/Bdro/bvKKB1BQmb80vtaKDCKDvnJxhenYGuA5YCY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d5387696-3919-47e1-ade1-4e72760a0af5\\azure-ai-text-analytics-5.1.1-alpha.20250113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d5387696-3919-47e1-ade1-4e72760a0af5\\azure-ai-text-analytics-5.1.1-alpha.20250113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JtGmE1MixjUKzNLafsqSTrkC2ljnQ3HXQ06ASQDkE7IH2uDSbAOVg1BhK0daswr9UHQClP7fp4PLs5e/IHuRdQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250113.1_1736806832427_0.8381589577523882","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250114.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9c30838dd4f6afac25e5691ee76028b2b9b2da46","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250114.1.tgz","fileCount":536,"integrity":"sha512-FCnINx/7Dv+N209fxuiXtwDF5dQbBLhSPyXMVt4pmcteoWyOT5rNkIeKbn69nmVvuTl5SzzIJJghryj8Y9u+Kw==","signatures":[{"sig":"MEUCIBGkz7vMStG10td7JpaKq3Iv6JQyxHCiOl/TCD33S5RZAiEAwPMYdqLopVYrZSTDfdrYg0K2rxY4JAh/t7EF6JUL6Do=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\86031958-b4cd-497e-b17b-e1452b5280b7\\azure-ai-text-analytics-5.1.1-alpha.20250114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\86031958-b4cd-497e-b17b-e1452b5280b7\\azure-ai-text-analytics-5.1.1-alpha.20250114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FCnINx/7Dv+N209fxuiXtwDF5dQbBLhSPyXMVt4pmcteoWyOT5rNkIeKbn69nmVvuTl5SzzIJJghryj8Y9u+Kw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250114.1_1736893234837_0.12134140502182333","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250115.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"efc044df9796abd9f0e0c7585886e337526edbca","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250115.1.tgz","fileCount":536,"integrity":"sha512-l1pmDTVCy4fu39YjVbOHDrfBoNQF79wOtRN5/sRXkhmR+3hfNSIEIfi2gRt2i+KcILzdQF4nLqhG37J2GZ3GQQ==","signatures":[{"sig":"MEUCID7x/oSdZq2wkFsfU/Z2sIlVP9aAeAf1Ur7xRCY4w72eAiEAyL7Ww++b1o1kJRTkRX+y7efIZT8OBaCAT8wKhrZuSL0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c2dd9b62-3397-4d9c-8eca-31deaeeb4071\\azure-ai-text-analytics-5.1.1-alpha.20250115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c2dd9b62-3397-4d9c-8eca-31deaeeb4071\\azure-ai-text-analytics-5.1.1-alpha.20250115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-l1pmDTVCy4fu39YjVbOHDrfBoNQF79wOtRN5/sRXkhmR+3hfNSIEIfi2gRt2i+KcILzdQF4nLqhG37J2GZ3GQQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250115.1_1736979908500_0.5312332966681288","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250116.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250116.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"49588f90fb61e7578babdbcfdff55a4b477399cc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250116.1.tgz","fileCount":536,"integrity":"sha512-fTAwpYAUiTamKlb8EEgmOFIIZhTRodSW+Egma+cz4jJhWRsCjiYDYB5e9ENhb/a5KYen+vGmavL3H8CqvdcC8g==","signatures":[{"sig":"MEQCIAlhbTDEs1jM7rRWb9A2Q3RgEpCOJnD9ARWKKjubpAXZAiBRKWbnrRvVJLYqLfBPqhQyXni9Q/qvLvIi41i1s4wHGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68ebbdc3-bf39-47cd-91b9-a37f1eb52233\\azure-ai-text-analytics-5.1.1-alpha.20250116.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68ebbdc3-bf39-47cd-91b9-a37f1eb52233\\azure-ai-text-analytics-5.1.1-alpha.20250116.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fTAwpYAUiTamKlb8EEgmOFIIZhTRodSW+Egma+cz4jJhWRsCjiYDYB5e9ENhb/a5KYen+vGmavL3H8CqvdcC8g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250116.1_1737065818162_0.4488628751973158","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250117.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250117.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"75af474af838fde1e0780216a8d65ddab5bc0ac8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250117.1.tgz","fileCount":536,"integrity":"sha512-yt/P55NR75oO9ZPN99uqvNY31tahB+my4+JLYZgihRtJ9B93cVTwQbdbAkHp71qWjcbrbR9m7iE9Hx06TzV+1Q==","signatures":[{"sig":"MEQCIDr8Q+VYOzAfssAIYGgkdLxPqUnkbkn2r+sAoXQ2klNLAiBfN87x7YM1jXnaAgmDJ9io9fWvm48fZzQgKgjl7kn+oQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\abd9ba53-f154-4c21-87a6-a0f7809b2e84\\azure-ai-text-analytics-5.1.1-alpha.20250117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\abd9ba53-f154-4c21-87a6-a0f7809b2e84\\azure-ai-text-analytics-5.1.1-alpha.20250117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yt/P55NR75oO9ZPN99uqvNY31tahB+my4+JLYZgihRtJ9B93cVTwQbdbAkHp71qWjcbrbR9m7iE9Hx06TzV+1Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250117.1_1737152472380_0.18213744583430702","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250120.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d90c27dee5c22e97ec6d36ebd05bce5f47a05fa4","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250120.1.tgz","fileCount":536,"integrity":"sha512-LQJ3SmDcoshgvrjOI0iH9DwYPBRIpR5BU8OgLUAymS350Tx0z26tLScerLXdqlYBSfI5+t6cAZP/xgJB7qYaIA==","signatures":[{"sig":"MEQCIAxU//HqpxQEM72dKsDfOwwYhoduGDy3kNB6Y4Cy1AWoAiBL4zjd/X1y5KLsjRrSqXfWzwhFm3WVUYN95wYneDHMuQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\63d0ab06-2a51-439f-998e-3043df4bd51d\\azure-ai-text-analytics-5.1.1-alpha.20250120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\63d0ab06-2a51-439f-998e-3043df4bd51d\\azure-ai-text-analytics-5.1.1-alpha.20250120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LQJ3SmDcoshgvrjOI0iH9DwYPBRIpR5BU8OgLUAymS350Tx0z26tLScerLXdqlYBSfI5+t6cAZP/xgJB7qYaIA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250120.1_1737411520223_0.7510911698371423","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250121.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc673eff676484aabffb71c632e1d9b3597f3701","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250121.1.tgz","fileCount":536,"integrity":"sha512-PxI+7NVBpkYKGZdmVW50H3LeNpmTi3J0xB1Hv7Ev8GxIijUPKlePIpArRLveMK+AUN28vMVJj+jJ4YOVgV/8Uw==","signatures":[{"sig":"MEQCIDHdG2q/ZuhEdhXlcWWqy4FQwxmkEkeyVif3UhQb3tAvAiBDo+xwD0AF6ZEuvVP5GRPF6MA43nKItaFqJY8JN1A+8Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55aaf5f5-03cb-4be1-a8ee-c86bc38ca893\\azure-ai-text-analytics-5.1.1-alpha.20250121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55aaf5f5-03cb-4be1-a8ee-c86bc38ca893\\azure-ai-text-analytics-5.1.1-alpha.20250121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PxI+7NVBpkYKGZdmVW50H3LeNpmTi3J0xB1Hv7Ev8GxIijUPKlePIpArRLveMK+AUN28vMVJj+jJ4YOVgV/8Uw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250121.1_1737497895206_0.9048544819925979","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250122.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"025ed6702559c0f05b4c74b02529837d91a1eefc","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250122.1.tgz","fileCount":536,"integrity":"sha512-dh7pyVafZV3asejoHXcONj1QRYIATN1oVjqw/JpIFBOiL+XYCJBLMCnhrlqk6xEFsMkpihgKnqnT4QPTL2B08g==","signatures":[{"sig":"MEUCICYeXL7rdViaSvhZXMI0oS/nHsoEUfg61jpwDBnJLnR4AiEAxyY63kHg49gTnUCBEm7BHmwxabSUgYiT9/10i6u/qLo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ead18bea-c66d-4eca-afee-9a5a1c68aacb\\azure-ai-text-analytics-5.1.1-alpha.20250122.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ead18bea-c66d-4eca-afee-9a5a1c68aacb\\azure-ai-text-analytics-5.1.1-alpha.20250122.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dh7pyVafZV3asejoHXcONj1QRYIATN1oVjqw/JpIFBOiL+XYCJBLMCnhrlqk6xEFsMkpihgKnqnT4QPTL2B08g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@vitest/coverage-istanbul":"^2.1.8","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250122.1_1737584266611_0.4705857801815072","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250123.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250123.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250123.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"951b86b292156bfb348cca8a0befb93bc4e56b9f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250123.2.tgz","fileCount":536,"integrity":"sha512-4aJnCxbRpK4Sh16lxjB0M9/VeQfJBdfOgprraeaI+Ha+YcXUj4yBxDOTZb3SDBYcbiNTs6rG+gd/lQN8feayfA==","signatures":[{"sig":"MEYCIQC0FCzvL0C1I4vtpJnivkAPtmymSNTIXixBC3dJqyqvpwIhAMVwzHh99bxT3RHQIjDxKDEyLuGkdSaLKQqUptjY3BQh","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f069045-9cef-446f-ab79-b969322895bc\\azure-ai-text-analytics-5.1.1-alpha.20250123.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8f069045-9cef-446f-ab79-b969322895bc\\azure-ai-text-analytics-5.1.1-alpha.20250123.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4aJnCxbRpK4Sh16lxjB0M9/VeQfJBdfOgprraeaI+Ha+YcXUj4yBxDOTZb3SDBYcbiNTs6rG+gd/lQN8feayfA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250123.2_1737670762152_0.7844240722765987","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250124.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250124.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"444f5605c02a52406de3af4c164d3f6a4d69b02e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250124.1.tgz","fileCount":536,"integrity":"sha512-tLQdJmGHFyjqhHF/DplQLOAS/KR8GHfgzN2DWTBZ3ZyLRF4c0+V8L+UTp/Qh2FLkUWx53AdH+6ip8de3PvifkA==","signatures":[{"sig":"MEUCID50jB2rWlTM1gHCxPBx0lpN8Jr4m1ypo+/xk4Vd1VwgAiEAku+a0feNm6I3pYDV6oiXkpPhg7W9D3M3KxsJmulAJ94=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed547ec5-fa21-406b-a863-8cd23630fabc\\azure-ai-text-analytics-5.1.1-alpha.20250124.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed547ec5-fa21-406b-a863-8cd23630fabc\\azure-ai-text-analytics-5.1.1-alpha.20250124.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tLQdJmGHFyjqhHF/DplQLOAS/KR8GHfgzN2DWTBZ3ZyLRF4c0+V8L+UTp/Qh2FLkUWx53AdH+6ip8de3PvifkA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250124.1_1737757406411_0.15659179178229765","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250127.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c3165588a64b0a5f61c19606f6f35774f3fdfbe0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250127.1.tgz","fileCount":536,"integrity":"sha512-KPF5M4cHhv+N9s+F+FpN499ccItBimOWtdD8hN9vztOBOAPkW6D+dA8FcvpR7rjd+iXhuQMlXXhw6p7Bg6Mk/A==","signatures":[{"sig":"MEUCIF4UMxdclyce8VbMY4YI8cW9wCNtL85OCvJ+eJQV4/0sAiEA0Hn3qcz95HrreyWyo/9CibuT6i0sRNPbeUMmy98k7xA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a5227e08-40d5-4a67-9a18-8f44368ecf5c\\azure-ai-text-analytics-5.1.1-alpha.20250127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a5227e08-40d5-4a67-9a18-8f44368ecf5c\\azure-ai-text-analytics-5.1.1-alpha.20250127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KPF5M4cHhv+N9s+F+FpN499ccItBimOWtdD8hN9vztOBOAPkW6D+dA8FcvpR7rjd+iXhuQMlXXhw6p7Bg6Mk/A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250127.1_1738016373622_0.4953551261512592","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250128.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d85ab895c53cd9d7d5c4eaacced5f8a00465d319","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250128.1.tgz","fileCount":536,"integrity":"sha512-ZstCLfUP4c2guzZhVmwsLEejPNjFJ7Y7q7zviqrFl3bnZ3qOSmt9VWJhAkBx25MRGq4I8XIw2j5SsUifPSBx5A==","signatures":[{"sig":"MEYCIQCcCJVPwmsMVlEIsKZLQY9bWgpgf64gGfhquNmgmqfr7wIhAIFDEm9XdVrVaA6IQi7FpJTozYaKi/01QonGiLGqusnc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\727afe35-3e59-44fb-80d1-e07ca792d9b6\\azure-ai-text-analytics-5.1.1-alpha.20250128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\727afe35-3e59-44fb-80d1-e07ca792d9b6\\azure-ai-text-analytics-5.1.1-alpha.20250128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZstCLfUP4c2guzZhVmwsLEejPNjFJ7Y7q7zviqrFl3bnZ3qOSmt9VWJhAkBx25MRGq4I8XIw2j5SsUifPSBx5A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250128.1_1738102722646_0.4231195859753534","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250129.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"02145fe28fbd053ef612b70380c7daf32e5e7a87","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250129.1.tgz","fileCount":536,"integrity":"sha512-8rPACcnJX3pmOcR7/OGWKB4A6oikp4nn/PzabtBvY2eSsLIebthlwdy1Vf9Tp+8I+vuqa7JA+HnjsODuAFi/ng==","signatures":[{"sig":"MEUCIF5hgFS2vZKsztYjttbfzdhJhbyQ45ieQ7R39TZECl9+AiEA0KcjddPJaIBGWlG37Kusnn6z+V6vqHB1qT5pqDWgKt0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fd26c7cb-7cf3-4a0e-abc3-998af88193f4\\azure-ai-text-analytics-5.1.1-alpha.20250129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fd26c7cb-7cf3-4a0e-abc3-998af88193f4\\azure-ai-text-analytics-5.1.1-alpha.20250129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8rPACcnJX3pmOcR7/OGWKB4A6oikp4nn/PzabtBvY2eSsLIebthlwdy1Vf9Tp+8I+vuqa7JA+HnjsODuAFi/ng==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250129.1_1738189176257_0.22067438354235613","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250130.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250130.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"91ef846f3388c0faec2b6d8b62db82815fc297a2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250130.1.tgz","fileCount":536,"integrity":"sha512-PBXI27C0a7b9lKVf2NDx5Gmq0r0UOUUqMDkquk8oHvruHM6mJVYgPVasZW+WmsAO00RNDn8eB+HRXYrkvisEZw==","signatures":[{"sig":"MEUCIQDGwzzv+nCN3lIJ6hN6LbQ03Sxg9so/FJ9W/uKHZSy4LgIgLpNme3HQ0EF53etPLcMfxzMdytfovk65DsPnxO5b/Xo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e350db93-608a-4744-8643-3b5fe45dd046\\azure-ai-text-analytics-5.1.1-alpha.20250130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e350db93-608a-4744-8643-3b5fe45dd046\\azure-ai-text-analytics-5.1.1-alpha.20250130.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PBXI27C0a7b9lKVf2NDx5Gmq0r0UOUUqMDkquk8oHvruHM6mJVYgPVasZW+WmsAO00RNDn8eB+HRXYrkvisEZw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250130.1_1738275518244_0.8887393198245144","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250131.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250131.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250131.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41d7f6ab1213b9c021f4a5d4f9bd1710572d1ff9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250131.1.tgz","fileCount":536,"integrity":"sha512-BvFkyGLQ5tadmceYyV8mpdvm+JUnJHzohUoIGqfVZ8vfw84o6ZZ59cm1GOdsvuSDJ+9aBuugr3gAZ+qNCWRspg==","signatures":[{"sig":"MEQCICeCShzNDjDvo8Da4oy+NQxJqBvKnUkr9TVvVLx2Aw8sAiBfFawoSKaWR4adVFNSVtflX/VfSFgbYr8VFF/6PN38pg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4f958c9a-20f0-46e4-84e8-315b480d2d35\\azure-ai-text-analytics-5.1.1-alpha.20250131.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4f958c9a-20f0-46e4-84e8-315b480d2d35\\azure-ai-text-analytics-5.1.1-alpha.20250131.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BvFkyGLQ5tadmceYyV8mpdvm+JUnJHzohUoIGqfVZ8vfw84o6ZZ59cm1GOdsvuSDJ+9aBuugr3gAZ+qNCWRspg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250131.1_1738361923318_0.5091295785978642","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250203.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3cdf1b1fae76f0829e681b5d5473b81052588c3c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250203.1.tgz","fileCount":536,"integrity":"sha512-rgPjOtX95QWLu2xMk/FFrvTzZmPkBZdQDa3I4YzAI/u13JbaKBhRwFEiNxrEZl4FMS6lcm61nGbjQyNFd48lmA==","signatures":[{"sig":"MEUCIFR636DVO9dQ6ZDz26MBtaxdBtOfGrHgQX+Mgxylux1SAiEAp8h/Hkjfx25lx5ZRbe6WIzcR9VLH6JiDRVPBHE7jJzg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312648},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\681292b2-7628-4548-b519-36e97854173c\\azure-ai-text-analytics-5.1.1-alpha.20250203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\681292b2-7628-4548-b519-36e97854173c\\azure-ai-text-analytics-5.1.1-alpha.20250203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rgPjOtX95QWLu2xMk/FFrvTzZmPkBZdQDa3I4YzAI/u13JbaKBhRwFEiNxrEZl4FMS6lcm61nGbjQyNFd48lmA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250203.1_1738622172963_0.44184440565235206","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250204.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7eb05ca380372ccd1d376db5dc85d94efa27fd0c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250204.1.tgz","fileCount":536,"integrity":"sha512-2AoxPohPK+bdagGvYHRdo8ajkwCa24l1bF4qowTiP/oTDVT+NAmQ+UsgcxyXzL5EEuyxB/2URyP8FGIhCiHLVg==","signatures":[{"sig":"MEQCIFSuC719XKUjHY2zbnlPuQAG5Q9I164tV+V1XuovEOMrAiAFipuUZSBR5j/qWumg8Z5wiKQA1ydvbBS24vz3Kq8gTQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba88f562-2a2e-46bd-910e-0518289549ca\\azure-ai-text-analytics-5.1.1-alpha.20250204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba88f562-2a2e-46bd-910e-0518289549ca\\azure-ai-text-analytics-5.1.1-alpha.20250204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2AoxPohPK+bdagGvYHRdo8ajkwCa24l1bF4qowTiP/oTDVT+NAmQ+UsgcxyXzL5EEuyxB/2URyP8FGIhCiHLVg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250204.1_1738707578701_0.8323062687160305","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250205.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7b5bf9faa0151370cd7c64eb48d0eb1e7ac9b167","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250205.1.tgz","fileCount":536,"integrity":"sha512-qJHdmVODGQmKCls6VC9b2M+FSOigLlJpfJHQDklkt00XcuOiYQYMtyFHc6vZ7pGOvBWf796DzRAnM3Vs7zmfjw==","signatures":[{"sig":"MEUCIHSoTP4Eht1gIZOaGJWj3YQ+HbJ8ttSQkYOmc+WKUDKhAiEA8zq8KExLdnDL8r912s5GEA05MFNcZz0WUyH1uX+e6F4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312646},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0c341d9-033e-441e-9b87-fd6ea43f34d2\\azure-ai-text-analytics-5.1.1-alpha.20250205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0c341d9-033e-441e-9b87-fd6ea43f34d2\\azure-ai-text-analytics-5.1.1-alpha.20250205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qJHdmVODGQmKCls6VC9b2M+FSOigLlJpfJHQDklkt00XcuOiYQYMtyFHc6vZ7pGOvBWf796DzRAnM3Vs7zmfjw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250205.1_1738793991535_0.22469211667818634","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250210.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c39ec76dd8c9327aedc45b38ee1100365b7c5144","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250210.1.tgz","fileCount":536,"integrity":"sha512-UH/adpNyoQsUuwvdSDztNWoRe/PPzhVeaODz0SzkuzGr25kLVWX6blFUMfo6I/iO2nukdVQfesU1JlO43si6ag==","signatures":[{"sig":"MEUCIGwmHVdSgIV++ONqM7Z7CT+pMocmofhyGGygcGm9lVO8AiEA95vVQkR5J0RbE5LL6GWCgHPbulZfozJPxXLr34DMc/U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b160031-b575-424f-954d-81e439f82090\\azure-ai-text-analytics-5.1.1-alpha.20250210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3b160031-b575-424f-954d-81e439f82090\\azure-ai-text-analytics-5.1.1-alpha.20250210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UH/adpNyoQsUuwvdSDztNWoRe/PPzhVeaODz0SzkuzGr25kLVWX6blFUMfo6I/iO2nukdVQfesU1JlO43si6ag==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250210.1_1739226086809_0.8093200121653048","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250211.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"02cd431a6e9bfc2e908444d88ac625e72976dbe1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250211.1.tgz","fileCount":536,"integrity":"sha512-c9yVNhUhBfGLEG3Kq/hj46wWuHMQc3PtZszzyPiCKJE9NEFQi4otDUWFNDKJOGOP/S792MAqpp7mPvv6gwqKhA==","signatures":[{"sig":"MEQCIFL6UeT0TiYAj7J3nfrUDe6HOjA8XKn71K0/CU3RGjlSAiA9gzaI1cXZt439XU37GK2QZ+rr3erkyBJjvUdqho6ZGA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad0e3345-5ca0-417e-a09c-f55b335192d6\\azure-ai-text-analytics-5.1.1-alpha.20250211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad0e3345-5ca0-417e-a09c-f55b335192d6\\azure-ai-text-analytics-5.1.1-alpha.20250211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-c9yVNhUhBfGLEG3Kq/hj46wWuHMQc3PtZszzyPiCKJE9NEFQi4otDUWFNDKJOGOP/S792MAqpp7mPvv6gwqKhA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250211.1_1739312779609_0.44483422700310205","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250212.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0412cabbd8862d5f18d977030a547080c1db410c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250212.1.tgz","fileCount":536,"integrity":"sha512-KjlDUShg5AOI5X154lIZFyX/VHhXsJsl25hY0wk9l5j3s/8tsjGvvzcDh1r4RFQWZbI8yqbdTkDxBisPwrVAiw==","signatures":[{"sig":"MEUCIQCpJmZxYAadU+nVcybBOIELJoEl5EG4+3Z1C2TEgV0OzAIgfqQSRDtg/Om0JktDmK/u/8GqpqxhKjeaDOXthBPOAo8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e9bdb212-22c9-4cde-aef1-8ae6c3010bdd\\azure-ai-text-analytics-5.1.1-alpha.20250212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e9bdb212-22c9-4cde-aef1-8ae6c3010bdd\\azure-ai-text-analytics-5.1.1-alpha.20250212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KjlDUShg5AOI5X154lIZFyX/VHhXsJsl25hY0wk9l5j3s/8tsjGvvzcDh1r4RFQWZbI8yqbdTkDxBisPwrVAiw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250212.1_1739398706083_0.344778532988284","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250213.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250213.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f7e1a3ff8432f94f739c4a9dc0b082632d0d3e41","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250213.1.tgz","fileCount":536,"integrity":"sha512-LAroR68NyAE3HhmB0SjcojrCChjo4HUqtJWAmvoAIhsdWOcTd+1XD1FDdLMNKG19mqSy+BW5xkQ6d7x1DD2MPg==","signatures":[{"sig":"MEYCIQDD4hHArGInbbCtO95M/aQFT/sHDrXQyzSlcPKKKqrBegIhAM1S1XrKW3NA3U3377HcinbV/WdFGFKpsaehmIMPi0sy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\abd784c5-c565-4734-a10e-160ecdf3d891\\azure-ai-text-analytics-5.1.1-alpha.20250213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\abd784c5-c565-4734-a10e-160ecdf3d891\\azure-ai-text-analytics-5.1.1-alpha.20250213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LAroR68NyAE3HhmB0SjcojrCChjo4HUqtJWAmvoAIhsdWOcTd+1XD1FDdLMNKG19mqSy+BW5xkQ6d7x1DD2MPg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250213.1_1739484955749_0.10265994345171325","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250214.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250214.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250214.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c501330c58205212ac952e43097f92049f8a33da","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250214.1.tgz","fileCount":536,"integrity":"sha512-00zc4CXMwcJYXvxBljFDsTlcLZ8VfBsRaKTkZudtYNuubNwr8EvslPOG08ZBwzGOiIdK5DBxWRqWRjTiTGzR6g==","signatures":[{"sig":"MEYCIQDKMLYvQPV9olY4Ve56GygzWlE3iC8tzfL5bUke9o98qwIhAMF56eY5cVQ2Uqpi5xibZpBbvdX5EHJ8We+8OOIKIxzj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c51e3569-8f06-46dd-9139-6385d3a8f32c\\azure-ai-text-analytics-5.1.1-alpha.20250214.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c51e3569-8f06-46dd-9139-6385d3a8f32c\\azure-ai-text-analytics-5.1.1-alpha.20250214.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-00zc4CXMwcJYXvxBljFDsTlcLZ8VfBsRaKTkZudtYNuubNwr8EvslPOG08ZBwzGOiIdK5DBxWRqWRjTiTGzR6g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250214.1_1739571456474_0.6131800322207748","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250217.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"78cd2a09ca14f6be3067db8b3c9c10721edcd344","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250217.1.tgz","fileCount":536,"integrity":"sha512-5wcxDrm0S3HP3xbq8WkH97yoOErq/1Yn8gVaunHdLmYu4yYwgow+A5T0jhIHc9hpovIaAlWG68c6G3wg1+Cfow==","signatures":[{"sig":"MEQCIH4IxKOrmgs8I5mPyIuuXCUFmDLUbq4PUm5RqO8nbfgpAiAGwbTpdW76xiZInkTH2Jh32qakEa4GIalz0+GiHAUoJg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb4e258a-90ce-4af4-a099-a1c0d3108340\\azure-ai-text-analytics-5.1.1-alpha.20250217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb4e258a-90ce-4af4-a099-a1c0d3108340\\azure-ai-text-analytics-5.1.1-alpha.20250217.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5wcxDrm0S3HP3xbq8WkH97yoOErq/1Yn8gVaunHdLmYu4yYwgow+A5T0jhIHc9hpovIaAlWG68c6G3wg1+Cfow==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250217.1_1739830553770_0.08703470690556592","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250218.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"edf40a96e865b0664b2e26da7e0c156b115c908b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250218.1.tgz","fileCount":536,"integrity":"sha512-AAxToBBUSm8pn/Jjmo5BKY9AY9ibbEB6/p63yDVedsE/fLW3C0kC77RwEwycuCikFAEl9KJsfn3f1Gc0cpVBTQ==","signatures":[{"sig":"MEQCIFR+d32IxmZiqLN4XEc2rXdm2MzqpsRK2DY86UkMTGygAiB4A+qIUh+4ono7B3okSOO19LtyZ71MZee7WIC15yzIJQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec8ce506-b934-42f7-af41-50959df3747a\\azure-ai-text-analytics-5.1.1-alpha.20250218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ec8ce506-b934-42f7-af41-50959df3747a\\azure-ai-text-analytics-5.1.1-alpha.20250218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AAxToBBUSm8pn/Jjmo5BKY9AY9ibbEB6/p63yDVedsE/fLW3C0kC77RwEwycuCikFAEl9KJsfn3f1Gc0cpVBTQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250218.1_1739917267980_0.8261452956247379","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250219.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ecb4210926ed5dd6778afe73337a7c229938ded9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250219.1.tgz","fileCount":536,"integrity":"sha512-XIkHtA3jqm5h6yjc01u0uoM6Q2Hbv830CLFUtMFvLVcts84rhnax6MIfJlpKXH7caIy5f8a7D/jO1YB2HlEIMA==","signatures":[{"sig":"MEUCIQC9rrPWafNJjcEgYhrfOqKL4yipr/W1kido1G9aqAg6kwIgI1SEfyQ/GcXRoXMNBXFPfJIkMSncv+X/wo/Np3obAmg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\185d82d0-8c0e-44e8-b997-e079737926aa\\azure-ai-text-analytics-5.1.1-alpha.20250219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\185d82d0-8c0e-44e8-b997-e079737926aa\\azure-ai-text-analytics-5.1.1-alpha.20250219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XIkHtA3jqm5h6yjc01u0uoM6Q2Hbv830CLFUtMFvLVcts84rhnax6MIfJlpKXH7caIy5f8a7D/jO1YB2HlEIMA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250219.1_1740003453530_0.01253388797122823","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250220.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e13684fe276572444f4bba3916e58bf125600b3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250220.1.tgz","fileCount":536,"integrity":"sha512-8C4Bh+5ECHYqiBVlAOcRbxcHh1zOEPAEFJRAW597cQObpSaxmmmjzAWpZKKxEyTyWn66AfWc0bFxm8bXu6+V5g==","signatures":[{"sig":"MEYCIQCeznByx2aBFMyOXOGyaFTvE2x+p7gA3IkKnJWQtAz/JgIhAPbRTQSxysNh9QBbPGdC8556GCG29vZJ0Fzt2tQv0Zb5","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9083dc82-68e8-4a86-8272-d424ed0a5d42\\azure-ai-text-analytics-5.1.1-alpha.20250220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9083dc82-68e8-4a86-8272-d424ed0a5d42\\azure-ai-text-analytics-5.1.1-alpha.20250220.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8C4Bh+5ECHYqiBVlAOcRbxcHh1zOEPAEFJRAW597cQObpSaxmmmjzAWpZKKxEyTyWn66AfWc0bFxm8bXu6+V5g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250220.1_1740090486878_0.5417618816491727","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250221.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250221.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250221.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"95dc277bc536b396443a62796fe7f16bf168a6ae","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250221.1.tgz","fileCount":536,"integrity":"sha512-6tlP1k91YTufGGZSrdGKz1+f1U3bTC69UhGcPqaJXgy3qdfGVOIDeklXNXEQQvXPxXCx4pwisM8dwNQqP4CNrA==","signatures":[{"sig":"MEYCIQC7ru45i0dNPkxfdY4ttzYdx96ryIAbVVN3xIIYVe46fAIhALCHmcaMkEq4XeQA0m5ay/nOt+B73lu10oziiZbGXJSg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\537f9d53-33f8-4465-a904-b93d33a1e0a1\\azure-ai-text-analytics-5.1.1-alpha.20250221.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\537f9d53-33f8-4465-a904-b93d33a1e0a1\\azure-ai-text-analytics-5.1.1-alpha.20250221.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6tlP1k91YTufGGZSrdGKz1+f1U3bTC69UhGcPqaJXgy3qdfGVOIDeklXNXEQQvXPxXCx4pwisM8dwNQqP4CNrA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250221.1_1740176291787_0.31691623504274147","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250224.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"083cf6532107f87635da0f15df14f11b5e1c7fa3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250224.1.tgz","fileCount":536,"integrity":"sha512-0stcm2LjRPJ+e9lUujy2Xui4BLp/gwDW+nRDaLFfhJSIbwpZ71G/GdleoAk4gC/70zPs9ntgT1mGZcBrxCW8ZA==","signatures":[{"sig":"MEUCIQD1n5u0dHSy0rrHRJBmbPLG5Tmm1VTNSJTp9jxED9wmjQIgAW2ZSTJlcFtrMZKjvyRaDZKJhrdEZFhXoqPcQs7As4g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7bfb477c-add5-4279-b4b8-3b9656a59786\\azure-ai-text-analytics-5.1.1-alpha.20250224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7bfb477c-add5-4279-b4b8-3b9656a59786\\azure-ai-text-analytics-5.1.1-alpha.20250224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0stcm2LjRPJ+e9lUujy2Xui4BLp/gwDW+nRDaLFfhJSIbwpZ71G/GdleoAk4gC/70zPs9ntgT1mGZcBrxCW8ZA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250224.1_1740435652196_0.5662315317196529","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250225.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b42b4631347ce7ed231833f6336a61c2835b5523","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250225.1.tgz","fileCount":536,"integrity":"sha512-ZSlp19HS6gxmzgyJi5M1lmU5i50rZsJF0Rj1rG0qnoYOXkoPx9T0VMkV3EGvLrSNxzpaRaXeJjCCqY8Yr19K8w==","signatures":[{"sig":"MEUCIQDtUfo5qLr7OTpkLK4Onx2NzQvgqI8dzG9VOrG/kOrKAAIgONUeMNNTgB1YGQxajImKnqjMpa72AgOHJG5596l8WcM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3312495},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c6c847e6-503b-48bb-a772-f72db291de36\\azure-ai-text-analytics-5.1.1-alpha.20250225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c6c847e6-503b-48bb-a772-f72db291de36\\azure-ai-text-analytics-5.1.1-alpha.20250225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZSlp19HS6gxmzgyJi5M1lmU5i50rZsJF0Rj1rG0qnoYOXkoPx9T0VMkV3EGvLrSNxzpaRaXeJjCCqY8Yr19K8w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^3.0.3","@vitest/coverage-istanbul":"^3.0.3","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250225.1_1740521987447_0.18961804091935308","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250226.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250226.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250226.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"35b28ae3575386e1ba4969bf0c7371ce31a5ca8e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250226.2.tgz","fileCount":536,"integrity":"sha512-IVcaoryn53yj3THoIpCNtOxPT6xf98a50G5gHIolxKnUuG/gVV1QjU5M4jO1UsROnBT+mfEtTAB45mR+MWfETw==","signatures":[{"sig":"MEUCIFuNgV6cn+W7JxD+wVwoRwDEPkUot5CDM1JLK/ez2w8wAiEAlcm9SGZzo///E1IFgGStOdwF17NL1CckpNknBTsd7lM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb750277-01ca-4af1-ac9f-7297398363d6\\azure-ai-text-analytics-5.1.1-alpha.20250226.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fb750277-01ca-4af1-ac9f-7297398363d6\\azure-ai-text-analytics-5.1.1-alpha.20250226.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IVcaoryn53yj3THoIpCNtOxPT6xf98a50G5gHIolxKnUuG/gVV1QjU5M4jO1UsROnBT+mfEtTAB45mR+MWfETw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250226.2_1740608324724_0.6458752738353288","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250227.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"69c8d893d0b9b1ac4c11c2ebcdfac3b308f45e1b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250227.1.tgz","fileCount":536,"integrity":"sha512-SyUnVHdHOzrUxgVGOOJHbpsrtcHqU7gBMxVij8jGFP6XcBHxtf6/puB5O1mqClkBqkqsuiq/49bpQGbRYOq/lg==","signatures":[{"sig":"MEYCIQDGVyWvpLqsAkfO3LZERo4sVquzfZe0r7r4V1sg9lJDxgIhAMrlPRO150IJFVL4VvOxAskBlnnOQngNV7ChIyV0xGT+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4083cf8b-eace-40a8-a650-8d302905caee\\azure-ai-text-analytics-5.1.1-alpha.20250227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4083cf8b-eace-40a8-a650-8d302905caee\\azure-ai-text-analytics-5.1.1-alpha.20250227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SyUnVHdHOzrUxgVGOOJHbpsrtcHqU7gBMxVij8jGFP6XcBHxtf6/puB5O1mqClkBqkqsuiq/49bpQGbRYOq/lg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250227.1_1740694869613_0.3559141972013331","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250228.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250228.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250228.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f56f95e8e9b6ca07b2b4c78f9e5561a39dae0fa3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250228.1.tgz","fileCount":536,"integrity":"sha512-NYc9bRWUZ1zmWylL0I77pjubKo2wT8OgmoqdlYl2Al12IaRRQMjAqAEoKYabdEt4LlthM2JJ4MALG6sdxiTzmw==","signatures":[{"sig":"MEUCIQCGv0FJTiNLmp7T3int76tZ+iBtvHruCIHxebHZJvmJKQIgQzj2spV1p4S+GcePuCT+whuKTY4w4jpDAvKXJqJ4kwc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\94e79d58-f68c-46eb-885e-eb45456201c0\\azure-ai-text-analytics-5.1.1-alpha.20250228.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\94e79d58-f68c-46eb-885e-eb45456201c0\\azure-ai-text-analytics-5.1.1-alpha.20250228.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NYc9bRWUZ1zmWylL0I77pjubKo2wT8OgmoqdlYl2Al12IaRRQMjAqAEoKYabdEt4LlthM2JJ4MALG6sdxiTzmw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250228.1_1740788348153_0.29319227586466967","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250303.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"89e0a99ca452c6f3de6ada535841bdd27027d6f1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250303.1.tgz","fileCount":536,"integrity":"sha512-p8SSP0XzxyYowFFOkrbh7hTtdrhh1YjEaapmykauZhqgnXHJpvPl7ZOXeEcSnzHoMP1M6sp7rj/DqF7TQ02MvQ==","signatures":[{"sig":"MEQCIEfvpldRG9IOToYy7PcqeMWEup5rbBKpbiK4lrEFmNbKAiBNZ6YQgYQJTYqesrshAYl08H2rUsydVuTcSOA7wpBZgw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ef560e46-3311-4731-9013-13d3d710f19c\\azure-ai-text-analytics-5.1.1-alpha.20250303.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ef560e46-3311-4731-9013-13d3d710f19c\\azure-ai-text-analytics-5.1.1-alpha.20250303.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p8SSP0XzxyYowFFOkrbh7hTtdrhh1YjEaapmykauZhqgnXHJpvPl7ZOXeEcSnzHoMP1M6sp7rj/DqF7TQ02MvQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250303.1_1741040450764_0.17114565604772602","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250304.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250304.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250304.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7f6daf19979d898e9dc90f6c22a8b698cc63d83","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250304.1.tgz","fileCount":536,"integrity":"sha512-+JEsnqRYFSAP7OL79eXyHFi5VWINmGnP9rgmUzAktdwlR5ZVKacQO4wim1m9bs+yx8gfjkm1ewgoUUFYAo1KDw==","signatures":[{"sig":"MEUCIGjpuusbcIkh/ddYWo3auw2nKe+b4B4FzbVsi1ltjIvtAiEA0QAoVQQ8BtSXEu2iB6u8RrUmkAMucOc1DvGYelDjFyg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\de02407c-15ad-4afe-824c-8eb72a2aed9f\\azure-ai-text-analytics-5.1.1-alpha.20250304.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\de02407c-15ad-4afe-824c-8eb72a2aed9f\\azure-ai-text-analytics-5.1.1-alpha.20250304.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+JEsnqRYFSAP7OL79eXyHFi5VWINmGnP9rgmUzAktdwlR5ZVKacQO4wim1m9bs+yx8gfjkm1ewgoUUFYAo1KDw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250304.1_1741126914020_0.6277532633792235","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250305.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250305.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250305.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8ebf85b6a414a1e1aa2b6d2d0facee10b78b40c3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250305.1.tgz","fileCount":536,"integrity":"sha512-PxzmNP/7y++d1gBZ81q1J0VqD+f79dgz1nArE9T0E6ENArMQSqaFQCgSqEamuaDd1+UWnezcm0GChPnyzX0siQ==","signatures":[{"sig":"MEQCIAqMlR/bIwq1ZH8/O+xEZFz4jjGoQ3A59GV/hjG74IaEAiBatlCJ/H5+8e1Mb36Ho1y5tAZYOTIOdQKG64jtv8nDnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e446df7e-5e72-435b-b217-73438b39dcd0\\azure-ai-text-analytics-5.1.1-alpha.20250305.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e446df7e-5e72-435b-b217-73438b39dcd0\\azure-ai-text-analytics-5.1.1-alpha.20250305.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PxzmNP/7y++d1gBZ81q1J0VqD+f79dgz1nArE9T0E6ENArMQSqaFQCgSqEamuaDd1+UWnezcm0GChPnyzX0siQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250305.1_1741218346803_0.2990848878349819","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250306.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250306.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f4931f739c5179558552eb5b162869429330814","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250306.1.tgz","fileCount":536,"integrity":"sha512-E/B64eHEeilxSSvddhWad58UF5wzBO/LBLALiW7j7RTLtggkxkYDHB5Ho809uy9VSTHhW4sSxGOUhMemM8wW6w==","signatures":[{"sig":"MEUCIG9We1Vjy6BI/eNFadEx8ns7ezKcJPjiStfF7qDhNESmAiEA9ClWxCYHQHDfHFHXcU1DemlZFkqNoLfyxdBPLO8yPpc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\254672b9-b058-4ed9-9479-8d16f609f8e8\\azure-ai-text-analytics-5.1.1-alpha.20250306.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\254672b9-b058-4ed9-9479-8d16f609f8e8\\azure-ai-text-analytics-5.1.1-alpha.20250306.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E/B64eHEeilxSSvddhWad58UF5wzBO/LBLALiW7j7RTLtggkxkYDHB5Ho809uy9VSTHhW4sSxGOUhMemM8wW6w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250306.1_1741299826151_0.1261501745888971","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250307.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250307.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a6f3ebd9d88e5814c55ca9da07216792f0bf10c0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250307.1.tgz","fileCount":536,"integrity":"sha512-9TbMC1XKHtYYcSrtLXK257rSGGnsGDynxIprspfuoXVY0OIII8aYWhmO8vzDDD/6+SCZsv/BiKLMY+e8hMSJdg==","signatures":[{"sig":"MEUCIFekMI4uK6k8w+IAQ+N+H/AVwRCY/7rTxLdy4ErH92BzAiEAlmIVRlMqsjdiKwZUDUIG2JceycLGxyyKWv4G/GkKyTA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cc49d174-9f10-4967-89de-78bad734c99d\\azure-ai-text-analytics-5.1.1-alpha.20250307.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cc49d174-9f10-4967-89de-78bad734c99d\\azure-ai-text-analytics-5.1.1-alpha.20250307.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9TbMC1XKHtYYcSrtLXK257rSGGnsGDynxIprspfuoXVY0OIII8aYWhmO8vzDDD/6+SCZsv/BiKLMY+e8hMSJdg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250307.1_1741385961259_0.5775723265087516","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250310.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250310.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27c49dabf8ab663f04d22521d55a902ba1b6160d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250310.1.tgz","fileCount":536,"integrity":"sha512-MzajHSgUikufugjWiIylBxZGHENltEPJaAOVmo6t76Adxk3ncBEdQU4rrwQaPjoHPwqWgyIHzYJvhSKHC3gCbg==","signatures":[{"sig":"MEYCIQDyH1Wu2LfZNlc+VPfAYI9B9LpL8WeoUrge+4i2pZ5kbQIhAKtwQ+mUlWywn8taY6gI4FTitYt2YJR+SUVKvZA91Dtx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\355055ef-1a28-40a5-98b2-ab58f2932440\\azure-ai-text-analytics-5.1.1-alpha.20250310.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\355055ef-1a28-40a5-98b2-ab58f2932440\\azure-ai-text-analytics-5.1.1-alpha.20250310.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MzajHSgUikufugjWiIylBxZGHENltEPJaAOVmo6t76Adxk3ncBEdQU4rrwQaPjoHPwqWgyIHzYJvhSKHC3gCbg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250310.1_1741641364704_0.2903439988693495","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250311.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250311.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250311.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c1cd7c24f45b662836b4d5d050bc2476883ea817","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250311.1.tgz","fileCount":536,"integrity":"sha512-/bZQYfkkc5JENDcKXKQMoicGIaiuwsvcSklcdP1J91HK9Rqy+F6NbDe9pQG7cbdHBlDGNqiVZx8HfmdynvbjQA==","signatures":[{"sig":"MEQCIFS/B5BKisCxwU4Qu+CnWSo8mCVJKJ/9WAwK02dFv9DdAiASywrL2s3VwpjPMKi5HhabUalhJ9//d5/eZVlbutqqVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a2c3233b-f4aa-4dbd-b73a-072433dc608c\\azure-ai-text-analytics-5.1.1-alpha.20250311.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a2c3233b-f4aa-4dbd-b73a-072433dc608c\\azure-ai-text-analytics-5.1.1-alpha.20250311.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/bZQYfkkc5JENDcKXKQMoicGIaiuwsvcSklcdP1J91HK9Rqy+F6NbDe9pQG7cbdHBlDGNqiVZx8HfmdynvbjQA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250311.1_1741727890138_0.3874272576529545","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250312.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250312.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250312.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a4da536687c4e800ddaa5cbe4063447a249fdaa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250312.1.tgz","fileCount":536,"integrity":"sha512-COmk8HLqdVpdCmvns1eR+OAgvDCURzo/a46rzjshDpCrTaAXqjowBK/b7F7gzvi7/XleafojAngEVv1MyEUBfw==","signatures":[{"sig":"MEYCIQDssEcljO1amHfbFSSavKkhblTubE6CZbF/QkurHTbQdAIhAJT1ZISR5vUkGAp1hiQnZ3FCYDbkXQRaw8A3pHhcWomG","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\16c6a7a2-1404-4197-b4b1-d8707cb400c6\\azure-ai-text-analytics-5.1.1-alpha.20250312.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\16c6a7a2-1404-4197-b4b1-d8707cb400c6\\azure-ai-text-analytics-5.1.1-alpha.20250312.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-COmk8HLqdVpdCmvns1eR+OAgvDCURzo/a46rzjshDpCrTaAXqjowBK/b7F7gzvi7/XleafojAngEVv1MyEUBfw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250312.1_1741814220735_0.1165429675786076","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250313.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250313.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250313.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"04c07dcc626303b0c4a0985e5e0a4bf841855a85","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250313.1.tgz","fileCount":536,"integrity":"sha512-iLDDpk2ABS/oYUZvUQXzJN4TLN95jOeVwDOX/6B4MHe0CGM7Sm3dnnoLe9AdOnNxFKRFFqoWOIxA1ChvxeXN8A==","signatures":[{"sig":"MEQCIEljn6ovsKHt0b5tRKP9UtRJOd150BC83SvnqwmNg5OsAiBCmOKLhss+WKiaOsog0y5F9y4xozlGZ7pCuyigthYFog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\da1fbffd-36f8-494d-9a66-e8fdf9d9657b\\azure-ai-text-analytics-5.1.1-alpha.20250313.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\da1fbffd-36f8-494d-9a66-e8fdf9d9657b\\azure-ai-text-analytics-5.1.1-alpha.20250313.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iLDDpk2ABS/oYUZvUQXzJN4TLN95jOeVwDOX/6B4MHe0CGM7Sm3dnnoLe9AdOnNxFKRFFqoWOIxA1ChvxeXN8A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250313.1_1741900807954_0.9824900530029002","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250314.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250314.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250314.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"51ab6a15c01d91064f13d1453fe6e240d905f5de","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250314.1.tgz","fileCount":536,"integrity":"sha512-LyIyomP0uLpReCJo5gYVkDRLKpnTowvPBDb6BMt6mg6YWwd7CFltdrMRBQ8ytBYo1AC3x6aU/+kJox3l3hFPiA==","signatures":[{"sig":"MEUCIAU9FS7o7gWzKi/JaOOV6tw9NrIxuM8VVkHzMI9MiV8dAiEA3EjmCnK2DNAQLqvE5xb7JX5YwW4+BBnWLsZ6AMwX2Qs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed17c977-3c4c-42fb-b6ae-063a6930aa3b\\azure-ai-text-analytics-5.1.1-alpha.20250314.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ed17c977-3c4c-42fb-b6ae-063a6930aa3b\\azure-ai-text-analytics-5.1.1-alpha.20250314.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LyIyomP0uLpReCJo5gYVkDRLKpnTowvPBDb6BMt6mg6YWwd7CFltdrMRBQ8ytBYo1AC3x6aU/+kJox3l3hFPiA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.6","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.6","@vitest/coverage-istanbul":"^3.0.6","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250314.1_1741987036806_0.812619371263497","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250317.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250317.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250317.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1001c355a2b0acdb2af1a3d35a04079b2971bea5","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250317.1.tgz","fileCount":536,"integrity":"sha512-nppBeFqEiDc48EDkjirFRR/Vesg8cVyY7z9UiwRpa+NZ7OUJin/Dk70XT4YyRq7eO2y3QUbl/iSumuYk2ZCGIg==","signatures":[{"sig":"MEQCIGJFaC4r4PG6YUEABVoZaE9e9Mu3pXwOkG0E3Jq/TifGAiABAnYU5/ItQhdROya38ZMldUUjq4DY9pHUqvNJXoGBFA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a80e5cfc-cde2-425a-92f9-4444435e82cf\\azure-ai-text-analytics-5.1.1-alpha.20250317.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a80e5cfc-cde2-425a-92f9-4444435e82cf\\azure-ai-text-analytics-5.1.1-alpha.20250317.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nppBeFqEiDc48EDkjirFRR/Vesg8cVyY7z9UiwRpa+NZ7OUJin/Dk70XT4YyRq7eO2y3QUbl/iSumuYk2ZCGIg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.7.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250317.1_1742246557259_0.8691653913615542","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250318.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250318.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250318.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f1ea360d963a140f97a06228e9f41b225c60b43","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250318.1.tgz","fileCount":536,"integrity":"sha512-OGarvNjzGUrAFlOpAImJ4pB3VkG5dslmiBerGeNag+u0a1YWWnskuk3T2wUgdnQECk12TEIL41PAlahvHxQSQQ==","signatures":[{"sig":"MEYCIQDmceDhR+79UPtA79Db6MWT/PaTfgJXjnj3sy8LVLu3bwIhAOz5ldmE+EEQrJt93mtQ+54mrvCd90j1Xf5u3kFEVvKF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9e5a4f6c-4ec9-4197-8f30-80c20f3efb61\\azure-ai-text-analytics-5.1.1-alpha.20250318.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9e5a4f6c-4ec9-4197-8f30-80c20f3efb61\\azure-ai-text-analytics-5.1.1-alpha.20250318.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OGarvNjzGUrAFlOpAImJ4pB3VkG5dslmiBerGeNag+u0a1YWWnskuk3T2wUgdnQECk12TEIL41PAlahvHxQSQQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250318.1_1742332574418_0.3971789785685509","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250319.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250319.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250319.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"479cb14d31d48526516100f168e54ec085a9c12b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250319.1.tgz","fileCount":536,"integrity":"sha512-K4wHsf3g1lamEVnwIQhzaaMjXBTWcVamByNFOtFEvlgmFAeYZcCVTqnhr6TfGMpmBwxHDcyhP6iqusQXOqhs+Q==","signatures":[{"sig":"MEYCIQDJCgSFINILf5TWBX9zX5N8y1amt/9uwDRYEbHtiN0LEgIhAO6alYwTTJEQngzIR8WoxmxI5dw4f5PVXjCCFuZW1Xld","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\baf5a64f-d42c-48f4-8cbd-fed27ad4a00f\\azure-ai-text-analytics-5.1.1-alpha.20250319.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\baf5a64f-d42c-48f4-8cbd-fed27ad4a00f\\azure-ai-text-analytics-5.1.1-alpha.20250319.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-K4wHsf3g1lamEVnwIQhzaaMjXBTWcVamByNFOtFEvlgmFAeYZcCVTqnhr6TfGMpmBwxHDcyhP6iqusQXOqhs+Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250319.1_1742419174205_0.765027618016606","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250320.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250320.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250320.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53694be540356c757c3e0ce1c81130b5f044f272","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250320.2.tgz","fileCount":536,"integrity":"sha512-DmK7cx9DW+GIBJF6OzxnM83buZ/hEpUo3RQtXK7yn77cbYlqoE1anXrw1JHICzJ+04+QZfmCNE2Y5ruH+SsVIA==","signatures":[{"sig":"MEUCIDWS5P4dlUgGnN4ST1KNGD7YFeoEkFRYBuq688xhvItTAiEAkjrxiXjT/gxOH9Br6mzXR30ZGKSJTlWwXG5+TD+zxkM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\32bafc02-a9f1-4e36-b29d-7934625905ed\\azure-ai-text-analytics-5.1.1-alpha.20250320.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\32bafc02-a9f1-4e36-b29d-7934625905ed\\azure-ai-text-analytics-5.1.1-alpha.20250320.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DmK7cx9DW+GIBJF6OzxnM83buZ/hEpUo3RQtXK7yn77cbYlqoE1anXrw1JHICzJ+04+QZfmCNE2Y5ruH+SsVIA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250320.2_1742505976588_0.8692432298693973","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250321.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250321.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250321.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4efa66e3bbb48e0b1dc0edad5fad12c6e34f8aab","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250321.1.tgz","fileCount":536,"integrity":"sha512-cShThfksMEo6MiilU9xjoHk96lATXbJCjWu9wUnE7M3ZoK0ave0gjJnwIb9OoFJMDHfVSKh3GLaAhpWx9OSN/w==","signatures":[{"sig":"MEUCIQD+90UjMpTMELwIOiQe75mFO+huanXcROdfSRcEH6Z+dgIgagqyyzLP7F2Xn6E+IpdEbqmE5VOR+UR4SCQDDJTC/y0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9733299d-131f-4d88-b50e-2987beec912a\\azure-ai-text-analytics-5.1.1-alpha.20250321.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9733299d-131f-4d88-b50e-2987beec912a\\azure-ai-text-analytics-5.1.1-alpha.20250321.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cShThfksMEo6MiilU9xjoHk96lATXbJCjWu9wUnE7M3ZoK0ave0gjJnwIb9OoFJMDHfVSKh3GLaAhpWx9OSN/w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250321.1_1742591783641_0.7635361084327692","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250324.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250324.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250324.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4935cf29f6e2896163a9216cebb84355d3c71636","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250324.2.tgz","fileCount":536,"integrity":"sha512-dAg0jxxez1NczoHjhpgiNXXbubpQTZYt2WJolIv5FBd5Av+CkroWtbzE2rQbOnUr83bgy1yXPV2q7SGTCZis3w==","signatures":[{"sig":"MEUCIQDHVHiJWJ4+2qjyG6ienKd3ifLxdOPbq7zfXiEo3onIAQIgfrPclYIVbqZ8e2RAF5/4/tuKgebb2vdZf2YxAMgf0p4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\26c1af20-368c-4046-942e-6bc36296c6e5\\azure-ai-text-analytics-5.1.1-alpha.20250324.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\26c1af20-368c-4046-942e-6bc36296c6e5\\azure-ai-text-analytics-5.1.1-alpha.20250324.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dAg0jxxez1NczoHjhpgiNXXbubpQTZYt2WJolIv5FBd5Av+CkroWtbzE2rQbOnUr83bgy1yXPV2q7SGTCZis3w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250324.2_1742851271584_0.4963543223598099","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250325.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250325.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250325.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1f50d43d0577c484f7d44bec61b00213be444a92","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250325.1.tgz","fileCount":536,"integrity":"sha512-DP687c0KkLP2JIlnLPqSdpIQSKpCD8VU0BjxUU1n2Qp/yv/xbQM82ypMS8KwZGhQZAYNWKvwk5uvgO1w3x4UTA==","signatures":[{"sig":"MEYCIQDxVer9t0gLj3TyJTfIPhr8/JsqSBSVlX0PUPrc0XArXAIhAIYTwlquGX1877PErGtQ0J+JJCcw6VMFgvMNVoh87Io7","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314005},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9031f436-15a4-4102-86e1-8addd90b5b07\\azure-ai-text-analytics-5.1.1-alpha.20250325.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9031f436-15a4-4102-86e1-8addd90b5b07\\azure-ai-text-analytics-5.1.1-alpha.20250325.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DP687c0KkLP2JIlnLPqSdpIQSKpCD8VU0BjxUU1n2Qp/yv/xbQM82ypMS8KwZGhQZAYNWKvwk5uvgO1w3x4UTA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250325.1_1742937517542_0.9415832771557018","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250326.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250326.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250326.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"147a1c778502fdc50155d0f19d43c6dcaed81b65","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250326.2.tgz","fileCount":536,"integrity":"sha512-azec4mtEKciaRTtB+yrALWrBNiDq+TsV2+Qa9F76kVZ4l8DQZqT95DgrwLSMdtbsO4OLxXwosHUWJFWKGh0uUg==","signatures":[{"sig":"MEYCIQCAxfN2kB2lHTdq8la/UfZgn8tA6SI/o7wYFrN7i76oiAIhAPWSzx2IjpI4Y/SLOt0DdEID/ClnfuSrCGEL/QSMWVso","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6165c5ac-5a60-4918-b653-a625aa731967\\azure-ai-text-analytics-5.1.1-alpha.20250326.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6165c5ac-5a60-4918-b653-a625aa731967\\azure-ai-text-analytics-5.1.1-alpha.20250326.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-azec4mtEKciaRTtB+yrALWrBNiDq+TsV2+Qa9F76kVZ4l8DQZqT95DgrwLSMdtbsO4OLxXwosHUWJFWKGh0uUg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250326.2_1743023888716_0.007854712004045084","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250327.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250327.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250327.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"91231de31bf22013d59ce716dd8654e49118d7fe","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250327.1.tgz","fileCount":536,"integrity":"sha512-r9FIj1tUXA4BBpn9jHD3EqptrO4D1nHPTqB8xodQGPW3fQW5P9fATOSZkvHpaOA+qyecycSyqADE6kPQwz/pHw==","signatures":[{"sig":"MEQCID8UKo4VZoNaBBjARx2dNX7b3LQ2dzwJepYUKH8DDZgBAiAjZaTit7KUq4GEpdUBDJpze1K6Mgf3Lry5nnDEH+yWow==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f01cc175-16af-4820-bea7-ce579ae72dd0\\azure-ai-text-analytics-5.1.1-alpha.20250327.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f01cc175-16af-4820-bea7-ce579ae72dd0\\azure-ai-text-analytics-5.1.1-alpha.20250327.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-r9FIj1tUXA4BBpn9jHD3EqptrO4D1nHPTqB8xodQGPW3fQW5P9fATOSZkvHpaOA+qyecycSyqADE6kPQwz/pHw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250327.1_1743110296252_0.43167829111783207","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250328.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250328.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250328.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5de180dd6688b7baa151855694c7baff71e31b02","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250328.1.tgz","fileCount":536,"integrity":"sha512-e/hzPK3b/qIHzVSWloh50UUPK198yYtreFQfo5FinxTh5mdWIYuVx3GjWpxcHMgLYP6Z5TNqEb47RSSgrAINgg==","signatures":[{"sig":"MEUCIQCcNH3AD8RiT47ydAF/cA2dhnUhseqhlIjKI3M5o3EfRQIgHCA0yIsBSJtfdacIghar5SP7395+Z1rsoe0P+zcvWqI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\43bdf01c-acb6-4df6-b6da-183cdd00d446\\azure-ai-text-analytics-5.1.1-alpha.20250328.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\43bdf01c-acb6-4df6-b6da-183cdd00d446\\azure-ai-text-analytics-5.1.1-alpha.20250328.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-e/hzPK3b/qIHzVSWloh50UUPK198yYtreFQfo5FinxTh5mdWIYuVx3GjWpxcHMgLYP6Z5TNqEb47RSSgrAINgg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250328.1_1743197368544_0.39259985043495726","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250331.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250331.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250331.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"46e6e7e49579dbeaea9315da478a60639c79ef48","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250331.1.tgz","fileCount":536,"integrity":"sha512-EbuAKGKMt3/XHi2G/GsIII6TqOWahGDWPSMcesCmI6R78Lqydzo+TrpJKZ8sD0Pe3vRyaGcuNp20DDqAECF+Qw==","signatures":[{"sig":"MEUCIH3MSlBjdadaT4h/YD0x503p3uiFcn1azoR7wmMwcgQAAiEAjuJLrnnmtTfvk6dcwTLmGyw/NP5+O5qnrMLZLIB9swY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f0f57769-f2c2-413c-b942-86bf70bee085\\azure-ai-text-analytics-5.1.1-alpha.20250331.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f0f57769-f2c2-413c-b942-86bf70bee085\\azure-ai-text-analytics-5.1.1-alpha.20250331.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EbuAKGKMt3/XHi2G/GsIII6TqOWahGDWPSMcesCmI6R78Lqydzo+TrpJKZ8sD0Pe3vRyaGcuNp20DDqAECF+Qw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250331.1_1743456483438_0.9522144914991524","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250401.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250401.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c18cea4799e18fc3c8bda6a3bf75a6a31bb099cf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250401.1.tgz","fileCount":536,"integrity":"sha512-NsG+5D8l9lcmCL7ypI6VlvAWYxXnSguGuagwVSUUiRrU4m6SEfUtrgPxomlsbetVrcN3bXg2zQ+TRfr4wohVMQ==","signatures":[{"sig":"MEUCIQDX6jKi+/vATeHwWrS7jH1hUgK3jPc6Bk9BwISqgeErdAIgbkEvAzK+6/e/bHPBoOJ3Lc6IhIHX0Z4XuqeRcD9KUWU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e7cfc628-44f4-47a3-843e-bc66cb3ddd48\\azure-ai-text-analytics-5.1.1-alpha.20250401.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e7cfc628-44f4-47a3-843e-bc66cb3ddd48\\azure-ai-text-analytics-5.1.1-alpha.20250401.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NsG+5D8l9lcmCL7ypI6VlvAWYxXnSguGuagwVSUUiRrU4m6SEfUtrgPxomlsbetVrcN3bXg2zQ+TRfr4wohVMQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250401.1_1743542207129_0.06373762406525185","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250402.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250402.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250402.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"001e5c67a2310bfff15fa40953a1cdc4e9215006","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250402.1.tgz","fileCount":536,"integrity":"sha512-eiLbzKHJeXKhCCgEfp8LfxuEtaC5tPm0PGlC7S2gXn9+BWOZf9bPhMdmQTR5ofdLkpuAGMhaNVk/A90hQVK2+A==","signatures":[{"sig":"MEUCIAcw1oE+gv/D4mpW+5SOiYEqnItqbW4H89hCDSl0eqQAAiEAtFRgtrBWYsa+SeJc5o8XEgc8GWQ5QWXM3h9D6M3g6cU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\205b9200-e596-4c49-afc6-0a63651d9978\\azure-ai-text-analytics-5.1.1-alpha.20250402.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\205b9200-e596-4c49-afc6-0a63651d9978\\azure-ai-text-analytics-5.1.1-alpha.20250402.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eiLbzKHJeXKhCCgEfp8LfxuEtaC5tPm0PGlC7S2gXn9+BWOZf9bPhMdmQTR5ofdLkpuAGMhaNVk/A90hQVK2+A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250402.1_1743628783295_0.12391426337673739","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250403.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250403.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250403.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b3471a293fa3c110f57623599efc89f7011ea12","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250403.1.tgz","fileCount":536,"integrity":"sha512-uzcwi1KItS0RWTkVT6orRe2/RV3ImXjTj9qv9HGBoVmCp6UTpcOW3NgLkgX/M0SAx0YBc4PcQkTBLVE+J872bw==","signatures":[{"sig":"MEUCIGgpg4YwvLNjpRqLBIw0o3J47K8dhLwdTmsgY0XVIN8xAiEAzfJsL5nZPoAoOGqRoveIe3CaLp4r3aFtz1ey0C+KDB8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3e33fe27-7c00-41c4-ab8b-acd3bb2f34f4\\azure-ai-text-analytics-5.1.1-alpha.20250403.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3e33fe27-7c00-41c4-ab8b-acd3bb2f34f4\\azure-ai-text-analytics-5.1.1-alpha.20250403.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uzcwi1KItS0RWTkVT6orRe2/RV3ImXjTj9qv9HGBoVmCp6UTpcOW3NgLkgX/M0SAx0YBc4PcQkTBLVE+J872bw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250403.1_1743716066719_0.8692913941756366","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250404.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250404.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250404.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1578e38c1397d0e44c6767d27626a45692d14c30","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250404.1.tgz","fileCount":536,"integrity":"sha512-gnFC8WPnrsDpD7L3l+YD6eAlUh2vMnvX7It8XvTT6XAFjgQrgazTUjqawo/6Q7DWaf/x1/Qu0pD+6sHsuH3ENQ==","signatures":[{"sig":"MEYCIQCWBMKkGkIFkZgWQv3QsPs/vq0No3AkCWW97uFyndwtvQIhAPpU6cF9QYBgAUl+z47bmIEJCdtOMv5bVkoOgMEGpYk4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d49733aa-5ebf-452b-b409-feb53308cc5a\\azure-ai-text-analytics-5.1.1-alpha.20250404.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d49733aa-5ebf-452b-b409-feb53308cc5a\\azure-ai-text-analytics-5.1.1-alpha.20250404.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gnFC8WPnrsDpD7L3l+YD6eAlUh2vMnvX7It8XvTT6XAFjgQrgazTUjqawo/6Q7DWaf/x1/Qu0pD+6sHsuH3ENQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250404.1_1743801604594_0.26005719437772057","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250407.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250407.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250407.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f916983dfdcc56ae4933a7cd61b1a1eae5351932","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250407.1.tgz","fileCount":536,"integrity":"sha512-xKMF0U8IvzBJyNz4YsHBT3tWwcA+BaKlBzquhdsQNWka7JFyo6RBdc6UNgZJigDr+lq4BZ5gGtbr3NnDstYHmg==","signatures":[{"sig":"MEUCIQDtL++xfs3w056KJrV5IPcDPiNSCsV4cXW3bCoukHMOXAIgOOhEkwwXNbRzEXQZoRBtJgvlAW+schVtPFoLj0Bq0po=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e358b365-f3eb-47a9-b0c2-4ae4fbd24d7c\\azure-ai-text-analytics-5.1.1-alpha.20250407.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e358b365-f3eb-47a9-b0c2-4ae4fbd24d7c\\azure-ai-text-analytics-5.1.1-alpha.20250407.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xKMF0U8IvzBJyNz4YsHBT3tWwcA+BaKlBzquhdsQNWka7JFyo6RBdc6UNgZJigDr+lq4BZ5gGtbr3NnDstYHmg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250407.1_1744060907447_0.6027318325742697","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250408.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250408.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250408.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c08abfd5a29b4b86522780de8b7ebe2cd022019","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250408.1.tgz","fileCount":536,"integrity":"sha512-9l63N5NMgaKYz3bnU6cqpMS4LvijA3UOd/pBoHPWSK9cVSr3k1PizxnEb2UDRDHMbcvd7+89BagbU2Vk9Du1Nw==","signatures":[{"sig":"MEUCIQC1QY/S6M0mv713avM+Bg0Wa2SG/3zFLijgUuXBYuYBbAIgNXBBGClxLNqWhwaP7Aethmy/Mm2s+yM0ZbLAmnDRnAQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7cbb02d4-edc4-430e-b317-8e9b1c360273\\azure-ai-text-analytics-5.1.1-alpha.20250408.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7cbb02d4-edc4-430e-b317-8e9b1c360273\\azure-ai-text-analytics-5.1.1-alpha.20250408.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9l63N5NMgaKYz3bnU6cqpMS4LvijA3UOd/pBoHPWSK9cVSr3k1PizxnEb2UDRDHMbcvd7+89BagbU2Vk9Du1Nw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250408.1_1744147223509_0.31848424843597445","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250409.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250409.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250409.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aa36d8bfbecb185fa2658c3db7648deef3fab12a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250409.1.tgz","fileCount":536,"integrity":"sha512-/LES2DgiRIyKqlFILCv2kyjWwa9M5JVGhVkIRIYvaoWGKEywLdIJ2PmB4jrBxZH4FDAMENjmiaFS4LQ0VeHFdw==","signatures":[{"sig":"MEUCIElXJdzASl61aLsiK7nCUQTkPyBnM7KGx2UwP0ApdJLEAiEAoYXhsvAFgacJ8W7m9bGd1wcMS46qVuLj3yhrQs83CNk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2e0e919-95d2-4ec6-81b2-27b9cfe42dde\\azure-ai-text-analytics-5.1.1-alpha.20250409.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b2e0e919-95d2-4ec6-81b2-27b9cfe42dde\\azure-ai-text-analytics-5.1.1-alpha.20250409.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/LES2DgiRIyKqlFILCv2kyjWwa9M5JVGhVkIRIYvaoWGKEywLdIJ2PmB4jrBxZH4FDAMENjmiaFS4LQ0VeHFdw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250409.1_1744233573239_0.03414017055301488","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250410.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250410.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250410.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"72789893ea93ac021b4e59c489292e68e0c49f09","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250410.1.tgz","fileCount":536,"integrity":"sha512-L9gbfIIPQDDsQ7J3DUyHM2Od2B9t1r56JJMUKB8YV7NDb+JjN04OvVxglgm1rDfuWoWkUoCQDCLD/V0MiBI5Pg==","signatures":[{"sig":"MEYCIQCNPx1b/GYE3+GduZyg9tV42ASzUN5YoUbUy4FkRxZSxwIhAKeGMZOVCihwva62fpn3zdEk0BIVqEXhaTj9dwGFexsj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3314003},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e266203d-8803-4408-967c-7cbc11d6bfb3\\azure-ai-text-analytics-5.1.1-alpha.20250410.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:node":"dev-tool run build-package && dev-tool run bundle","build:test":"dev-tool run build-package && dev-tool run bundle","build:debug":"dev-tool run build-package && dev-tool run bundle && dev-tool run extract-api","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:browser":"dev-tool run build-package && dev-tool run bundle","build:samples":"echo Obsolete.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e266203d-8803-4408-967c-7cbc11d6bfb3\\azure-ai-text-analytics-5.1.1-alpha.20250410.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-L9gbfIIPQDDsQ7J3DUyHM2Od2B9t1r56JJMUKB8YV7NDb+JjN04OvVxglgm1rDfuWoWkUoCQDCLD/V0MiBI5Pg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250410.1_1744319847781_0.8633858371873491","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250416.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250416.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250416.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"05e91c90b2f38c50423b58c6455eb6be9b9e10ab","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250416.1.tgz","fileCount":536,"integrity":"sha512-1mbxsX9WdiQyyvDjVJzn6rBQtn1th+QskZKOTl2coL2R754C9P4A0gfP+OBhRBs71wNygGjzaj13U7VYSgMkPw==","signatures":[{"sig":"MEUCIBJAASn0nRHHp4dF1By64LFega91tOeQg8tvKKqXiMZUAiEAmrXVbVYWlcouHmFOg9ZLI2qMVKiM0IVgN9lF35gIDeg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c7263419-fdc2-4ba8-b16c-799b2c007b26\\azure-ai-text-analytics-5.1.1-alpha.20250416.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c7263419-fdc2-4ba8-b16c-799b2c007b26\\azure-ai-text-analytics-5.1.1-alpha.20250416.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1mbxsX9WdiQyyvDjVJzn6rBQtn1th+QskZKOTl2coL2R754C9P4A0gfP+OBhRBs71wNygGjzaj13U7VYSgMkPw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250416.1_1744838413441_0.0984301216428809","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250417.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250417.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250417.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7445d768b1946f710ac889ee5ff7325307d32fb2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250417.1.tgz","fileCount":536,"integrity":"sha512-VBBJ9+doWGzypq42ls78KSRdFSbIJ3wR76CdwHQz/d+yqCPjO7kB7t9E6ho2J2jP0RZvdz6//P+UsBcdxLAqXg==","signatures":[{"sig":"MEUCIQDDM2ZshtMNbKxw52IkMaPQnZhE4uisYPt0x6jCE5RHxAIgLl4YYsiya+TTUEiNVdaJekmS7TpBjPXBAT/Sb2iYYgE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\010bd71b-0460-464b-96f9-51f9c38fab68\\azure-ai-text-analytics-5.1.1-alpha.20250417.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\010bd71b-0460-464b-96f9-51f9c38fab68\\azure-ai-text-analytics-5.1.1-alpha.20250417.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VBBJ9+doWGzypq42ls78KSRdFSbIJ3wR76CdwHQz/d+yqCPjO7kB7t9E6ho2J2jP0RZvdz6//P+UsBcdxLAqXg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250417.1_1744924947965_0.6052882686307335","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250418.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250418.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250418.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"24d6427efd4c693b903fcbc725e7eeb6593be619","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250418.1.tgz","fileCount":536,"integrity":"sha512-JDmhSkDJz487YTN1/Mo6iZyWfaxwmXRfNusBibyI2nLblFW32r6NtOX/pO4Uc/VJ/fTmigEu/ww167mxjrTCBQ==","signatures":[{"sig":"MEQCID+KpmSeHTTl6iYPL8RrhnrQT4w0lwCanz8wokdUARETAiBFLmJPn5U9EF1piLGiWdMYJcufnzQVw/gkQjwSiiDTkQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2973caf7-8cff-43d0-b65a-6f814978839f\\azure-ai-text-analytics-5.1.1-alpha.20250418.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2973caf7-8cff-43d0-b65a-6f814978839f\\azure-ai-text-analytics-5.1.1-alpha.20250418.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JDmhSkDJz487YTN1/Mo6iZyWfaxwmXRfNusBibyI2nLblFW32r6NtOX/pO4Uc/VJ/fTmigEu/ww167mxjrTCBQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250418.1_1745011189944_0.3216189435287884","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250421.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250421.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250421.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"19a41f5a6e335685813e11be296c1794a0edba4f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250421.1.tgz","fileCount":536,"integrity":"sha512-P5ZTNjuTVV2CykA6K5SRGgfBNsKiL+brjpg+IBj60phRwx9D+oCydOazl3RZGk+0+Y7gFezee984e051WAnyug==","signatures":[{"sig":"MEQCIFao9Sl0rwPY39NlyRyTTjNc6ccLA5kyKe+IyNT8EQtcAiBPuo4I1qSqK1goKL80144JhQYtoePFu7ae6AbCI2GUdQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a1bcef12-d6e4-4099-8561-c067325c52bd\\azure-ai-text-analytics-5.1.1-alpha.20250421.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a1bcef12-d6e4-4099-8561-c067325c52bd\\azure-ai-text-analytics-5.1.1-alpha.20250421.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-P5ZTNjuTVV2CykA6K5SRGgfBNsKiL+brjpg+IBj60phRwx9D+oCydOazl3RZGk+0+Y7gFezee984e051WAnyug==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250421.1_1745270705379_0.37587471128768724","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250422.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250422.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250422.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"823682fc1238aac92942a22eead31b24ff913734","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250422.1.tgz","fileCount":536,"integrity":"sha512-ozAOW93fQtmmaUyoiQ6hGqgeAQT64O5/TzZKEsGhOcAOMXmNHyHjAH0LH0oQ+rgtSOehHl/VOaK236EBWTwQzQ==","signatures":[{"sig":"MEYCIQDUw+RfC6VqrBJ/4bPR60/VD1mwKf4vm0wBmnidrL8yfQIhAPlAWVRC4ZvuPkK6FdmQtOn0pKPSAROdRKN7YiGKP3Xg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68dc667f-f78f-4a09-aa2b-4c133c0edd89\\azure-ai-text-analytics-5.1.1-alpha.20250422.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\68dc667f-f78f-4a09-aa2b-4c133c0edd89\\azure-ai-text-analytics-5.1.1-alpha.20250422.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ozAOW93fQtmmaUyoiQ6hGqgeAQT64O5/TzZKEsGhOcAOMXmNHyHjAH0LH0oQ+rgtSOehHl/VOaK236EBWTwQzQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250422.1_1745356990522_0.9133477927929894","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250423.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250423.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250423.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a2ff694abdf55ba0e0b9064193e6164609a0b72d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250423.1.tgz","fileCount":536,"integrity":"sha512-hJF+NdCNE+h00dgr8RmDYk6DwSs0rtPtA+4QcxwFuA6oqDov5mYFgZvVwpruinisv1n+KiFX6O2RvrGBPC1ROQ==","signatures":[{"sig":"MEUCIQDwLDoREij9fB6kYXPl56sKlKm2UZ7AzL6yIww/DutXWQIgC5137y1UZZ+Alxho1u1hbsqd+sqvNRqOUgJ4SV8ryPU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6f4e86bc-75ba-4b9b-9c3a-56db494d273f\\azure-ai-text-analytics-5.1.1-alpha.20250423.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6f4e86bc-75ba-4b9b-9c3a-56db494d273f\\azure-ai-text-analytics-5.1.1-alpha.20250423.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hJF+NdCNE+h00dgr8RmDYk6DwSs0rtPtA+4QcxwFuA6oqDov5mYFgZvVwpruinisv1n+KiFX6O2RvrGBPC1ROQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250423.1_1745443579949_0.8916820627098474","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250424.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250424.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250424.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c9446dd1a7e08623b4a85d198cdfb93f6e509daa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250424.1.tgz","fileCount":536,"integrity":"sha512-ZwdM9r97P28zXJGJ4BUHWoWm/J6WFEDkqSOuAuxjbY65GRfHyFZXwVBUQG2+G/ZBzSTM2x4ageT343uT8IkPUA==","signatures":[{"sig":"MEYCIQDwe3s18tWMwCQqA2PoAuX/5eN9GXfWSi7T49/0RpG/yAIhAPVYO3WZEFCXe2uIq2lel6qrMdpLdTmG6rUO2IH1V+xk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a1d31116-5fcd-44b0-b56b-2054a4c656eb\\azure-ai-text-analytics-5.1.1-alpha.20250424.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a1d31116-5fcd-44b0-b56b-2054a4c656eb\\azure-ai-text-analytics-5.1.1-alpha.20250424.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZwdM9r97P28zXJGJ4BUHWoWm/J6WFEDkqSOuAuxjbY65GRfHyFZXwVBUQG2+G/ZBzSTM2x4ageT343uT8IkPUA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250424.1_1745529615781_0.30743017874895107","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250425.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250425.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250425.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"922547c1d616771bec34861d02906257adaa49e2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250425.1.tgz","fileCount":536,"integrity":"sha512-WnUu+8a3yHR8q3XwEai+fxUMFDr+MsY380UZDz7hYvNgVJUrosI9VgJ4VPan7yZdKsSx7uMS977x9nD/UCQYcw==","signatures":[{"sig":"MEYCIQCfavf6dowXcDMOwc0S9XnhJqaUlZ+c+k70nlUGleu+VQIhAM4/IEUjlNDY12361qC9Brk4R17LO3Lfdc4Ik6Gf37iN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f6d6e043-da5c-4f9c-81de-6edcf872410a\\azure-ai-text-analytics-5.1.1-alpha.20250425.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f6d6e043-da5c-4f9c-81de-6edcf872410a\\azure-ai-text-analytics-5.1.1-alpha.20250425.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WnUu+8a3yHR8q3XwEai+fxUMFDr+MsY380UZDz7hYvNgVJUrosI9VgJ4VPan7yZdKsSx7uMS977x9nD/UCQYcw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250425.1_1745616152988_0.6782963673908191","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250428.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250428.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250428.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4199d5362f700fd37af4ab39881da016b1669827","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250428.1.tgz","fileCount":536,"integrity":"sha512-gaehznNwOb2AQB9WevE8i3iaMeOMvFZF3KEv731pEIgGk2HY/uZPxH+yT8FDiqJ4+28PGCqER79K+/0OAACx4g==","signatures":[{"sig":"MEUCIHRNm89ZNbH/VxIjcDHGJWDp2rd5CoJtNIotPuxhKt70AiEAoO7PStgYbLUnglHvaHm9SuPyzaVhIddPvzpHR0zr3SE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a2ee2347-1f01-44a9-b8e3-8d60792fd8e0\\azure-ai-text-analytics-5.1.1-alpha.20250428.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a2ee2347-1f01-44a9-b8e3-8d60792fd8e0\\azure-ai-text-analytics-5.1.1-alpha.20250428.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gaehznNwOb2AQB9WevE8i3iaMeOMvFZF3KEv731pEIgGk2HY/uZPxH+yT8FDiqJ4+28PGCqER79K+/0OAACx4g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250428.1_1745875507011_0.5996190814856612","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250429.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250429.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250429.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d9b7c2635f3900e44002cc614c4a5f214258d5b9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250429.1.tgz","fileCount":536,"integrity":"sha512-Ynq7DYi5Gdh5oVfQmksIXpWNZusqXxA7hhKhqnmmZbYF7nmn2dFihHzbWvzGOcjw8uEWbM+AmSCNP9da3mBdMw==","signatures":[{"sig":"MEUCIBpKPVl737E0Rw7x8qd9XF+W2wLV8HIDg0PGrJHRiLwPAiEAw3nHCbbRcHd6OtNUs/n2J3t3OsObWQ6GIIW4AHzI1oY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\845d908f-b844-44ad-97c5-34a52d4e3624\\azure-ai-text-analytics-5.1.1-alpha.20250429.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\845d908f-b844-44ad-97c5-34a52d4e3624\\azure-ai-text-analytics-5.1.1-alpha.20250429.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ynq7DYi5Gdh5oVfQmksIXpWNZusqXxA7hhKhqnmmZbYF7nmn2dFihHzbWvzGOcjw8uEWbM+AmSCNP9da3mBdMw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250429.1_1745962136131_0.549615519012532","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250430.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250430.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250430.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"94b9a47986e14f35e46819f3aa1096bbd8e6ba16","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250430.1.tgz","fileCount":536,"integrity":"sha512-+DvJA4xP9O2JbpWHbqDsJbtxCfrmnxByMBS/vBsO2GprJPGb+IyS8wWWvjfbKLx16nsZBLrgBFpaeWooxBkJrg==","signatures":[{"sig":"MEQCIHF4ejG4A+sd4j4/SQthFmDrz++dOQVLhDjaUsULhaq+AiA/ET8u6KRiZjXmBsca0T8MQf3j/GGWSWfxj4fB4Kw60A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0dd7f764-2df7-42f9-bef2-3ea5d52ac26c\\azure-ai-text-analytics-5.1.1-alpha.20250430.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0dd7f764-2df7-42f9-bef2-3ea5d52ac26c\\azure-ai-text-analytics-5.1.1-alpha.20250430.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+DvJA4xP9O2JbpWHbqDsJbtxCfrmnxByMBS/vBsO2GprJPGb+IyS8wWWvjfbKLx16nsZBLrgBFpaeWooxBkJrg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250430.1_1746048146928_0.4240530205094124","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250501.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250501.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250501.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5dd8c67e76367f4d870762931a8de531f01e0ce9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250501.1.tgz","fileCount":536,"integrity":"sha512-pEwalOYdP3gWHL/BXvxmRZkcPj7Tl584rVc3rRo/jtzLCno1MVI2+HubCr5bFQZ+59S0eymj2fGR3RySmsri1Q==","signatures":[{"sig":"MEQCIA6UaoREFNLm8GCQzP5UulzndJS4mDuyvyUr1nobPV0sAiBxZYCpSRRTFAqEVyUUfymDrk4hwq7jpgjtcjaDtuoqpQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e89b7c6f-30eb-496a-9dbc-de0aa26b8546\\azure-ai-text-analytics-5.1.1-alpha.20250501.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e89b7c6f-30eb-496a-9dbc-de0aa26b8546\\azure-ai-text-analytics-5.1.1-alpha.20250501.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pEwalOYdP3gWHL/BXvxmRZkcPj7Tl584rVc3rRo/jtzLCno1MVI2+HubCr5bFQZ+59S0eymj2fGR3RySmsri1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250501.1_1746134622145_0.9752599815887237","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250502.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250502.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250502.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e610cdeb3df038b1c9baf4a9c9cd7a95996f7fd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250502.1.tgz","fileCount":536,"integrity":"sha512-3CRK99jpGVjpSjm0f0gYgDiX681g548ko7lQyA0OX+vhFXrNhprIegKIJbvcfjSm/K6zTUxzkZRaUpEzlR1Z7w==","signatures":[{"sig":"MEQCIDYtkTAfNsAf0j7s6mHBbwDcz6FhS71jJgk8JMUiYZrlAiBF1P7cuJrbm/UwQSlF2GeskA8WPWRNR5akn4B/PBtA1Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ffe7321-f273-47fe-bb97-4dc55ea9fa23\\azure-ai-text-analytics-5.1.1-alpha.20250502.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ffe7321-f273-47fe-bb97-4dc55ea9fa23\\azure-ai-text-analytics-5.1.1-alpha.20250502.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3CRK99jpGVjpSjm0f0gYgDiX681g548ko7lQyA0OX+vhFXrNhprIegKIJbvcfjSm/K6zTUxzkZRaUpEzlR1Z7w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250502.1_1746221202848_0.4263488870301977","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250505.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250505.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250505.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1ba4b3d6ffcb5ce4bb6aa31465e74bfc6808c911","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250505.1.tgz","fileCount":536,"integrity":"sha512-W67NJfS/EUFHzzbdkzdGOy7UJcbwO0eDNa3Fe2ptAYQ2LnzMwjWPik9v3fMqrJAA+Hs9fAxl2g/hlZtNstBnIw==","signatures":[{"sig":"MEUCIG3ehCIp7bBf9Vmx6HLxqC56sogPBdmFqKOq+699OjLcAiEA98ehgx0TrNe9TSvPwuw3RCzYd0BhIQf5VYLLvuaoP+o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313721},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1258ae51-3490-45f1-873e-bd44877b1871\\azure-ai-text-analytics-5.1.1-alpha.20250505.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run clean && npm run build:test && npm run unit-test","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"npm run clean && npm run build:test && npm run unit-test:node","unit-test":"npm run unit-test:node && npm run unit-test:browser","build:test":"echo skipped.","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && npm run build:test && npm run unit-test:browser","build:samples":"echo skipped.","unit-test:node":"dev-tool run test:vitest","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","integration-test:node":"dev-tool run test:vitest --esm","integration-test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1258ae51-3490-45f1-873e-bd44877b1871\\azure-ai-text-analytics-5.1.1-alpha.20250505.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W67NJfS/EUFHzzbdkzdGOy7UJcbwO0eDNa3Fe2ptAYQ2LnzMwjWPik9v3fMqrJAA+Hs9fAxl2g/hlZtNstBnIw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250505.1_1746480630437_0.379171525179691","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250506.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250506.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250506.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a17cb1f27d9204d9369aee5bdce32249819cda9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250506.1.tgz","fileCount":536,"integrity":"sha512-EvSrhY7WRUf2I2xLZHZOBPw7GWrpLwfUi1DOYi0SjkWAponVFug4PhqVzf6/9TchXKdvrpSKIe0yYD5hbfl95w==","signatures":[{"sig":"MEUCIC7sWGVukjFZM9R7xgztECkZFzZmh0bN/dKacOxTpFBcAiEAkn/bFi291QtinXP4GCXt2mnyjh2x2SctCdVNTmkO/fA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b225a898-0fff-459e-a8b9-a804077a1a80\\azure-ai-text-analytics-5.1.1-alpha.20250506.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b225a898-0fff-459e-a8b9-a804077a1a80\\azure-ai-text-analytics-5.1.1-alpha.20250506.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EvSrhY7WRUf2I2xLZHZOBPw7GWrpLwfUi1DOYi0SjkWAponVFug4PhqVzf6/9TchXKdvrpSKIe0yYD5hbfl95w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250506.1_1746567278086_0.5192523777812299","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250507.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250507.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250507.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"67d8a7914f745e5d9a89025dbf9fef11e3b03c31","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250507.1.tgz","fileCount":536,"integrity":"sha512-RQQBRG8z5HtagrFYaTytRDX/YNtj5XL2iywn8VQgmQRIGG9Ery4LkzHKYq9ywgDckQ2eoHlETlUPrq42rBR2Jw==","signatures":[{"sig":"MEUCIDu/2d+aFbN4vfAxZQuLTnx9kTOti3LUQNiQVFDNXre+AiEA9FW1TC9j4wHIqQwVUEAmLy9cRPGKUwGn8u9dd2J3EVA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5fd9d770-8e28-4d27-8faf-ba8fa4ca6535\\azure-ai-text-analytics-5.1.1-alpha.20250507.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5fd9d770-8e28-4d27-8faf-ba8fa4ca6535\\azure-ai-text-analytics-5.1.1-alpha.20250507.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RQQBRG8z5HtagrFYaTytRDX/YNtj5XL2iywn8VQgmQRIGG9Ery4LkzHKYq9ywgDckQ2eoHlETlUPrq42rBR2Jw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250507.1_1746653215113_0.03454111560794226","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250508.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250508.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250508.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29af8984bf781152ad46ab6f1dde396ffa79bb63","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250508.1.tgz","fileCount":536,"integrity":"sha512-QsrCT147lZinpTiGBKox2dTePrLqme0FXs00qf3K5E1xj1iS23GYlm2JsT7iJK82EG29qD1PlKEUAPHF6++RbA==","signatures":[{"sig":"MEUCIHWz7kO7VFDaQ6uCMK9TZcIpF2gkXw/bpVFgMq6nKnFSAiEApDLqfgcR5ivV3giZ3VgG2pFxPFFjVtcGeJeWvkNPfdY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d16b67b9-d100-4c9d-8ec7-ed874b09fb81\\azure-ai-text-analytics-5.1.1-alpha.20250508.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d16b67b9-d100-4c9d-8ec7-ed874b09fb81\\azure-ai-text-analytics-5.1.1-alpha.20250508.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QsrCT147lZinpTiGBKox2dTePrLqme0FXs00qf3K5E1xj1iS23GYlm2JsT7iJK82EG29qD1PlKEUAPHF6++RbA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250508.1_1746739569369_0.8664653644012377","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250509.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250509.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250509.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a786c623c33239eaf83a30e6250a16e2a0a44906","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250509.1.tgz","fileCount":536,"integrity":"sha512-S0k4tS2dFdqicGTR+eH1Vmvl1CC0sd0xvdFinZTCAscX6hmXzgBH8U2cPDw0KVYuliZIvju6X3VmWcL+8cAaXQ==","signatures":[{"sig":"MEQCIFhu9JYYyZfcwkF/8fGIvjOziXq3R2pdrT3tOK/e/l8dAiBDft8fbvoXAffTjhgH8NIX/bOqbsBlbZkyKlwmmTOMEA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\738af8ac-06b2-4bd5-a39e-f041be54b7c1\\azure-ai-text-analytics-5.1.1-alpha.20250509.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\738af8ac-06b2-4bd5-a39e-f041be54b7c1\\azure-ai-text-analytics-5.1.1-alpha.20250509.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-S0k4tS2dFdqicGTR+eH1Vmvl1CC0sd0xvdFinZTCAscX6hmXzgBH8U2cPDw0KVYuliZIvju6X3VmWcL+8cAaXQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250509.1_1746825820028_0.3252535976936568","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250512.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250512.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250512.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f765569936aa19222c407566a863fc0c9888b1e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250512.1.tgz","fileCount":536,"integrity":"sha512-C07YaYtna1PNAC+uYXxXH71xt3bYtYvlG8y8OEgE+AZJZ7ugpqxkZCpo2NNU583b3cLqb73HDhpuxfeVc0Is3g==","signatures":[{"sig":"MEYCIQCehHvLksGSqpqOaNdBD+eIh6PfMM4DxUG34q1E6l8uRQIhAK1b59Ma0z8+jYZxDqXomygXtvUj3DL0LsWQK+75PriF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\edaafda4-17b1-4bc6-89f7-0b1c9310b3ec\\azure-ai-text-analytics-5.1.1-alpha.20250512.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\edaafda4-17b1-4bc6-89f7-0b1c9310b3ec\\azure-ai-text-analytics-5.1.1-alpha.20250512.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-C07YaYtna1PNAC+uYXxXH71xt3bYtYvlG8y8OEgE+AZJZ7ugpqxkZCpo2NNU583b3cLqb73HDhpuxfeVc0Is3g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250512.1_1747085170304_0.6006774229427998","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250513.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250513.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250513.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"eb31748ecedd201588e76a1f990c02cf2c718adf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250513.1.tgz","fileCount":536,"integrity":"sha512-WPKE+S29H/5X9yAzxSkR1qMpEY5lQTQh+vk/Y+mmctb+zsjt/+mJ8zpEGa+xvw/VSMRfF/UdbUF058R8jwNNzA==","signatures":[{"sig":"MEUCIDCRJ6GUIqSLKxBnO2n1oixRu1Ye0Bz9F5NqWDwLjNo7AiEAtoNMOf8pw+iw7H1ZZX4DKNMRy/nj0SZAxMobQ8EmHW4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\33f6c8ad-8273-486d-a900-67931cbf388c\\azure-ai-text-analytics-5.1.1-alpha.20250513.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\33f6c8ad-8273-486d-a900-67931cbf388c\\azure-ai-text-analytics-5.1.1-alpha.20250513.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WPKE+S29H/5X9yAzxSkR1qMpEY5lQTQh+vk/Y+mmctb+zsjt/+mJ8zpEGa+xvw/VSMRfF/UdbUF058R8jwNNzA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250513.1_1747171315746_0.7123566982245786","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250514.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250514.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250514.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4d3e4c43cfa6d6f00fff024a98e287cde07090d2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250514.1.tgz","fileCount":536,"integrity":"sha512-b70uTEFdsApacwELmLa6FNSkrl9KM7lSM3GbEmhsIG4eZGpa8E3sgQhhez5lsk8NBxja87NGtyyec8apOgjzkQ==","signatures":[{"sig":"MEUCIQCd/5VemTHJqCvz1RmfFNqCXpbE5jlfb2Fz9V7vPjyvTAIgWXXclE+diRDd1PXN8fI9k/OriKGAGeW3oF6ZzAx6rpU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7629ccfa-e681-4d09-bdc8-a12b7af165d9\\azure-ai-text-analytics-5.1.1-alpha.20250514.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7629ccfa-e681-4d09-bdc8-a12b7af165d9\\azure-ai-text-analytics-5.1.1-alpha.20250514.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-b70uTEFdsApacwELmLa6FNSkrl9KM7lSM3GbEmhsIG4eZGpa8E3sgQhhez5lsk8NBxja87NGtyyec8apOgjzkQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250514.1_1747257787990_0.25888253676502115","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250515.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250515.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250515.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f02d6bdc54ee5c7e571a821a0a9f23281547a6a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250515.1.tgz","fileCount":536,"integrity":"sha512-2RGfn2GLr1/aiGSfNkl/f91kt8E1lKrWEjwoMgayVCfw3eUT//YCsZqLfmLMiyPi9yDGk5ahlONicJXG/q29sQ==","signatures":[{"sig":"MEYCIQChMwZl0uXrqzDDhxvcFA9vnLhpCMOBfAeNMEydFEBljAIhALEkGAoL0k8SUTHKNe2zW+yLUn04I5dYqYDWD44aZ4rf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b85f045c-5240-44e4-99a0-45392f1be393\\azure-ai-text-analytics-5.1.1-alpha.20250515.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b85f045c-5240-44e4-99a0-45392f1be393\\azure-ai-text-analytics-5.1.1-alpha.20250515.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2RGfn2GLr1/aiGSfNkl/f91kt8E1lKrWEjwoMgayVCfw3eUT//YCsZqLfmLMiyPi9yDGk5ahlONicJXG/q29sQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250515.1_1747344066842_0.18972367048792949","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250516.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250516.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250516.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a30356fc4a9ee2bc9601d781717addf904a7b819","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250516.1.tgz","fileCount":536,"integrity":"sha512-mI8yOkLmRk1tW7F6qPCkPkzcLLhwc/82BQEZccDGcdX7UOjB4SFodX/xG79F6eUUJR5JkgdF3sPpJ2zBaN+8FA==","signatures":[{"sig":"MEYCIQCY+QSnkHr6oOBeXVrMrDhpKreDpzp2n+2jtBypk3U2dAIhAOWKa3Cj2YvyEf6Ew680zP2tQry1GVR9Y/ebXi7PuJwd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e46847dc-2715-43af-9aba-bf2cd11f99bf\\azure-ai-text-analytics-5.1.1-alpha.20250516.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e46847dc-2715-43af-9aba-bf2cd11f99bf\\azure-ai-text-analytics-5.1.1-alpha.20250516.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mI8yOkLmRk1tW7F6qPCkPkzcLLhwc/82BQEZccDGcdX7UOjB4SFodX/xG79F6eUUJR5JkgdF3sPpJ2zBaN+8FA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250516.1_1747430727032_0.9321498716872982","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250519.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250519.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250519.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3a16df43bce44360a2ca1b03bd4b1b62c233cacf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250519.1.tgz","fileCount":536,"integrity":"sha512-mKiRpbNVNjVLPgtLSCbeiQWIZjZ0/y1bzDuXeWuldQQELv8QLb4YZpR1L59r3r3Ioyo1Z0iqB7+DWVvMGHVZWQ==","signatures":[{"sig":"MEUCIQCdTfoyCzGmVVhLADuxhDU+X8AAjGNNO+DRBlXHwcP0ZQIgTNzh9Ux1CnQOJMkGNXtdL7BIGa1SKB3l1J5Ir0+fHMc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dd7ee80e-f575-4fba-86d8-9b6ee7d7a448\\azure-ai-text-analytics-5.1.1-alpha.20250519.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dd7ee80e-f575-4fba-86d8-9b6ee7d7a448\\azure-ai-text-analytics-5.1.1-alpha.20250519.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mKiRpbNVNjVLPgtLSCbeiQWIZjZ0/y1bzDuXeWuldQQELv8QLb4YZpR1L59r3r3Ioyo1Z0iqB7+DWVvMGHVZWQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250519.1_1747689828617_0.9439413628109685","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250520.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250520.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250520.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d29e9d4cb00fe1ee091776598efa34974c32e17b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250520.1.tgz","fileCount":536,"integrity":"sha512-tDPACtGUN3+mqfwV+xeNCPxkYFCNJhHSltBZCBVuKVd+xm6pLz+IAmuvOX8MeTu5lr3vvxJZBBpSLrEYPZEffA==","signatures":[{"sig":"MEUCIQDjZL7CTflhZ0TJ/iLSlYXnspbfSKQlrpboL9yBO25LowIgF1iItKzI1F/FhejNk9r4dY3iXVrLWXesekb33lf4Q4M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313174},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9b8a64b4-64f1-4817-adeb-b95a60367ecf\\azure-ai-text-analytics-5.1.1-alpha.20250520.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9b8a64b4-64f1-4817-adeb-b95a60367ecf\\azure-ai-text-analytics-5.1.1-alpha.20250520.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tDPACtGUN3+mqfwV+xeNCPxkYFCNJhHSltBZCBVuKVd+xm6pLz+IAmuvOX8MeTu5lr3vvxJZBBpSLrEYPZEffA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":">=7.6.0-alpha <7.6.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250520.1_1747776215094_0.2731207251210752","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250521.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250521.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250521.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ed096cac0ad04f4b3b658dfa9eaa122be57a417","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250521.1.tgz","fileCount":536,"integrity":"sha512-7AtHZe8laMbrjzKPo2qEAiLSAiqSktbNmVoL7r4/fjGJjjOecdLIxgt96gJHFtPjzJ0PmCHPMtpXJy11mmsRFA==","signatures":[{"sig":"MEUCIQC3+zMOYsWnj81SmNoy/KlHG8xkZx+Jy1T2xDpFCD7wNAIgDSMi0lVAL/OFax+DAOI49FalP5GF99iT68yW7nq2/bM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\163f9957-ceff-4a7e-8ef4-cb11459d1793\\azure-ai-text-analytics-5.1.1-alpha.20250521.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\163f9957-ceff-4a7e-8ef4-cb11459d1793\\azure-ai-text-analytics-5.1.1-alpha.20250521.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7AtHZe8laMbrjzKPo2qEAiLSAiqSktbNmVoL7r4/fjGJjjOecdLIxgt96gJHFtPjzJ0PmCHPMtpXJy11mmsRFA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250521.1_1747862510730_0.16173618742292817","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250522.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250522.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250522.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a69c4d1b77136e488b506cb1b9eaa8361fb8047","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250522.1.tgz","fileCount":536,"integrity":"sha512-JpEYTqTddhBGt9FKbmbjkxRL9jUKtPZtfLgs/LfpLbJ4MtoMteNY8Z3Ns2MdH/ytUXn8J3T1jkT0vvFmZCXSzg==","signatures":[{"sig":"MEUCIQCOWvz2X9GbjQPFGQHGI5sQJCOxP6IugIfHQPRu+Ui8BQIgNnUp8KpXIVr3rUTFa7PBDJPubJw9rsePxvTXgirne08=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5391a8a2-f44c-4c6d-9264-cf2b3363420f\\azure-ai-text-analytics-5.1.1-alpha.20250522.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5391a8a2-f44c-4c6d-9264-cf2b3363420f\\azure-ai-text-analytics-5.1.1-alpha.20250522.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JpEYTqTddhBGt9FKbmbjkxRL9jUKtPZtfLgs/LfpLbJ4MtoMteNY8Z3Ns2MdH/ytUXn8J3T1jkT0vvFmZCXSzg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250522.1_1747948997986_0.3019661895924659","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250523.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250523.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250523.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"40d7af195cb9d84421c5bc7971e3100f568cfd8d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250523.1.tgz","fileCount":536,"integrity":"sha512-7qFJgya5FcIWinF5nYmXr6WQk1WBbxdNYuo7m/onNpbrwP9pZN38lLGJbUSZjQ3ZTVnF4jwxrbk0uPDR8sCayA==","signatures":[{"sig":"MEUCID/3Jd0ONLWW9+AE0WRn1hNM0YdhwHLFUs5vg8zhZVmBAiEAxR7kESJJ+pd0TSmrq/xzLL/2RzWNjDU2Onxl3hoUYAY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d902eb17-1456-4a3a-a28e-bce6c794a454\\azure-ai-text-analytics-5.1.1-alpha.20250523.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d902eb17-1456-4a3a-a28e-bce6c794a454\\azure-ai-text-analytics-5.1.1-alpha.20250523.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7qFJgya5FcIWinF5nYmXr6WQk1WBbxdNYuo7m/onNpbrwP9pZN38lLGJbUSZjQ3ZTVnF4jwxrbk0uPDR8sCayA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250523.1_1748035142234_0.4883875727699032","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250526.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250526.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250526.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5a805c8f9e6fff798ce42d7cfe4e5a4ac7c3fdbe","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250526.1.tgz","fileCount":536,"integrity":"sha512-7rXZhvsx6tuHZyj//T1SjrJs5rgLo8TouRLRUekePj0e9xlYDvApxeRYUTw+kuRBL3hOxshc2PeU8841fYqCLg==","signatures":[{"sig":"MEUCIQCcIXtmkqJzoUei2ktDY4I9VRec+SRehP7vAxeZsGBx5QIgeI6ZHUatqk346RYnr4E7wrLNlsh14YqzBZLdPdF5N8M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eed371b8-7a65-47ca-bec2-aca10ab5692b\\azure-ai-text-analytics-5.1.1-alpha.20250526.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eed371b8-7a65-47ca-bec2-aca10ab5692b\\azure-ai-text-analytics-5.1.1-alpha.20250526.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7rXZhvsx6tuHZyj//T1SjrJs5rgLo8TouRLRUekePj0e9xlYDvApxeRYUTw+kuRBL3hOxshc2PeU8841fYqCLg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250526.1_1748294361656_0.19147515502046653","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250527.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250527.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250527.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e0d7900d41214f1a975e51b220556d37efc80b0f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250527.1.tgz","fileCount":536,"integrity":"sha512-mSLIO2C3OiJnAoKdPE9WsOSauFTeWSL4I1n4vG6nqSnMzcgOXJdq/a+354athpUXk58XEMDWYPRnJcon2Lt4tA==","signatures":[{"sig":"MEUCIA6YWDTQq/vWZgyd8OMqcSdap6bq7URh2zCdK9MmExTNAiEAmZdrGwkN8/ojnJUgHN0FoQIGprvqLF4se67Cfo9kPIc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85eff968-a188-4c6f-8c4f-125044aff142\\azure-ai-text-analytics-5.1.1-alpha.20250527.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\85eff968-a188-4c6f-8c4f-125044aff142\\azure-ai-text-analytics-5.1.1-alpha.20250527.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mSLIO2C3OiJnAoKdPE9WsOSauFTeWSL4I1n4vG6nqSnMzcgOXJdq/a+354athpUXk58XEMDWYPRnJcon2Lt4tA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250527.1_1748380880436_0.9783697311405539","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250528.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250528.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250528.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a4f353a251df14a419a4c365b61b152088ca3cd0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250528.1.tgz","fileCount":536,"integrity":"sha512-ozQep8wgDoBZvnLoBvDMjaM43dCObyjtWBPgl+hJUKNfwoeipoZNZCbLElx8PNogDzFtX+KZSpAts1RW5/XcdQ==","signatures":[{"sig":"MEQCIBuQeZIP5yL4QMfirZxVfVK6k7l4cKbsGhRwUfaZlTWkAiAjvUwhaQY6ZFP+jWvtRWSHHyCfYWlXavNq+lDctXKE2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\31bea728-bd67-432c-a4d9-0dc6caaadf7c\\azure-ai-text-analytics-5.1.1-alpha.20250528.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\31bea728-bd67-432c-a4d9-0dc6caaadf7c\\azure-ai-text-analytics-5.1.1-alpha.20250528.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ozQep8wgDoBZvnLoBvDMjaM43dCObyjtWBPgl+hJUKNfwoeipoZNZCbLElx8PNogDzFtX+KZSpAts1RW5/XcdQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250528.1_1748467390246_0.08125247540504743","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250529.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250529.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250529.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5eff6fbcc1461df1fd6fc8e4794b90abdc4588ed","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250529.1.tgz","fileCount":536,"integrity":"sha512-yGCjEG1J09XOAhPOvJAonHjajlYkZoyzw+HMiNeCdUwMuhlMddtV0psgk1FxN0BYuAaczumb6nz7uc68dyYZ3w==","signatures":[{"sig":"MEUCIQDV2jvHPBuZ0QXPnkA4BNYx53yD5dQS+8T6D+PV25Y6pAIgMJodzQrGrViJZQFTu492vgfe5IxsxiBZgwgT9uru6aI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba3f0fbb-8776-4bc6-b000-0a4c8d48ab37\\azure-ai-text-analytics-5.1.1-alpha.20250529.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba3f0fbb-8776-4bc6-b000-0a4c8d48ab37\\azure-ai-text-analytics-5.1.1-alpha.20250529.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yGCjEG1J09XOAhPOvJAonHjajlYkZoyzw+HMiNeCdUwMuhlMddtV0psgk1FxN0BYuAaczumb6nz7uc68dyYZ3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250529.1_1748553746519_0.3718821548969853","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250530.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250530.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250530.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3563ba58bff7a9c96c53b4961a98e47bf4ef9f48","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250530.1.tgz","fileCount":536,"integrity":"sha512-6CXzBbn+zsyZbkAyt/O0YD3Ylu6eGn6nVqkbut7nmGPfvRWJwcq5QLic3QaxvSVcOwTZEUGDG++27TDxdXIAtg==","signatures":[{"sig":"MEUCIQDbY+b7dPqC/u1zzzKPjt7jXjgvwr7v5Q33Nd1KTu/C7QIgaz1qP4HwhW+936V17xqzMsCWBRKLU17R/nwdQPlZniM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5debcb09-b791-44f5-8e8f-e6c545190448\\azure-ai-text-analytics-5.1.1-alpha.20250530.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\5debcb09-b791-44f5-8e8f-e6c545190448\\azure-ai-text-analytics-5.1.1-alpha.20250530.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6CXzBbn+zsyZbkAyt/O0YD3Ylu6eGn6nVqkbut7nmGPfvRWJwcq5QLic3QaxvSVcOwTZEUGDG++27TDxdXIAtg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250530.1_1748640118501_0.44860335482583014","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250603.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250603.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250603.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d6d7f4fb2270c16fb29be8818b833e480d031a74","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250603.1.tgz","fileCount":536,"integrity":"sha512-x3xTP5hiMOzITP2vghlNzwZgcfkKbaphtYwuuIpTFOcSeBnwDyzRkEHXxUXFSQnEYReQt7I/2fHHvC4CFO3qag==","signatures":[{"sig":"MEYCIQCMcQjEE6ppMuiYhi7y1+kRswexBkm78Ol+39dJbL7TPgIhALZKrfJGDcsPd1RYwSFTyTSHDBl3urw9fcjGPt9Jtccn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b2808acc-f101-4b50-b493-76c043622bc4\\azure-ai-text-analytics-5.1.1-alpha.20250603.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b2808acc-f101-4b50-b493-76c043622bc4\\azure-ai-text-analytics-5.1.1-alpha.20250603.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-x3xTP5hiMOzITP2vghlNzwZgcfkKbaphtYwuuIpTFOcSeBnwDyzRkEHXxUXFSQnEYReQt7I/2fHHvC4CFO3qag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250603.1_1748986296884_0.835120698376193","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250604.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250604.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250604.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2a175086b0d5da385e1431f2c08a4c82158ab540","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250604.1.tgz","fileCount":536,"integrity":"sha512-7lotOfWC4OVZggw87W1DyKMnuZ9uxBInykkkSqoXoI5KGrBtFLR9m+1w7tRyMxDpJMeSAPtNlNbWrISw5hsUSQ==","signatures":[{"sig":"MEQCIEEOpGlB3PGVwoeJ2B1wtXqFEUQd5N2IGZigmcqZSURrAiBFqu6bEMtEK0fpUJBmD3EKy6yvrO21Jve000Kds82zBw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0662556e-1943-4648-b467-eef8ae7753a1\\azure-ai-text-analytics-5.1.1-alpha.20250604.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0662556e-1943-4648-b467-eef8ae7753a1\\azure-ai-text-analytics-5.1.1-alpha.20250604.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7lotOfWC4OVZggw87W1DyKMnuZ9uxBInykkkSqoXoI5KGrBtFLR9m+1w7tRyMxDpJMeSAPtNlNbWrISw5hsUSQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250604.1_1749071908593_0.7942183345435767","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250605.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250605.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250605.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0f89cbdedf964d07f0784a9c03e1fcf036804ee0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250605.1.tgz","fileCount":536,"integrity":"sha512-Ge6pmf/I7JUwx34ciS49cLuNu/OiKzM+IjpePswXYni0FI6MmSNv1IqlKrz5HqaeXeEDs9YZcA/ohqY/MjaiCw==","signatures":[{"sig":"MEUCIFqIwUdg1fxzLMxPbVT5yuHFflJ328qP5x5geo16Pkw3AiEAgrrMAVINrStauXCDRHSh68H9i7vwVJcCpkPaeCsMaJc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\265c790f-befa-46cd-865f-3d362ec9f504\\azure-ai-text-analytics-5.1.1-alpha.20250605.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\265c790f-befa-46cd-865f-3d362ec9f504\\azure-ai-text-analytics-5.1.1-alpha.20250605.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ge6pmf/I7JUwx34ciS49cLuNu/OiKzM+IjpePswXYni0FI6MmSNv1IqlKrz5HqaeXeEDs9YZcA/ohqY/MjaiCw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250605.1_1749158370456_0.49204681212639056","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250606.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250606.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250606.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a40c75fd80cb828a299ba47effcdd8722774a342","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250606.1.tgz","fileCount":536,"integrity":"sha512-2sSS/fw6imWOTVkNqBa2rVCYM7R7+FfokPMFqFIadzi+eqrDLL1ZnywoHI0sxszFhl++x8MN1+ivHen/XBbZDg==","signatures":[{"sig":"MEYCIQDpbtHK98iZ6hWqj9Qcc5NLYaIL8IS+0R1IIIdffPB7vAIhAL8aKOFw5tzLA0+LVZ+hdpEcVYo6mYjEsSqqLaJl/Edn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313153},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\429273ee-f321-4907-b1f4-a91ec00269ec\\azure-ai-text-analytics-5.1.1-alpha.20250606.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\429273ee-f321-4907-b1f4-a91ec00269ec\\azure-ai-text-analytics-5.1.1-alpha.20250606.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2sSS/fw6imWOTVkNqBa2rVCYM7R7+FfokPMFqFIadzi+eqrDLL1ZnywoHI0sxszFhl++x8MN1+ivHen/XBbZDg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250606.1_1749244894181_0.3868346242582654","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250609.2":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250609.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250609.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dee14e684f28399136905e4c5862be25c1ca095b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250609.2.tgz","fileCount":536,"integrity":"sha512-SPrrtBIwm/jVhE5JyVTOJEEjTct6I7KE2lhOWrStzNTR0mArQ/dN49uG7rA8x1ZA9oPOqmSWi9PdvMJPGh4syQ==","signatures":[{"sig":"MEYCIQDCWeS0y7gXrnVcePtzneK7dEwqQ+paFdHDd/NsyT3hdgIhAMB+w3mCeY2yIF7kT4yZxIP+1x3NW6pjL0oZIxZLT8aS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313057},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c2f67573-d841-4d4f-88b6-96ebb5677c81\\azure-ai-text-analytics-5.1.1-alpha.20250609.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c2f67573-d841-4d4f-88b6-96ebb5677c81\\azure-ai-text-analytics-5.1.1-alpha.20250609.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SPrrtBIwm/jVhE5JyVTOJEEjTct6I7KE2lhOWrStzNTR0mArQ/dN49uG7rA8x1ZA9oPOqmSWi9PdvMJPGh4syQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250609.2_1749504157753_0.26113322276197937","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250610.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250610.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250610.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8609b5ab3a4f9ee9483da4a63d24f6c496c9ecaa","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250610.1.tgz","fileCount":536,"integrity":"sha512-hBzGkjUY2nIupMk0eDzeDgdvCt3BMQhoNIU4AMOrDH01tJD9eaqKtLeTXGikehzFCm+/NXy/ptco4wGjvwXOvQ==","signatures":[{"sig":"MEYCIQDulJXajxR7wYPMNXgthFZoNlzNdvtcQPiehIleolOq/AIhAMs1qIgWVaO/0+4FnmXjzGP46Qyg/RlJD8oeRMbyO87v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313057},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c199d9fd-18e4-4ef6-bb89-2eb87d6a2323\\azure-ai-text-analytics-5.1.1-alpha.20250610.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c199d9fd-18e4-4ef6-bb89-2eb87d6a2323\\azure-ai-text-analytics-5.1.1-alpha.20250610.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hBzGkjUY2nIupMk0eDzeDgdvCt3BMQhoNIU4AMOrDH01tJD9eaqKtLeTXGikehzFCm+/NXy/ptco4wGjvwXOvQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250610.1_1749590411403_0.5618870161272764","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250611.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250611.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250611.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e74ef66e0788d653c1ad14021a03395c8bb35b0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250611.1.tgz","fileCount":536,"integrity":"sha512-XarKz4egZQ32ePF86KeHaEEi+RHx/9iV0HAJGJQNdcJXL33o23aWVPnX2dlPnP1bAMrQmiqp72UY6+ACD6kKSQ==","signatures":[{"sig":"MEUCIQDzv9x3LMbDUXLjU7f4s+VlsW+NU6s47Iqsnl55n6rUngIgcfbyD0PmRdXVBDvB9t4jEMDNOtVnrH81n+WIEmXBHYE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313057},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1c10b99b-9b33-4b36-885a-9c52e0483e0b\\azure-ai-text-analytics-5.1.1-alpha.20250611.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1c10b99b-9b33-4b36-885a-9c52e0483e0b\\azure-ai-text-analytics-5.1.1-alpha.20250611.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XarKz4egZQ32ePF86KeHaEEi+RHx/9iV0HAJGJQNdcJXL33o23aWVPnX2dlPnP1bAMrQmiqp72UY6+ACD6kKSQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250611.1_1749676885775_0.5144165489740127","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250612.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250612.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250612.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aa8ce40d3dea0906ed222221e73a4a756ada1f3c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250612.1.tgz","fileCount":536,"integrity":"sha512-NqfgzIvKxF5eRHo54O6uWQV47u2ZNVTUbvfJ7s/F8/Cp9h/3tBXRU0KBqvfDcZX302CLFMm1pgk/CX6i2sYAQQ==","signatures":[{"sig":"MEYCIQD8Dx9iIiJvzZlZo83OI5omVchufDiMQwsxX3ZtyMRk7QIhAMgeUX6wJgQg5tEQrmope2+DqP3VYcmBwCmWfR1kfW7U","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313057},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9013cbe1-69f7-42ed-8bac-702ef4adac5e\\azure-ai-text-analytics-5.1.1-alpha.20250612.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9013cbe1-69f7-42ed-8bac-702ef4adac5e\\azure-ai-text-analytics-5.1.1-alpha.20250612.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NqfgzIvKxF5eRHo54O6uWQV47u2ZNVTUbvfJ7s/F8/Cp9h/3tBXRU0KBqvfDcZX302CLFMm1pgk/CX6i2sYAQQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250612.1_1749763317496_0.9551992145384882","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250613.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250613.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250613.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd5cf18125439b76407b923126f853ddf219f7a7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250613.1.tgz","fileCount":536,"integrity":"sha512-SlPVsDsUHHnGXGCNSzVFQAi6eIrEmFr5fajq20XxW2LxOKVfgVATjTMhb/5s2tLJyA6fScoTqhkQzqVgcOQo0Q==","signatures":[{"sig":"MEYCIQDkA9jwHUJt9i4MlYPBadYoFcCq7+WN9Rs7HnwHbJdu0gIhAMzen2AFp8a9PUdjBuU/vOk6MFmw5TTun7LR4xa0V9jz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313057},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bea79ebc-20f6-4f6f-a628-465f4f8cdfaf\\azure-ai-text-analytics-5.1.1-alpha.20250613.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bea79ebc-20f6-4f6f-a628-465f4f8cdfaf\\azure-ai-text-analytics-5.1.1-alpha.20250613.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SlPVsDsUHHnGXGCNSzVFQAi6eIrEmFr5fajq20XxW2LxOKVfgVATjTMhb/5s2tLJyA6fScoTqhkQzqVgcOQo0Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250613.1_1749853226882_0.21090477360933968","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250616.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250616.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250616.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"225622e365816de78bc2a39241adacc9773e9075","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250616.1.tgz","fileCount":536,"integrity":"sha512-vZYpmmaVD3PguEsLgLE/xo+mMopH8e40h2nGMTbMp8z5jetLAUrIbcnYJSZHlKtZqRrugM/kq4eOOgm6js+OXQ==","signatures":[{"sig":"MEUCIQCG53jCydXufKneC8KwzUvMIyCiH187UjUqFlG6Qv6mLgIgULywteAhRDslUUAHv7RhwWdwVpt2xvE1/djpCukannc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313057},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ac603b6d-97c0-451b-a845-b42fdbf995ae\\azure-ai-text-analytics-5.1.1-alpha.20250616.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ac603b6d-97c0-451b-a845-b42fdbf995ae\\azure-ai-text-analytics-5.1.1-alpha.20250616.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vZYpmmaVD3PguEsLgLE/xo+mMopH8e40h2nGMTbMp8z5jetLAUrIbcnYJSZHlKtZqRrugM/kq4eOOgm6js+OXQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^18.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250616.1_1750108734429_0.02830240663900563","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250617.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250617.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250617.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0088b6f3d775ae2cab681705df4da136a42102a4","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250617.1.tgz","fileCount":536,"integrity":"sha512-36ZJ7fE3eRnMxyiGXMFcghhSewmcNgOkIvZZeWXadZlI7T42agFd2QWnvRCdbaNiEtdhDTPPsp7HqFLdhVQKdA==","signatures":[{"sig":"MEQCIBUYmvPTbin5RmQAIyVU08lN+wK6bpkpAK4DNaAkCRamAiAuiROiFwbQzcVNy47G4LM9daT0wowgMwfpzVhj8kTLcw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313019},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e6bb3583-f218-4eaf-83e7-e3c9bce8214a\\azure-ai-text-analytics-5.1.1-alpha.20250617.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e6bb3583-f218-4eaf-83e7-e3c9bce8214a\\azure-ai-text-analytics-5.1.1-alpha.20250617.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-36ZJ7fE3eRnMxyiGXMFcghhSewmcNgOkIvZZeWXadZlI7T42agFd2QWnvRCdbaNiEtdhDTPPsp7HqFLdhVQKdA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250617.1_1750195510534_0.32693397906336363","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250618.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250618.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250618.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53ceb33c2ee5ff98dbf21605ce8c5375083de3f6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250618.1.tgz","fileCount":536,"integrity":"sha512-4Y0IfvbjPNMsEB5K/9jOLDsvDlTnNXS3G/vZV1WigMrj/DSXrmitfB16gnmcZLLRDS1XNki8eq8xfycHGGgR0A==","signatures":[{"sig":"MEUCIQCBtyaXu4XjriwiV63itAAHxhE/eGvLNxNobmbhTCGVhAIgQckQWPWDZoYL61VHi1d7UcmfIuF3cWAmrQUQzQ1hId4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313019},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4db8ba3a-932c-451a-b2e2-658cbc567c65\\azure-ai-text-analytics-5.1.1-alpha.20250618.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4db8ba3a-932c-451a-b2e2-658cbc567c65\\azure-ai-text-analytics-5.1.1-alpha.20250618.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4Y0IfvbjPNMsEB5K/9jOLDsvDlTnNXS3G/vZV1WigMrj/DSXrmitfB16gnmcZLLRDS1XNki8eq8xfycHGGgR0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250618.1_1750281709479_0.6776459346096186","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250619.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250619.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250619.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5d017d6fb7acc314d0c1c66aa5124a7dcf98e8e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250619.1.tgz","fileCount":536,"integrity":"sha512-3pDSJg8YD78w5KVP8E3DrkhNuCciL4kxaIitnDXTwETM22feSB9K3FqJg3eOk/qSMRpEvxjcpq+Jd/yhexC94w==","signatures":[{"sig":"MEUCIQCCxOuFmU4J5gk1qkPo/B/KEn6Fm8tmO9Fb/Cjlvv3hwgIgSkVq7FQrlS+79QWIogPkbA3PSqu7nEbKZOuqf/jqbtA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3313019},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e55ddfbb-661e-449f-bf33-ca85b418038d\\azure-ai-text-analytics-5.1.1-alpha.20250619.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e55ddfbb-661e-449f-bf33-ca85b418038d\\azure-ai-text-analytics-5.1.1-alpha.20250619.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3pDSJg8YD78w5KVP8E3DrkhNuCciL4kxaIitnDXTwETM22feSB9K3FqJg3eOk/qSMRpEvxjcpq+Jd/yhexC94w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250619.1_1750368237365_0.4472473738892997","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250721.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250721.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250721.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3dccfda546b00a49c5ea9c0adb284ca8f66904de","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250721.1.tgz","fileCount":536,"integrity":"sha512-FEINgbSM0lpJgVxYQP/wz6ce7PinLukT2AXmxVSd/LBU+1loGepwGT2XCtQZ5zJ07SIiNUx5RiFe/glsFHwkcw==","signatures":[{"sig":"MEUCIDMXyesoejggtCF3BEZkKtf5aAcPXxBebPlGa4OHetI3AiEAhJTkcxiSIKrGyG6YqLWTYKE72qD0lpEu/X3YYmTF7IA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305317},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bc01f617-fbed-4e12-ad51-885265ffab39\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250721.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bc01f617-fbed-4e12-ad51-885265ffab39\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250721.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FEINgbSM0lpJgVxYQP/wz6ce7PinLukT2AXmxVSd/LBU+1loGepwGT2XCtQZ5zJ07SIiNUx5RiFe/glsFHwkcw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250721.1_1753132803479_0.26498019887320146","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250730.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250730.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250730.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c9120ba4919375412759ba97720d33ae4c236f07","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250730.1.tgz","fileCount":536,"integrity":"sha512-IOcbo4Molq/Yc8iTAf2UNkzZkG6KlNErNV/gX9UD94ahLflo1bHCZ0OG5IwwvSYvclKRswidFdigHjzj0fImRg==","signatures":[{"sig":"MEUCIQC8QSYUl9aRTV9yvV/wuhP93cdDEX88Rf5WhrbPfYHCzgIgbG6c+ObA6gluJvMq2ozafC3rGc9i04DdbMI486A3BtQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305317},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d492db47-1e6b-4851-8606-85ce1f136563\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250730.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d492db47-1e6b-4851-8606-85ce1f136563\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250730.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IOcbo4Molq/Yc8iTAf2UNkzZkG6KlNErNV/gX9UD94ahLflo1bHCZ0OG5IwwvSYvclKRswidFdigHjzj0fImRg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250730.1_1753910129341_0.6525544163398105","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250804.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250804.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250804.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"743f077506b1a08467d45e619e3b488e2599f9ef","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250804.1.tgz","fileCount":536,"integrity":"sha512-qC5j6IzHMWVZurMCY5JtECATpqT7aLuqQrgKgcQzFrQwZA0FbNY7HJjmFB8kmgbhpsQvXAmvIO38uC3VDUrJ5g==","signatures":[{"sig":"MEUCIQCcEYXFbvHSlE61pZDP/6AFvkLEjxSm6MaeLMYFOdv8pgIgdueBbfHMb581tcgvLbOkC2vo8AuXGWXeODJUUiB7ozg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305318},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\37f6f6b1-f580-45f0-ac97-d545ea054c42\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250804.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"echo skipped.","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\37f6f6b1-f580-45f0-ac97-d545ea054c42\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250804.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qC5j6IzHMWVZurMCY5JtECATpqT7aLuqQrgKgcQzFrQwZA0FbNY7HJjmFB8kmgbhpsQvXAmvIO38uC3VDUrJ5g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","playwright":"^1.50.1","typescript":"~5.8.2","@types/node":"^20.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.7.0","@vitest/browser":"^3.0.9","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250804.1_1754342778701_0.4717639507888238","host":"s3://npm-registry-packages-npm-production"}},"5.1.1":{"name":"@azure/ai-text-analytics","version":"5.1.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f78c9d7def1caefa7bb952357f4ededfec4f7a3a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1.tgz","fileCount":536,"integrity":"sha512-pue4GFnjzVVc1qPybDRbWVG3FWP/Dd6sdzhELu61FDzmTIg0WdT3c0PES7z+l+psjlKD2yKjaABxsem4+qTdgQ==","signatures":[{"sig":"MEYCIQDTxWXgmxxzxgs0LsSBFr1xDcJ1uv0qu/T5G3sm0pLsAQIhAPs7/Sptv7tVDprGGsfvGNFSp6iF8dlOVQdNQJCFZGb/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305258},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\32996ea4-992e-4920-9181-5f9d2a77b997\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","test:node:esm":"dev-tool run test:vitest --esm","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\32996ea4-992e-4920-9181-5f9d2a77b997\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pue4GFnjzVVc1qPybDRbWVG3FWP/Dd6sdzhELu61FDzmTIg0WdT3c0PES7z+l+psjlKD2yKjaABxsem4+qTdgQ==","deprecated":"Unplanned Release","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1_1755897622752_0.24849180423845474","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250825.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250825.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250825.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7d2d8216c003cbb168ec29f8a1d0a48689063f1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250825.1.tgz","fileCount":536,"integrity":"sha512-bX59MIHCpSzavssnEgOhXbHYK+R/CWmA4aY3lNo/IHs17SevJW3+eDW/e9B3Nm0daG6loqhv6/tUraYv0lDc3A==","signatures":[{"sig":"MEUCIQCUXVZfRJ2r50obWzG/At33vgVzGHqVUANF/8XOV6yqHAIgUpc4RF1ccY8zMnhqwQbkxe++p+8M5WTEkReqs4E635Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bcc33aa6-be81-4fd0-8068-50bdb8677774\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250825.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bcc33aa6-be81-4fd0-8068-50bdb8677774\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250825.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bX59MIHCpSzavssnEgOhXbHYK+R/CWmA4aY3lNo/IHs17SevJW3+eDW/e9B3Nm0daG6loqhv6/tUraYv0lDc3A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.0","@azure-tools/test-credential":"^2.1.1","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250825.1_1756156778936_0.05071680357423469","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250826.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250826.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250826.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"733be0a3b999fe6b7f6f8026dced054afadd4acf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250826.1.tgz","fileCount":536,"integrity":"sha512-Zme5g4Ie9R4t/8TABlrWNCvOEFB8cF7Y12eTNYT6YA4raBU5A/ZeAl/r+HJl1oHox1x28rgciCSe8l+8x1E0HQ==","signatures":[{"sig":"MEQCICwoFSvcA1JoQ0yT74fkQS7pldXAVOqCnhW51HpqQHg4AiAQClUUzspW+tQTmSf8agx1TQKJ4ZsDq9P5d30Es7KAIw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a20c9947-c618-4bb2-bd81-3bf9e11136db\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250826.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a20c9947-c618-4bb2-bd81-3bf9e11136db\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250826.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Zme5g4Ie9R4t/8TABlrWNCvOEFB8cF7Y12eTNYT6YA4raBU5A/ZeAl/r+HJl1oHox1x28rgciCSe8l+8x1E0HQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250826.1_1756243218511_0.20038379074803703","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250827.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250827.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250827.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2c3d9e77a631da94a068307bc0316efb945bbaf0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250827.1.tgz","fileCount":536,"integrity":"sha512-uG4MibCYluE2REQKnWoXpNnmscAPtmsTwDDYPU+zOoBh1D/CMaJcgCYAzq5A0yLQHhKyyZyQM0q2pF50ZHgJ3Q==","signatures":[{"sig":"MEYCIQCyMzmG+LiXkLF97Tt3nsJKyFFw7xbP1xoXtVP2Z77NfQIhAIGRM6Ex9tXj+iY6ph7hbpABs8QSDOiIs5sltEAwkP1Y","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d66e3a3d-cdac-4584-95c2-ea6d445eaa22\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250827.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d66e3a3d-cdac-4584-95c2-ea6d445eaa22\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250827.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uG4MibCYluE2REQKnWoXpNnmscAPtmsTwDDYPU+zOoBh1D/CMaJcgCYAzq5A0yLQHhKyyZyQM0q2pF50ZHgJ3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250827.1_1756329837652_0.5005035775378364","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250828.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250828.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250828.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"356f205e66ae1c41bbdafb6a0e76df1226f86887","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250828.1.tgz","fileCount":536,"integrity":"sha512-fVp1Y9AglzRkswx4fpR3GX+gTfSAV04iJ9D23vX4RE/k1m6VtSztjnK7VupjDNfknn8nNsSpMCqPLFSNY7vMAA==","signatures":[{"sig":"MEYCIQDqC08gwxGNFZG9RCjoikr6Q/JkbOblrzN6/KRnBHT/dwIhANVHOKo+xRSmhsyzJ7u0Q6YNDfAksd5nDOW95TjEF4iF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\39f37480-63bf-4800-b1a5-22f25322773c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250828.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\39f37480-63bf-4800-b1a5-22f25322773c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250828.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fVp1Y9AglzRkswx4fpR3GX+gTfSAV04iJ9D23vX4RE/k1m6VtSztjnK7VupjDNfknn8nNsSpMCqPLFSNY7vMAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250828.1_1756416018165_0.7295458765132077","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250829.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250829.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250829.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"57008796e9f00de8ff79d8e729005bfa9852a8f6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250829.1.tgz","fileCount":536,"integrity":"sha512-FwLv7JUthwA+HrZCBpt4SP0kRMJEIR1nPHMOIDfIVOVfErc87jptP2HHC0meLwJiJRV0dEm1dtqxSzr4voAf1A==","signatures":[{"sig":"MEUCIEA2WWVg+7syiU115P8695wqFKyGfHAWo2W086hILaHPAiEAxXWVC9OW9xq41EdvnqCtx40OMHzu7TZwVKfmj222on8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eca7c1e1-8f5f-4d88-a6af-dd605cf7c90c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250829.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\eca7c1e1-8f5f-4d88-a6af-dd605cf7c90c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250829.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FwLv7JUthwA+HrZCBpt4SP0kRMJEIR1nPHMOIDfIVOVfErc87jptP2HHC0meLwJiJRV0dEm1dtqxSzr4voAf1A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250829.1_1756502347027_0.4347551031949273","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250901.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250901.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250901.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"22be85fd279e55be9301b46716438ee9c75c5e1f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250901.1.tgz","fileCount":536,"integrity":"sha512-0lEx9gAc596KdfX6P++bs7Im2ItmZo2oVkPG6Zbct3HFb7EkHJ2DmbdxfS+KIuH19/DxfOFkMabgwKjFRNN64A==","signatures":[{"sig":"MEUCIQDNrXxvmUt8cYR52OwDKNHPkG+wGeQ/TpDnFFdyKWMCRwIgBGloHfhZEGpDrEGKmA+lqPIDDhe/wCflvhLBrIhQd2M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3d86210b-6c39-4a4e-a314-50bda0b1a137\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250901.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3d86210b-6c39-4a4e-a314-50bda0b1a137\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250901.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0lEx9gAc596KdfX6P++bs7Im2ItmZo2oVkPG6Zbct3HFb7EkHJ2DmbdxfS+KIuH19/DxfOFkMabgwKjFRNN64A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250901.1_1756761588016_0.9753433545616959","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250902.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250902.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250902.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37accdcfd53bdceba9526427396cc670232d8049","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250902.1.tgz","fileCount":536,"integrity":"sha512-yxHHmAbq/73Y2+wtwFS8D87X4clPKFN/nmICsH4d80I/7M8+QKmLztpmjboQdVAzUzd5YvsY8mycyRRMZurwng==","signatures":[{"sig":"MEUCICU3S1ft1fXHSrXi4tgFdxZOUlPsk0N8PRYzbzBRjLdcAiEAx3cQOGNcreVIjKhyoQg/sIT8wQenTqocNdnRq4JZ+dE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cc6972f6-e894-41f2-b8fd-129bd2225f07\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250902.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cc6972f6-e894-41f2-b8fd-129bd2225f07\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250902.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yxHHmAbq/73Y2+wtwFS8D87X4clPKFN/nmICsH4d80I/7M8+QKmLztpmjboQdVAzUzd5YvsY8mycyRRMZurwng==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250902.1_1756848133301_0.21784047592982336","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250903.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250903.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250903.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b2ea1e8be476fbcdd8ca47d5baafedef6dbcd03f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250903.1.tgz","fileCount":536,"integrity":"sha512-ETMoCCHh31AkDLZA0+PYOBVY+DTmRSIVq7AORfFYJoAerFnHiXx8X4gjV8sf333KkFyu+JKsojzZn0jOEbCbqA==","signatures":[{"sig":"MEQCIGsiAvwwH/RgfHLFzjnlfRL3hB1osZCLC8jgq7mRVs8PAiBjF6axGwt3PabPr2s2qrMd2JrWKd2RfCc08bLXeb7ENw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ec355eb-630e-40b6-b235-f8824d3d3d99\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250903.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7ec355eb-630e-40b6-b235-f8824d3d3d99\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250903.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ETMoCCHh31AkDLZA0+PYOBVY+DTmRSIVq7AORfFYJoAerFnHiXx8X4gjV8sf333KkFyu+JKsojzZn0jOEbCbqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250903.1_1756934774682_0.38659900942670866","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250904.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250904.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250904.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b140a6df8a2fc1737c79e8273141ecb4a3478e8b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250904.1.tgz","fileCount":536,"integrity":"sha512-uLXCLBGU03+CtzswFJnCGxnbpB4niSVflbmoFL9S+sZ3VEv2ErMsrO4QbP6usfYdM15DvEr+koBBnNpPwhpV1w==","signatures":[{"sig":"MEQCIDOfndhot0G+e0eFID6bYhXBYdG3buB/yGFXS3wKEn1sAiB63qHtUMIrBfbsoj95ZHHD8uy2W+942U61iHnqyJuftg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f751339d-9bed-4ad4-95e5-c21626137247\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250904.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f751339d-9bed-4ad4-95e5-c21626137247\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250904.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uLXCLBGU03+CtzswFJnCGxnbpB4niSVflbmoFL9S+sZ3VEv2ErMsrO4QbP6usfYdM15DvEr+koBBnNpPwhpV1w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250904.1_1757021032795_0.31132537879931443","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250905.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250905.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250905.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2e74d38ade35a7882ac1c70b4a95a069403c8b11","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250905.1.tgz","fileCount":536,"integrity":"sha512-iEGx5RXJCN3PDgpWuAddKF34ISwaUydLGfmE2Z6r1aX7sySGN3Jqhx0Qf4F2wOTHaP/dW2uAv2qqJ9r41ie44A==","signatures":[{"sig":"MEYCIQDoEv58sdyPC19x3/LnRsxlSVwc6kKz5cs6Ujlq1l/hdwIhANHUsIsM5WXLOkTPb0UqNgw7zP2NjJjf8Hjf/q1PGmnW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa433c98-4db6-4c84-be3e-2478317ead4c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250905.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fa433c98-4db6-4c84-be3e-2478317ead4c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250905.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iEGx5RXJCN3PDgpWuAddKF34ISwaUydLGfmE2Z6r1aX7sySGN3Jqhx0Qf4F2wOTHaP/dW2uAv2qqJ9r41ie44A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250905.1_1757106741393_0.2576839655384393","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250908.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250908.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250908.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d58d1c81fd94f41b26fa7f01922e9c4ada9045eb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250908.1.tgz","fileCount":536,"integrity":"sha512-Rt+KfAQlWSrRU32gMgWaFL6S52oGzCwmcxcweSgw+uffynVzEjv+9o2hLmxcvi6JKCyMZZVQ8ZxQ4Y6cHq+g2w==","signatures":[{"sig":"MEQCIEULuufPoa9S56gwbDmdzOW37A4JBK1F15vfNvvTV65NAiAGK91mCgPr99vuQm/xGr3qHrDhIFOx2/xAC0CHakQEmQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6859b3e6-3291-4d9e-8f2a-433901804996\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250908.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6859b3e6-3291-4d9e-8f2a-433901804996\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250908.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Rt+KfAQlWSrRU32gMgWaFL6S52oGzCwmcxcweSgw+uffynVzEjv+9o2hLmxcvi6JKCyMZZVQ8ZxQ4Y6cHq+g2w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250908.1_1757365948011_0.8706741988514797","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250910.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250910.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250910.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b1ec9d46ede0b0d9637fd60cd002796398bf4d2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250910.1.tgz","fileCount":536,"integrity":"sha512-jZXl1FEIFUAROcDCSmYdcFrDWNN6LK7GQnRZ5SSFLHoz2u4RoBbiTPhsZiJ3YZDapI3VcEsXo7L8ypK36Fei4Q==","signatures":[{"sig":"MEYCIQCOC5dz7sPxLFppvwsvbrhBEI0THqky2BrUPFmOmlTzlAIhAPWbsBfuxH6PXumpBHcgxxbLsLLdnUIzk9pJO7/QwuO/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9e7abe0f-d1d1-411f-b38a-8e65abb1caea\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250910.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9e7abe0f-d1d1-411f-b38a-8e65abb1caea\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250910.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jZXl1FEIFUAROcDCSmYdcFrDWNN6LK7GQnRZ5SSFLHoz2u4RoBbiTPhsZiJ3YZDapI3VcEsXo7L8ypK36Fei4Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250910.1_1757538941389_0.0840406706110226","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250911.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250911.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250911.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a773bd97e64b532413b99c6843dc7018403ff4a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250911.1.tgz","fileCount":536,"integrity":"sha512-eH0DlrFyr5N4QQJOxO5JICuElKJKAG6wUQlfIYbgqIF5/0BOaMKM6Iw3MNCJgwquSxvAzDMPclPyi5HLpF6zlQ==","signatures":[{"sig":"MEUCIQD3A2pWca1W4DxvTAmkT6tQykU5MXG7eLKDQP7GANAl5QIgHpptW4+Zijuksekdm15k6/W+9YrKWrSt7/KBP716WXw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\090a6324-df3e-472f-9d16-9563fb19c27b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250911.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\090a6324-df3e-472f-9d16-9563fb19c27b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250911.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eH0DlrFyr5N4QQJOxO5JICuElKJKAG6wUQlfIYbgqIF5/0BOaMKM6Iw3MNCJgwquSxvAzDMPclPyi5HLpF6zlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250911.1_1757625409369_0.5041419080121541","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250912.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250912.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250912.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"398677e893fa2cba295f016f8f655f107f94f5bd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250912.1.tgz","fileCount":536,"integrity":"sha512-0oy/Ep5Zlrt8G+tXS0dkThqC+TU1swhNd1cWYT0E+BoPvXsfBZzo2m3WP8ZmM1OQpGpTUiIHESVmRx5RemhENw==","signatures":[{"sig":"MEUCIHnct/t4JP0tetGOfZ7A8tbgSjNZORakqC/eFUUf+7SnAiEA2xFRivjSrdxAnFCp12FLSL18YheRJ4Qv/IzmhrP+dk4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae28b9e6-8df1-4be1-8f2d-e4656c034594\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250912.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae28b9e6-8df1-4be1-8f2d-e4656c034594\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250912.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0oy/Ep5Zlrt8G+tXS0dkThqC+TU1swhNd1cWYT0E+BoPvXsfBZzo2m3WP8ZmM1OQpGpTUiIHESVmRx5RemhENw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250912.1_1757711567372_0.9738936699162917","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250915.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250915.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250915.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ebf9e3bac031724b16866200cfbf34525b211ad","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250915.1.tgz","fileCount":536,"integrity":"sha512-vE7aOs2xyNXM3m2ODD86xKTS5x21gQxxs2+c4JJYlBalYNZGycSqhGuDjtLauqxy3IG2m1OOxZxgZu5w3YE36A==","signatures":[{"sig":"MEUCIQC75KbP28get6AY79ClnkG0mF3fEIKCim7I+95Ovv99bAIgWoHQoFGdl/7jF3+5V2ZneGdkkCxkGJGET8Q0ui1hqoU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8d74f76d-f1a0-49ea-9f7e-742fe88b0cee\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250915.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8d74f76d-f1a0-49ea-9f7e-742fe88b0cee\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250915.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vE7aOs2xyNXM3m2ODD86xKTS5x21gQxxs2+c4JJYlBalYNZGycSqhGuDjtLauqxy3IG2m1OOxZxgZu5w3YE36A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250915.1_1757970778111_0.5950789930145071","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250916.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250916.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250916.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d927cea1d02009ab6e2507f9ffa38d436f4790b8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250916.1.tgz","fileCount":536,"integrity":"sha512-Q0r9Dk8hqUWFLfT1nHQwcdCoN5hLYqSIZcCxtNUIaFNpIPPRhOhx/LFjzo+iGUZMExONoVlo0dHhJknKSJCK/Q==","signatures":[{"sig":"MEUCIBEpum3jCeHuo+ktKhX9xSxPRRjhQWqr5avaNZUqnapCAiEA3LdiNDqlmIe3lfICgy5vC6W/DXayaQ6KjVpR3/U55Ko=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e99438f-b410-4a50-a4a8-6ee3d8c004a5\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250916.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e99438f-b410-4a50-a4a8-6ee3d8c004a5\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250916.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Q0r9Dk8hqUWFLfT1nHQwcdCoN5hLYqSIZcCxtNUIaFNpIPPRhOhx/LFjzo+iGUZMExONoVlo0dHhJknKSJCK/Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250916.1_1758057139572_0.8131738077003403","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250918.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250918.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250918.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8af9c7ba62cfb108c468a3d9d48ae132ad63003d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250918.1.tgz","fileCount":536,"integrity":"sha512-MsYE6BUf1axHo9CBCV5yz5u3HVE7GzOa0rdX4yT61m6rXulZaxi3wshkQjIHu3qGSfvTpT0rbDFar4NTU9ZPwQ==","signatures":[{"sig":"MEUCIQC7+MXdSUE+dRbRpyQAtka5k1qh9hNACSS5I6PAkpTKcAIgEptHUUV+zUhm/njILxJvvOnFRtFcqMpNf9Wa151H4W8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\928f7657-87ee-442b-9776-2535421f49a7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250918.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\928f7657-87ee-442b-9776-2535421f49a7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250918.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MsYE6BUf1axHo9CBCV5yz5u3HVE7GzOa0rdX4yT61m6rXulZaxi3wshkQjIHu3qGSfvTpT0rbDFar4NTU9ZPwQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250918.1_1758230540217_0.26596600201391607","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250922.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250922.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250922.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"193c1314b4f9a18edd4eca4a41b26ffec6b82f63","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250922.1.tgz","fileCount":536,"integrity":"sha512-+95fom/Rog9SPPDBt2Yoc0auhMIvcPnWdw8cyWiPml2Qq/Mb/EnpEZ6S5ptJzLc2tnsnFQpEr9r6Lp7hVtiiaw==","signatures":[{"sig":"MEQCIDLeaC6l6btd6uuhYu1gyCABNhu2iWUZs6nMmWcnmrH8AiBGjLLLYmz06xVZ/0nJ8woGOhfqYgEDeT1ykN555TWRFQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ab0b5c30-addf-4ff7-8260-1e2d9097895e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250922.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ab0b5c30-addf-4ff7-8260-1e2d9097895e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250922.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+95fom/Rog9SPPDBt2Yoc0auhMIvcPnWdw8cyWiPml2Qq/Mb/EnpEZ6S5ptJzLc2tnsnFQpEr9r6Lp7hVtiiaw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250922.1_1758575617805_0.38119204331290546","host":"s3://npm-registry-packages-npm-production"}},"5.1.1-alpha.20250923.1":{"name":"@azure/ai-text-analytics","version":"5.1.1-alpha.20250923.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.1-alpha.20250923.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2b2b6bf58866752aa4d9c4bd00b53ab182065f42","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.1-alpha.20250923.1.tgz","fileCount":536,"integrity":"sha512-09gJgum5yqSgFtmFXihJoZVi/u8svF0xApPHFVvjJEU1YCAt0knTFqGM7LV4hreBfqumOHuigxJ2+N2WzaC0xQ==","signatures":[{"sig":"MEUCIQCtTrYjgyfsyCkB8E09jomObZAAZp83fJcUWXEmk7+l1wIgBE8oLYLBGvMWiOtfZcty9Md658sDUQhdLJimXrLyg40=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305265},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b8e9c385-760d-48cf-af86-e99408710272\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250923.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b8e9c385-760d-48cf-af86-e99408710272\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.1-alpha.20250923.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-09gJgum5yqSgFtmFXihJoZVi/u8svF0xApPHFVvjJEU1YCAt0knTFqGM7LV4hreBfqumOHuigxJ2+N2WzaC0xQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.1-alpha.20250923.1_1758662057269_0.25623548084993986","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20250924.2":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20250924.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20250924.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"20d9f83698fb7c7e7eb26788cd42ce117533289c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20250924.2.tgz","fileCount":536,"integrity":"sha512-8vMrg08MSio9FWsMxYhOvoW/T8TI3I5vxx5bZwFxXTQaE60c4j1w5GowYFVQoi1vun5bud2LaErIddIJb99tTw==","signatures":[{"sig":"MEUCIQDfmnea1fQrDqbLb8aZ7gyBzh6sThMeVUxtnA+2YaEo1AIgVqitTG1bRcQE5ZsqCQ6sfb3ORces2W1WkUs4CWcDcrQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305258},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\635e7575-54d3-435c-9914-caea38ac1db9\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250924.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\635e7575-54d3-435c-9914-caea38ac1db9\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250924.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8vMrg08MSio9FWsMxYhOvoW/T8TI3I5vxx5bZwFxXTQaE60c4j1w5GowYFVQoi1vun5bud2LaErIddIJb99tTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20250924.2_1758748597920_0.1325724026017847","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20250925.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20250925.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20250925.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d72649fbf2ae136fe7ed2361b0892eb2c9ec94c5","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20250925.1.tgz","fileCount":536,"integrity":"sha512-MxY+/xQQGVVBYmaWM+AwPXqLvj/lq+cWAQQd7rmMszklmyPJ2o0jeIrKmTPWddb8vls3Jd+0Na4OOCe6eT2yBA==","signatures":[{"sig":"MEUCIHuOKFN6OWnHNWFUXyIJps9HoRvQ8ugjflARexSZUXkKAiEAymeuq+8/ca/+wPU8OrldBkbqSY0m9ETEAoVXZDEgSpo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305258},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\766beaf5-a88c-4b4d-8821-88d6ca11a5ce\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250925.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\766beaf5-a88c-4b4d-8821-88d6ca11a5ce\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250925.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MxY+/xQQGVVBYmaWM+AwPXqLvj/lq+cWAQQd7rmMszklmyPJ2o0jeIrKmTPWddb8vls3Jd+0Na4OOCe6eT2yBA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20250925.1_1758835335625_0.8449635625355227","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20250926.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20250926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20250926.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c095c7619fe14c03f493e7ddc49bcf552289255d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20250926.1.tgz","fileCount":536,"integrity":"sha512-NKEBf/hNRloVLwewHtkiAy66N4eFswLlEwsoc8LjTjC7Nsj3fEIwbqE3C1lOfKdVqQBMyk2KO9CSX/pseM0rMg==","signatures":[{"sig":"MEUCIGy709TJBrImhtCebIKfRj1llkh1GR4GylePydgXrmn3AiEA3RhRscS/CmMwPF2LSHFLOc6uv6GEr9n4SIRqVwk239o=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305258},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\927be54b-fe3b-484b-b793-fc71adf373b1\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250926.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\927be54b-fe3b-484b-b793-fc71adf373b1\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250926.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NKEBf/hNRloVLwewHtkiAy66N4eFswLlEwsoc8LjTjC7Nsj3fEIwbqE3C1lOfKdVqQBMyk2KO9CSX/pseM0rMg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20250926.1_1758921339358_0.24276396335767525","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20250929.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20250929.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20250929.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"830e4d77dd1c9f1757ef6758e97c331f2a41cddd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20250929.1.tgz","fileCount":536,"integrity":"sha512-gv6U/24ts+ncmLgc5Fv3jXphAL9/zfbcgyrteNKc0QsQnPXmTyICn1/GbhqHW7h6hM7LNw1BKo1tq/xyV1nkKQ==","signatures":[{"sig":"MEUCIQD3SkjrKDmWsHod6H9TQyPeVIq/RTSGhHQD88tjiPryZAIgDIla/nq+67XIcHptnk/DBhK1KpEdBCDvCQbo3QNA/nY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305258},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5de57d66-2f31-414e-9d5d-0ad1581154c5\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250929.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5de57d66-2f31-414e-9d5d-0ad1581154c5\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250929.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gv6U/24ts+ncmLgc5Fv3jXphAL9/zfbcgyrteNKc0QsQnPXmTyICn1/GbhqHW7h6hM7LNw1BKo1tq/xyV1nkKQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20250929.1_1759180602620_0.9187395779724019","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20250930.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20250930.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20250930.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4677cf95fa61dd3eaaf4585131356983db438e89","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20250930.1.tgz","fileCount":536,"integrity":"sha512-Rlo1XCUF3a3jMwJfSOTYFSrb309HXpZpfp0omOUuC+SHxhF9qXeSljAVy2svm0yhrtRfrAAVw01Cnpv55myDng==","signatures":[{"sig":"MEUCIDmW38AOBnVDD9vnww3OrdTjHSTbvMFdqhHnyBkitDjvAiEAvjy91jQqTKhrpZ13gdKzM7zNK801sfiw34j88M1NS0U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305258},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\33ef45b2-53f0-4a31-821a-db4108dfcb6c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250930.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\33ef45b2-53f0-4a31-821a-db4108dfcb6c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20250930.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Rlo1XCUF3a3jMwJfSOTYFSrb309HXpZpfp0omOUuC+SHxhF9qXeSljAVy2svm0yhrtRfrAAVw01Cnpv55myDng==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20250930.1_1759266882306_0.02876037621647165","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251001.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251001.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251001.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e25644a8cbff353df4d2f73cd404672f8fdbd57e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251001.1.tgz","fileCount":536,"integrity":"sha512-OgZ6b01uBPMGSKmcWl14TENjQ4MCkChicVKULBG5GQrDacNaSViNmVIQ5GwCwtWP45Vc33gLr3f/8xKSWW+T+w==","signatures":[{"sig":"MEUCIQDrToA3W1mSv378A37mcXXfZEOpCE2kxzQUd3SKZRhZGAIgAcennfuj8SJeBe8rkGuDd31AukQt4kI2h6mW4SCVpcY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305258},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\945b51e5-eea5-4692-97bd-040ab186110e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251001.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\945b51e5-eea5-4692-97bd-040ab186110e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251001.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OgZ6b01uBPMGSKmcWl14TENjQ4MCkChicVKULBG5GQrDacNaSViNmVIQ5GwCwtWP45Vc33gLr3f/8xKSWW+T+w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251001.1_1759353147633_0.03407334250089633","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251003.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251003.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251003.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d91837d1700dc61fdc40c07b9e9b6a17c07ceee","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251003.1.tgz","fileCount":536,"integrity":"sha512-PC34USxCR/ula7pq25svX2codQ0mWfrNRyijrHgMInb3WsHwLvezOh7SVQrI48UOsVtXaDfNGjBTiuoWIjM7+w==","signatures":[{"sig":"MEYCIQDHwjjJ17M3mpl8+9hFsjsUcaD56pRT3ycqidEXPDFzQAIhAJ2aDValF527YZWHk68WOTfUOhvISk3G9xkCmUuFN1Bw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305258},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9f8248b6-4936-4800-9120-feae3eb80d19\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251003.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9f8248b6-4936-4800-9120-feae3eb80d19\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251003.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PC34USxCR/ula7pq25svX2codQ0mWfrNRyijrHgMInb3WsHwLvezOh7SVQrI48UOsVtXaDfNGjBTiuoWIjM7+w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251003.1_1759526018012_0.9752430639954179","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251006.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251006.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251006.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"243e5c91fbc2765b4ae154fb1d1c3e0bff1a1529","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251006.1.tgz","fileCount":536,"integrity":"sha512-JtgDqLmpHjNXsvwaJvCIMFLFbAUEMFBi0ehNfjPBy35jOAZPK3DTvc1GmzL0NsxJ/R6mYtOEjc5sJNU5iINdrg==","signatures":[{"sig":"MEUCIQCDsbNmCPRzOWMrs7OdIx4ZlFwy3rtnrwRSoHnzDnfrqAIgID8X0x2i28sCX+IO8oiZNxPGxrXEHSmVTFobV8Hc8vc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\65c4b31b-8261-4013-83e3-26c32fbfe3be\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251006.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\65c4b31b-8261-4013-83e3-26c32fbfe3be\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251006.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JtgDqLmpHjNXsvwaJvCIMFLFbAUEMFBi0ehNfjPBy35jOAZPK3DTvc1GmzL0NsxJ/R6mYtOEjc5sJNU5iINdrg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251006.1_1759785402093_0.1928345933969451","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251008.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251008.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251008.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4b4dd1ceb0d92af8f8ddd7c457c107cb146c8e8e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251008.1.tgz","fileCount":536,"integrity":"sha512-lsJrL6v/hVerJpOo8abx5W5FIn5VjwTay0xJJYb+56QygwKi3Ydcm/JQmyBBFGziH5VBnpJyo/21XphBkHUwbw==","signatures":[{"sig":"MEQCIAEUUnJoYGZytz2n1cwGKMa9T8BoldW4ti+0NbfNyBZSAiArTvxPHmnGXRMoZKZPNuJj9KVrY+MLedcNWpQtejDbTQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b9edacd-8dd2-4288-afa1-3b4c684e3381\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251008.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b9edacd-8dd2-4288-afa1-3b4c684e3381\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251008.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lsJrL6v/hVerJpOo8abx5W5FIn5VjwTay0xJJYb+56QygwKi3Ydcm/JQmyBBFGziH5VBnpJyo/21XphBkHUwbw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251008.1_1759958616475_0.06341922190500537","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251009.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251009.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251009.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4bbcbce02c2c1d09adb25a829fad43bbdc42e5dd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251009.1.tgz","fileCount":536,"integrity":"sha512-sSRL49DlByrVLFc/U2IfUHOAN9ipe8qtFDeF9ZDlWtM7IlT85ZXzB4fYBtMVikqrPGQyXS8CjofpC1YZrDhj9A==","signatures":[{"sig":"MEUCIBqFUuVOXPZW98/W5eexngIQl+RlqNQ5Hq5GdG7bAOthAiEA0JbRupPhJAbNPDJ1XvQgcwP7iadOV+f/vGyivP5Hu/M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b00cbec6-0679-4d5c-8c18-4d28e20c01bc\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251009.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\b00cbec6-0679-4d5c-8c18-4d28e20c01bc\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251009.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sSRL49DlByrVLFc/U2IfUHOAN9ipe8qtFDeF9ZDlWtM7IlT85ZXzB4fYBtMVikqrPGQyXS8CjofpC1YZrDhj9A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251009.1_1760044623163_0.06681798800323291","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251010.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251010.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251010.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b628f03528dcec43342305df651e7c8e1725349","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251010.1.tgz","fileCount":536,"integrity":"sha512-lerw1/VeSKxIM+6i2ToTnul2X7y/wKZXdBFOonGINZFEb0Jb6EENCoEbyaydEOAF/1DJtw1PMksKOZ+mQlZIcQ==","signatures":[{"sig":"MEUCIQDXTQV04LQC6FF6/gYerjfABX27ly1M7hIGq7yWgz7MyAIgJvMVfKNA3U31EI1xquHsG68BYc8eRCTEwGQuFmuQVxI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c3fcd463-cdf3-4ed5-ab9d-a214c4198fa7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251010.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\c3fcd463-cdf3-4ed5-ab9d-a214c4198fa7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251010.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lerw1/VeSKxIM+6i2ToTnul2X7y/wKZXdBFOonGINZFEb0Jb6EENCoEbyaydEOAF/1DJtw1PMksKOZ+mQlZIcQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251010.1_1760131478674_0.6160009545102718","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251013.2":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251013.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251013.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c5e3a9a1bf2e587f723fc960e52d9f8b30ae4a56","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251013.2.tgz","fileCount":536,"integrity":"sha512-oC9ICqcWaERKdICqtdIPpeSK53X5LSQ4Fu8XbxbNAm5uXouiQkAUHSk0YtSJiaGaNnGPWQYYYeypYa/lyY/B/A==","signatures":[{"sig":"MEQCID+E0YjTPCEjIR7IYEvG09Ncct+wpXJ+REVZfs0ghMQdAiB4nI02RjvmZJEV9G7/B8LrHxsTkpkkBY2uTRZTfiYVKA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305257},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e67d5f5b-dcaa-4ba5-a10e-5547f512aadf\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251013.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e67d5f5b-dcaa-4ba5-a10e-5547f512aadf\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251013.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oC9ICqcWaERKdICqtdIPpeSK53X5LSQ4Fu8XbxbNAm5uXouiQkAUHSk0YtSJiaGaNnGPWQYYYeypYa/lyY/B/A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251013.2_1760390563837_0.23846076637303226","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251014.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251014.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251014.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8813b13b5cc5068a6270886af43f661ce3927713","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251014.1.tgz","fileCount":536,"integrity":"sha512-nYZpJl7R4jXYbxPmNVcAqiGfs/qCuGE9k1eDD/HuUtuGXjmgyUVs9/cMjs3tQeZcLsTfg53e+tJ9RrjLZQXd8Q==","signatures":[{"sig":"MEUCIQDRHadCLtiaZDSHI5XZMWiKZIZXKbY1ACpybT/b2u9TeAIgBb6OP0/93hHGn96GMfkxJrbTNbv0Z10POzhQf13Ui8w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305290},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bf92d93e-6f19-45f0-a595-e86bf0d5d0f5\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251014.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\bf92d93e-6f19-45f0-a595-e86bf0d5d0f5\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251014.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nYZpJl7R4jXYbxPmNVcAqiGfs/qCuGE9k1eDD/HuUtuGXjmgyUVs9/cMjs3tQeZcLsTfg53e+tJ9RrjLZQXd8Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251014.1_1760476791405_0.9955433653911585","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251015.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251015.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251015.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e8ff3e32f8f03890bdd762ce3775896c48df2803","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251015.1.tgz","fileCount":536,"integrity":"sha512-fyReOqU9mS+1Dzmi4VmGeXGSD9mXKqC8pzkxBThG3ERtsGIwUq3orodlwSEr8W8x6mbtW2L/SK2nWLiSIqsvrg==","signatures":[{"sig":"MEUCIQC1adHqt0cu5xCW0Ws4TZFp37J3kWiXzx2vxLJIHpF7UAIgNfLDAln21Zs9qh/rhlFQl0AgOs1+jusQKGKfz3JbcQM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305291},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a717ce29-a860-4ca3-bd42-b9501723b51b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251015.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a717ce29-a860-4ca3-bd42-b9501723b51b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251015.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fyReOqU9mS+1Dzmi4VmGeXGSD9mXKqC8pzkxBThG3ERtsGIwUq3orodlwSEr8W8x6mbtW2L/SK2nWLiSIqsvrg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251015.1_1760562920731_0.603092936161002","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251016.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251016.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251016.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"72cebc0e6620038a9b056e4f06bc24c85435ccf7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251016.1.tgz","fileCount":536,"integrity":"sha512-Si3ka588H7ARTfuznmdemPBDn9hOXjX+HsuxleWuObXwCt/NJkodQdOq0QYTnNplj/3DjdAuILMJ1EOXwfXfBw==","signatures":[{"sig":"MEUCIQCSg+icndUGMTc7I/euTHdEPQRtbTpHYWVmkel6mmjsgwIgCcmftlo+dUWugfewfClwehKoHNyauOiRpUFdFPxNh44=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305291},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d1849f07-69d4-4a79-8d18-a70f2c85475b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251016.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d1849f07-69d4-4a79-8d18-a70f2c85475b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251016.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Si3ka588H7ARTfuznmdemPBDn9hOXjX+HsuxleWuObXwCt/NJkodQdOq0QYTnNplj/3DjdAuILMJ1EOXwfXfBw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251016.1_1760649889375_0.2637912765552757","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251017.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251017.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251017.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4630f16cd0024767754de7ab3a4246d384999e7e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251017.1.tgz","fileCount":536,"integrity":"sha512-923nx7X8BvjBy2I3EyriekKwZdEO2JQQIowgFkdR1wOJtBlzMQNOfz+3XCiUstgv3RYWxifm3kJa0fmyJ2SrLw==","signatures":[{"sig":"MEUCIQCnby9a9mk1nf0DM6roFud9M4a4v7HWI4qtDwgCVbO+sgIgau29ug0LAlq7E+nJfVTULxEba98BvxFh9hQy5QQOt2s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305291},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\778f0a3a-308a-4ad0-9ef7-6e090a53a28a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251017.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\778f0a3a-308a-4ad0-9ef7-6e090a53a28a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251017.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-923nx7X8BvjBy2I3EyriekKwZdEO2JQQIowgFkdR1wOJtBlzMQNOfz+3XCiUstgv3RYWxifm3kJa0fmyJ2SrLw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":"^1.1.4","@azure/core-lro":"^2.7.2","@azure/core-auth":"^1.9.0","@azure/core-client":"^1.9.2","@azure/core-paging":"^1.6.2","@azure/core-tracing":"^1.2.0","@azure/abort-controller":"^2.1.2","@azure/core-rest-pipeline":"^1.19.0"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251017.1_1760735739631_0.1332841610017228","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251020.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251020.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251020.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"50013e3f5683a8dbbe6f3d943140310617cf0d29","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251020.1.tgz","fileCount":536,"integrity":"sha512-SqHZnziDwzFn7pVNWgDUGGtsT/4fZYiKWo8JZcpuLMAfymyMFF6uZ+ez16ywvRPj3IWsNeUUmrkgeZLawVrOlQ==","signatures":[{"sig":"MEYCIQDlTVDWA+zc9XBfB78O6Su+MUg+GdDmEz/l5ElW5Ng+QQIhAJO7k3EabAPEHt0vgWmHxbV9dzTSEH4R6nok5ISf/kJY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305435},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ab3c8a68-9034-45a9-918b-c437521ac37d\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251020.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ab3c8a68-9034-45a9-918b-c437521ac37d\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251020.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SqHZnziDwzFn7pVNWgDUGGtsT/4fZYiKWo8JZcpuLMAfymyMFF6uZ+ez16ywvRPj3IWsNeUUmrkgeZLawVrOlQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251020.1_1760994850092_0.676746195136505","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251021.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251021.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251021.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"035840e3619b426d6356aca469fa0afd870fdf18","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251021.1.tgz","fileCount":536,"integrity":"sha512-B0TBIt8VEew8Ud8b9zBmkHHOKWlMFAp+sDaZquF2lHm4ILMKXUO9T/NuS700IREuRcUK4ahGMlRu4GT1i/QDBA==","signatures":[{"sig":"MEQCIHW4cxFomzlRww/aXYcjaQzmqcp/zL31g9uf5ohkupSDAiBLmfFhNIQ5QVfV2cQJUQghtU1Am6/E3ZpibswUzWM9OA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305435},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\46f5aa37-e088-4a29-b6c4-a2d2574832af\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251021.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\46f5aa37-e088-4a29-b6c4-a2d2574832af\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251021.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-B0TBIt8VEew8Ud8b9zBmkHHOKWlMFAp+sDaZquF2lHm4ILMKXUO9T/NuS700IREuRcUK4ahGMlRu4GT1i/QDBA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251021.1_1761081211060_0.16515678798065703","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251023.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251023.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ba854254d9078025496a6fe2521377889a1f18b8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251023.1.tgz","fileCount":536,"integrity":"sha512-kpj0qQLke+am3QcjIro15XpNfR31FOfanMyKz7uDfQ9eohU6aN9mLU1371vekFOiaHEku8ZLLK0nuGmSwusyrA==","signatures":[{"sig":"MEUCIF4VI5Fhawv/PvMO/2DlqECfsD95oln7UbL5WuaqvTP3AiEAtBUHdj0qdBUJzJrBO8qXhPFoz8wYa9ZzbZkcZzW/92g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305435},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8d227eba-10fc-414a-a431-5ed23b0fe968\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251023.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8d227eba-10fc-414a-a431-5ed23b0fe968\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251023.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kpj0qQLke+am3QcjIro15XpNfR31FOfanMyKz7uDfQ9eohU6aN9mLU1371vekFOiaHEku8ZLLK0nuGmSwusyrA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251023.1_1761254231830_0.5998174971303167","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251024.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251024.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251024.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"feed85ca59874c9572edf6db2816bf8ffa97f8f9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251024.1.tgz","fileCount":536,"integrity":"sha512-SU1JfzkAVfdcCPDs9VJ3q9QBA9W/CKis2suEKiiPIi08s9ZaC99bsvddDl52/D1utwYnHI6AWNk3qhIhWJfyCQ==","signatures":[{"sig":"MEUCIB1JpwT8jRFydFyeUspMGsQxElhLztgqG484R0Xc1Mx1AiEAvwYMsyGdL34ms8cuGhNt9B83aRU6kgSFEIamBtXZYmM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305435},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\25bea5f7-c371-45ad-acdd-2251e7d08a6c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251024.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\25bea5f7-c371-45ad-acdd-2251e7d08a6c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251024.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SU1JfzkAVfdcCPDs9VJ3q9QBA9W/CKis2suEKiiPIi08s9ZaC99bsvddDl52/D1utwYnHI6AWNk3qhIhWJfyCQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251024.1_1761340417045_0.24617262293306452","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251027.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251027.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251027.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac8a0fd16eaf4a0114304b5a434333bf5abc06c7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251027.1.tgz","fileCount":536,"integrity":"sha512-IJe2JkGw+cJosVVcdU527oBVaSBzEqrOkGF2jTGUZL4aqW9ymJFGq+w0UD7hJZWA2VuuXFmoCsDtE3jSjnJAGQ==","signatures":[{"sig":"MEQCIE5i+SHDgWnqERsHHyyvGdPIZtJhoOgiYLlDs5joDq1dAiAm+pXQjPJ49hi7EVhKxyxq+k1eZyhXUhye7kQb45VZEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305435},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5d4c801-08c7-43d2-94b8-457328831b13\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251027.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e5d4c801-08c7-43d2-94b8-457328831b13\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251027.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IJe2JkGw+cJosVVcdU527oBVaSBzEqrOkGF2jTGUZL4aqW9ymJFGq+w0UD7hJZWA2VuuXFmoCsDtE3jSjnJAGQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.1-alpha <1.10.1-alphb","@azure/core-client":">=1.10.1-alpha <1.10.1-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.1-alpha <1.3.1-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251027.1_1761599624213_0.7787088467484145","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251030.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251030.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251030.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8eefb8068803d865ea2522066ba5c0828ab2a03","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251030.1.tgz","fileCount":536,"integrity":"sha512-57/ukAC+SS1timDoyV+yNoWsWrLizwdeBYVFKVVVoF9y93fhyZCkOhsaXxi/DfIXuA7N+FCuCkwxuhsxam//VA==","signatures":[{"sig":"MEQCIBz9FWlLs5gwvfbv4Ws2qQfFZ34iRjKQTM4Sw3D9vnDKAiBb6gdh7vXgnYCE58JjI8ghdXAGnPJkJfu3TDU58y98sg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305435},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\eb74a360-9110-4029-b3e9-c0553557bb64\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251030.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\eb74a360-9110-4029-b3e9-c0553557bb64\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251030.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-57/ukAC+SS1timDoyV+yNoWsWrLizwdeBYVFKVVVoF9y93fhyZCkOhsaXxi/DfIXuA7N+FCuCkwxuhsxam//VA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251030.1_1761858927176_0.2011365699091996","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251031.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251031.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251031.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8cea4117950fba00ed8d5b586d66638144163b7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251031.1.tgz","fileCount":536,"integrity":"sha512-gyuiWkJvMO5loXqJ7r0XPOsIY7ggS8cm8D3RAvRM6hJJqtgMeL8ZEjpiq8gzjsFbzz20RxhU/K485wbeo9b3NQ==","signatures":[{"sig":"MEQCICB1+hRabhygqNm1IKn7CF77JlVCufCS2GNIhsaD8Uj7AiAUK4krqcVvFTiMHI9Hn16kmyYRGvnujd3nb3fi/qyFBw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305435},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\684860d9-1722-4ac4-bae5-4351e942fd1e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251031.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\684860d9-1722-4ac4-bae5-4351e942fd1e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251031.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gyuiWkJvMO5loXqJ7r0XPOsIY7ggS8cm8D3RAvRM6hJJqtgMeL8ZEjpiq8gzjsFbzz20RxhU/K485wbeo9b3NQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251031.1_1761945188265_0.45084903102349494","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251103.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251103.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d60d558780d17585ad1df3c4a891b4e8aae90961","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251103.1.tgz","fileCount":536,"integrity":"sha512-Kw/6LCYBz0OeUIsklIZX9UM7gcgwVosSY+TB7alSYXpqiGjIA3+v1zFS9bINjvjm0panU+dnZqVtRCxQVw86Gg==","signatures":[{"sig":"MEYCIQDuX2QXutCbnkKOq7nMETJHpW1sR+8W8Pm1cwsJVMe7lgIhAJrP6EJNwYt3g53UmqpuVaEIEhYMJQiFfAb/g6oVJRUY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305435},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\596f823f-8d19-48fa-8b59-8a1ea10b05e8\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251103.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\596f823f-8d19-48fa-8b59-8a1ea10b05e8\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251103.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Kw/6LCYBz0OeUIsklIZX9UM7gcgwVosSY+TB7alSYXpqiGjIA3+v1zFS9bINjvjm0panU+dnZqVtRCxQVw86Gg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251103.1_1762208354867_0.41802743855172353","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251104.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251104.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251104.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"809c8e8dc77d5e74f106dbc7ceeba038a78939b8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251104.1.tgz","fileCount":536,"integrity":"sha512-mmSpwxaILknUyk4qbBzl//bnjvVOQ9MWaAw2SW0eoyMNmhLT7OM5sAD1aK3FkSZw0emUGJ3osKpBFIilbMbIiA==","signatures":[{"sig":"MEYCIQDMUAmolPFc3QTfRWtklyZ5viCGT6m1gCijhKQ9KIOlRgIhAKEinRcrXkToeS1gZ9BjGOGlBInhK949/mOGbpqAkUrx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305435},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\80a72505-0459-49e7-a68f-f51474ef72c3\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251104.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\80a72505-0459-49e7-a68f-f51474ef72c3\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251104.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mmSpwxaILknUyk4qbBzl//bnjvVOQ9MWaAw2SW0eoyMNmhLT7OM5sAD1aK3FkSZw0emUGJ3osKpBFIilbMbIiA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/browser":"^3.2.3","@vitest/coverage-istanbul":"^3.2.3","@azure-tools/test-recorder":"^4.1.1","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251104.1_1762294510962_0.026617692695709794","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251106.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"53f7e9c84d3fe37540308f1deafe4cbb029cc42d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251106.1.tgz","fileCount":536,"integrity":"sha512-+X9DLhbuS1hQtRxc1yLajBHo1ftSOmuypGog0EEThpBWw4xiIjM4vJtWLAr0T4wtqQkoJ8VFGAjnDGZCJc1NpA==","signatures":[{"sig":"MEUCIFXDQqLrIlYVIMtTWg+kqpeastTpvRJSod/TdtBIO+vQAiEAkq2dnOF6lN65T7Jbl9FinPjPyftw/mnwE7g/AXpH3xg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305446},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a279cd99-f0be-4745-8777-6b01c00215d1\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a279cd99-f0be-4745-8777-6b01c00215d1\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251106.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+X9DLhbuS1hQtRxc1yLajBHo1ftSOmuypGog0EEThpBWw4xiIjM4vJtWLAr0T4wtqQkoJ8VFGAjnDGZCJc1NpA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251106.1_1762467612325_0.45148949743835765","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251110.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d456ab1017a97cf9b9671f3a6b8d71c56917d2af","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251110.1.tgz","fileCount":536,"integrity":"sha512-mfO+hemOC5aPUZg/3rL+84tBo+uELYjzDeibQ4p3jGs8Uy55BeyJqUPCxn+Z+xuT7XFaimiOEhd3UvQ4eVlipw==","signatures":[{"sig":"MEUCIQDaGu4Xj7wNQBQpykJZD/7efn+KI/RRmTomfpX/Qh6l9gIgHA9zrCRd9EVOwdilbj2GjUJXAoYrawThWOv45Y+wR1Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305446},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d4da42d9-ee6d-4a4a-9452-2920da2e0207\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251110.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d4da42d9-ee6d-4a4a-9452-2920da2e0207\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251110.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mfO+hemOC5aPUZg/3rL+84tBo+uELYjzDeibQ4p3jGs8Uy55BeyJqUPCxn+Z+xuT7XFaimiOEhd3UvQ4eVlipw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251110.1_1762813108767_0.6697371775815983","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251111.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251111.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"03faa329544b0dece31ad97aaa144006a4485062","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251111.1.tgz","fileCount":536,"integrity":"sha512-UhaQimTCZ+50/8TwkG1o1R2nLW1+IAHd4HgHiqu93OarV2Wo1JwtVKww8twXA6W+TCSWCEsOYVeerPyskkYWdQ==","signatures":[{"sig":"MEQCIBQRL7HhSVjFokiE5nlYW1Jmh56/VLYZut95ok/JZgzdAiBJCM7pp7B983q847FMVkY1fsoJ0xQ1vGh+MJigvov3Ag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305446},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2fbf2fa5-c4ef-4b79-a4ce-dc1fa197cc2a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251111.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\2fbf2fa5-c4ef-4b79-a4ce-dc1fa197cc2a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251111.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UhaQimTCZ+50/8TwkG1o1R2nLW1+IAHd4HgHiqu93OarV2Wo1JwtVKww8twXA6W+TCSWCEsOYVeerPyskkYWdQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251111.1_1762899819523_0.8553523824914346","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251112.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f17ad074212c34e1e822e5b7736ee3f581e06783","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251112.1.tgz","fileCount":536,"integrity":"sha512-q7R5clBlpDnNdOiUljnAOAXD7XI5xRgu9oF8Gj3NmHgoZLLCjK7KExFw9DtBscrRyEYGDRVPEJzjGvu3xqEh0w==","signatures":[{"sig":"MEYCIQChMVZwQFF0rF5Ll+6C72g1vDQFCECCps7vwSqlUHyWeAIhAPZucXJnBGUPtZf+GDT6j5bEi10TEMGCFxnKCxrKR4Nd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305446},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aef95b47-abc5-466f-89d7-e50ea9eca4b7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\aef95b47-abc5-466f-89d7-e50ea9eca4b7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-q7R5clBlpDnNdOiUljnAOAXD7XI5xRgu9oF8Gj3NmHgoZLLCjK7KExFw9DtBscrRyEYGDRVPEJzjGvu3xqEh0w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.6","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.0","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251112.1_1762985651817_0.5586269883477011","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251113.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1db60466f57f189d17c7ad2b35fd506faf2667c7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251113.1.tgz","fileCount":536,"integrity":"sha512-cPsF2duh6pslOQKiOC2U3SgD+y4twUc8CXWgRh9dw46xYy+EHTWpj6UuBCBb4If2GVp+a8Bsl4+9fbENuiOLgg==","signatures":[{"sig":"MEQCIAFV/vUXVD9Z8zi0Xl6oXC/3qigt8l3Ner9J9mlw1jCQAiBTB7dcsy6jxgcs33DP+e3L/IRhrUZDNlAD+bB0SdhjYg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\66694c8f-c58b-4259-99b6-b6a512d12916\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\66694c8f-c58b-4259-99b6-b6a512d12916\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cPsF2duh6pslOQKiOC2U3SgD+y4twUc8CXWgRh9dw46xYy+EHTWpj6UuBCBb4If2GVp+a8Bsl4+9fbENuiOLgg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.24","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251113.1_1763072634554_0.17022977724015753","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251114.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dd128d75ce77cc42bad7f908825257219afa0409","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251114.1.tgz","fileCount":536,"integrity":"sha512-TzVfMrVKNHc0gILL0UBgR/nD3FDOfvQZGEexiqJsc///KPlb6/ndrgbtk/AZYQDXwWqFW7CYcypGluXu1RNWSg==","signatures":[{"sig":"MEUCIQCLAj8058HGKb8miIs8r/Ookl3WSPxyZFeNuFcQX1endAIgHB+zeCvPYrx30sOa/6l2lpONoEe/SUDCR5lLZ9q/ArA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\921a3cde-be3c-4a45-9ca5-47bf93cdbf4b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\921a3cde-be3c-4a45-9ca5-47bf93cdbf4b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TzVfMrVKNHc0gILL0UBgR/nD3FDOfvQZGEexiqJsc///KPlb6/ndrgbtk/AZYQDXwWqFW7CYcypGluXu1RNWSg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251114.1_1763158780275_0.05193712901043246","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251117.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251117.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"65bb5e96368ccfc9a07e8743a2392b9222403b3b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251117.1.tgz","fileCount":536,"integrity":"sha512-ebA4i640YZytyMoYIIi02CUZQU+G6+SY+YFEB5n0hJ8cz0hYDgtYQeW5MTomoQBVWn2vBQOQH1sYbB/38ShOdg==","signatures":[{"sig":"MEYCIQCZeKiMg7DTJi2xzYB+kEV5t6LlzgOmoV/uXsL77wVESwIhAISAKlfznzN3hmQhM5UWYbt0fPZWc2hCsgffp1dV/7Cz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\788f41df-c114-478c-9639-4c09dfef6cbe\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\788f41df-c114-478c-9639-4c09dfef6cbe\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251117.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ebA4i640YZytyMoYIIi02CUZQU+G6+SY+YFEB5n0hJ8cz0hYDgtYQeW5MTomoQBVWn2vBQOQH1sYbB/38ShOdg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251117.1_1763417737777_0.3661231161096634","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251118.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251118.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f81939deaf3fba621c1a66f4bafd0a0694829c09","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251118.1.tgz","fileCount":536,"integrity":"sha512-2nx7S0PgzZI4/8S1U0q0mrOthCylQ8CbKAwfcxKbAPtr9Telqdl9CuaX51RI9vcQM/3ns3+H5kicrvxKBiIj3w==","signatures":[{"sig":"MEQCIBgL5/Njvq78Ft/mJ/lTnUVpRtide0AAFUCQyGkPthnQAiAai7JgVjVfLyiM3oPtj/glSq9Q1DC3HhG38xC4V9ht4A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\40d1b9b6-fbc1-4bf0-b2c8-d86343ba954e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251118.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\40d1b9b6-fbc1-4bf0-b2c8-d86343ba954e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251118.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2nx7S0PgzZI4/8S1U0q0mrOthCylQ8CbKAwfcxKbAPtr9Telqdl9CuaX51RI9vcQM/3ns3+H5kicrvxKBiIj3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251118.1_1763504453466_0.5370622983048021","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251119.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c9c65d3c2a93f57498fb343e1edada263817f8fd","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251119.1.tgz","fileCount":536,"integrity":"sha512-wluyJuWcbUsFzB4wjHZ1IK6i0R9wQY0TtCrEO5xZnZJqD3finWJEyir0EgUohVZQQzlQ2rBKhE3W/RfaJUWhxQ==","signatures":[{"sig":"MEUCIAmokZRkYfYUVr23WLRcRgx0mVsPbILeJfs/lxZM71nyAiEAyuQ/M2HTEhAYZnZi4lgFAFcxtIcn2eiBKERrgdNmBFE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7830481f-9f52-4486-a41d-272b06ad9b2d\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\7830481f-9f52-4486-a41d-272b06ad9b2d\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wluyJuWcbUsFzB4wjHZ1IK6i0R9wQY0TtCrEO5xZnZJqD3finWJEyir0EgUohVZQQzlQ2rBKhE3W/RfaJUWhxQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251119.1_1763590317740_0.7302961983123917","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251120.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"008b5f29da52fa565758561d8b775caaa1d8b554","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251120.1.tgz","fileCount":536,"integrity":"sha512-baBTftq93GTprmM9zNGlf0jNQpKtIJhDroOhKw3GZDbirzXHuF6qSC4v/dWkXfDsucchcVeWpo6HoWSnaUFV0A==","signatures":[{"sig":"MEUCIQD7SYGLxUdmPJl1RXs3/m91ryetDoPGpZz7+oYt9x3ZkgIgIfya9rxr0UzPfORScKZW3DYWsUwAIYMPmtIilER2MTc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3a355db5-d6c5-4b66-9a54-8116a7fa5a1e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3a355db5-d6c5-4b66-9a54-8116a7fa5a1e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-baBTftq93GTprmM9zNGlf0jNQpKtIJhDroOhKw3GZDbirzXHuF6qSC4v/dWkXfDsucchcVeWpo6HoWSnaUFV0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251120.1_1763677251435_0.7771962214715791","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251121.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"13e179029887bed7dc71ec52da854172e27e8bfb","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251121.1.tgz","fileCount":536,"integrity":"sha512-yKwGOjdEn3CltjIoVyFisvmCWYnrC1T0laRNz8aIVTqXbEUByufP+fyaoL5IcymKk7nP+X1x8swjk+KvZs0OIA==","signatures":[{"sig":"MEUCIQCxgXRQdMi4ulDnP8XCLYz0EJBDHCqI+WVAtf+Dh5rYyAIgfpYezufNQZfOvkRrcfS4GrDjFDrQcGj+oBn5TxN1Ee0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\520d54a5-e8e7-4e7b-af19-f719c7499c33\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\520d54a5-e8e7-4e7b-af19-f719c7499c33\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yKwGOjdEn3CltjIoVyFisvmCWYnrC1T0laRNz8aIVTqXbEUByufP+fyaoL5IcymKk7nP+X1x8swjk+KvZs0OIA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251121.1_1763763440393_0.12363035244376364","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251124.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251124.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"40f44a379cdc3d211cda6822120a8139a75d1713","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251124.1.tgz","fileCount":536,"integrity":"sha512-8+PE5fjfdARq26noYyjSudp4DLppaHnGCdQ9Hy51HtD6Z/0Dm/odg2JLPzAXapJXl0c7f+kjKbWgMydfXQk/9Q==","signatures":[{"sig":"MEQCIEa2Kw1NLwQ+B7IJ4cMBoQKeYtV3d+/H5diXvqvRxjxdAiA9KC8VgmwNjmzIZcl5L9PHk5FgxrxPOpI5UIBawKK2xg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ece74c97-a849-4b24-a61a-afd874310062\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251124.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\ece74c97-a849-4b24-a61a-afd874310062\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251124.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8+PE5fjfdARq26noYyjSudp4DLppaHnGCdQ9Hy51HtD6Z/0Dm/odg2JLPzAXapJXl0c7f+kjKbWgMydfXQk/9Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251124.1_1764022647865_0.047113321066511116","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251125.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251125.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fefb3f450b43929192997709039377155c2d9963","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251125.1.tgz","fileCount":536,"integrity":"sha512-6vU4F1Xu00EyOdqeOKW1KPNXGWTBtR5vjEQ5ocNpdY7jloy5oqtfQgDrWr7EjZtVB7yrjxnboYbUuV+Kqy6ZoA==","signatures":[{"sig":"MEYCIQDjrELWPcYladO0TWKCCp+xHvL8u7Fxs0rFVQOVH6t9yQIhAIJeKkEthmr44jAocmZgjFIVT63XkSzIiIhRNx+xtb06","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3047ed82-46c3-42f1-bffd-8b605aa7e51a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251125.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3047ed82-46c3-42f1-bffd-8b605aa7e51a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251125.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6vU4F1Xu00EyOdqeOKW1KPNXGWTBtR5vjEQ5ocNpdY7jloy5oqtfQgDrWr7EjZtVB7yrjxnboYbUuV+Kqy6ZoA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251125.1_1764109362569_0.43784988757533894","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251126.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"493f57612a657badc1741d2b7468374ddda4317c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251126.1.tgz","fileCount":536,"integrity":"sha512-dYEMZHI90dqWonW9d35nc2tAXTysww156vZoz4M1gcjC4tAywfEAHVTLY2bwVjz4HAySANiWmvJfUjVl/HpXag==","signatures":[{"sig":"MEUCIQCP1lxYWUbQyJKX1RhjmwO19itnP8COqxFTTcWumgUjTAIgKqL9wVAG5/PgzY/VEgBYfjMf3mfEzloZWWOXrv9sDhc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6f0c09fc-d784-4287-a646-7727a7cbd241\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6f0c09fc-d784-4287-a646-7727a7cbd241\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dYEMZHI90dqWonW9d35nc2tAXTysww156vZoz4M1gcjC4tAywfEAHVTLY2bwVjz4HAySANiWmvJfUjVl/HpXag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251126.1_1764195248636_0.5226757538372182","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251127.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4dd04dbe27b57a6a59cf12f0eb3e5e4e281d11d6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251127.1.tgz","fileCount":536,"integrity":"sha512-2J3zv933nDcIj28iqg+pmqrDBj6mc/ZGysKIpZXDSh0ysjxUaD39TGmM7xQ0tOkbVBxay17zjmCaAXBVq01Y5w==","signatures":[{"sig":"MEUCIBPWBFfZpMa7SflvQuWjiVFs+xMnPO56G9VmVr73x4+fAiEAxnefRKrGUzCXyjaza9H/j1ARJgPBb7Gu4eJPTZx9IBI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a8015ea4-c853-4c45-85c8-cf02693b9cd4\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\a8015ea4-c853-4c45-85c8-cf02693b9cd4\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2J3zv933nDcIj28iqg+pmqrDBj6mc/ZGysKIpZXDSh0ysjxUaD39TGmM7xQ0tOkbVBxay17zjmCaAXBVq01Y5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251127.1_1764281601033_0.8523009014635967","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251128.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2001f1a94ea9ac6b900a12aedfeeae40c19370f1","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251128.1.tgz","fileCount":536,"integrity":"sha512-sUrf6Be2tN21U9hLdYXe2SPdyIgxE7Mj5yMtNsA29c5x+O3P+DXXw/rl8fWoaurGeEpkMISXPrejFqq08zT6qQ==","signatures":[{"sig":"MEUCIGKLoyd5cpLZJn4svHcT3LbgLYKxahCp6poBWKlPL+SeAiEA6YppMHNCaJseeeCaeksPHmIzT/cMoBDokjkX/9RsLrM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305447},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\daa1529b-b5a8-437d-a16a-60f97bde44a7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\daa1529b-b5a8-437d-a16a-60f97bde44a7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sUrf6Be2tN21U9hLdYXe2SPdyIgxE7Mj5yMtNsA29c5x+O3P+DXXw/rl8fWoaurGeEpkMISXPrejFqq08zT6qQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251128.1_1764368019669_0.21889821229749917","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251201.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251201.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251201.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e17fe8f4f1a88336616f144543c291b1c95fd7ff","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251201.1.tgz","fileCount":536,"integrity":"sha512-s17KMY713EfhubYt/+TVBq/VC73zROg682qs7oBvwkj5BZFZz+FhJpoRsc7RxkF+AQja3BS/edJek+LXoyNAIA==","signatures":[{"sig":"MEUCIQDlNtxmJjmOaKjaysVO7qgPSOSI2I5HSujKk6kWFl8pawIgJkENygO3DSYgEQH0ilOw0wqbUqMyfK8g7ruftVzLU5c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\181e157e-bd6f-4aed-b055-8e5e8c17594b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251201.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\181e157e-bd6f-4aed-b055-8e5e8c17594b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251201.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-s17KMY713EfhubYt/+TVBq/VC73zROg682qs7oBvwkj5BZFZz+FhJpoRsc7RxkF+AQja3BS/edJek+LXoyNAIA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251201.1_1764627460922_0.1816398480615613","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251203.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7268e76fa7396ef7382ac23ebf8b4056a8900c3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251203.1.tgz","fileCount":536,"integrity":"sha512-AoickRgs+6ARlE3Ce2ywSIOw5wR09kekHqG1WYEiuWeHYwC85HZK9xybYUDfjsPqrAQKBrHOtNNerhu9SEIfiw==","signatures":[{"sig":"MEUCIDnjFgaTNM2cQXQl0FbnTVShiMTpkzz6IUglWz9gy+fdAiEAruxdnJUVvMP3sDAN/pkrpRnPKNxaMELfaVgypEoe5Jo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e6b4d5d9-202d-411d-90bb-f2edda14a05d\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\e6b4d5d9-202d-411d-90bb-f2edda14a05d\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251203.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AoickRgs+6ARlE3Ce2ywSIOw5wR09kekHqG1WYEiuWeHYwC85HZK9xybYUDfjsPqrAQKBrHOtNNerhu9SEIfiw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251203.1_1764800577650_0.9658962168391216","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251204.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"adfea53eabd1b645a4741f2b14c75a96cb30c01d","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251204.1.tgz","fileCount":536,"integrity":"sha512-HrW9k7cihQeRfzQAdkGxmhhGRslBrQMeDUDnNjOrHyikinTS1R3MCO+MpVJN/ESfHLAQUwF8qdXf13HTY+fLmw==","signatures":[{"sig":"MEUCIQDUjgmX1RjAsleAUR1wzAwU/qpEfVCeWSS1U5SZjt0rMAIgMmLVCueHKYn6yc12P5cW/fAS6GG6Z1qD6SS2vcZaP4Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3756f6fb-f321-4baf-a32b-88f7c155758e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3756f6fb-f321-4baf-a32b-88f7c155758e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HrW9k7cihQeRfzQAdkGxmhhGRslBrQMeDUDnNjOrHyikinTS1R3MCO+MpVJN/ESfHLAQUwF8qdXf13HTY+fLmw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251204.1_1764886894318_0.7209564449686761","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251205.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251205.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"11cbcaedac52018132976466a7f974ca6bed3a84","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251205.1.tgz","fileCount":536,"integrity":"sha512-ImrosVD3UFxl/pLR0PCQ4g7jRrvrE1giOmjbD+sRXnfEYZLY+D9XGJCaAIfe6geUxzHwolMLmMaIT/cv0lcZ8w==","signatures":[{"sig":"MEQCIHq1Y4Qp1+3xpAKgyjkMrUli2bW4MIVINRqDF1PVc1f0AiAn5NXoCK21PYS1S/O996kA7oPzmUAHO7Zh38gV6CmuZw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6bec8fa3-fec2-473a-9a9a-ec1600db2dda\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251205.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6bec8fa3-fec2-473a-9a9a-ec1600db2dda\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251205.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ImrosVD3UFxl/pLR0PCQ4g7jRrvrE1giOmjbD+sRXnfEYZLY+D9XGJCaAIfe6geUxzHwolMLmMaIT/cv0lcZ8w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251205.1_1764973064239_0.13168449090673273","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251209.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5758740059393d777c7cd76041bebd2f45f6e138","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251209.1.tgz","fileCount":536,"integrity":"sha512-Mj+PAqyJNgBF7qZu4nqiIn4E281M7kF72vYtVTAcO10VubYsn19KcuudgOW70okIfmNtg8Y6m5XAMAclg5RojA==","signatures":[{"sig":"MEUCIE9/Rn4jlg+4HynNW+RzeYCbfUeIpx6j2M8zWta6VdA+AiEA+AcrCujeCFzf6fU2YQfByG1RvmH/hJnfO0c+ocJLsrY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29d2b5b0-7960-4bfd-8d8e-f7e45140c798\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251209.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\29d2b5b0-7960-4bfd-8d8e-f7e45140c798\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Mj+PAqyJNgBF7qZu4nqiIn4E281M7kF72vYtVTAcO10VubYsn19KcuudgOW70okIfmNtg8Y6m5XAMAclg5RojA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251209.1_1765318901027_0.4549653916480463","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251210.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a4f4d864b6b46dd7fde57da2650d29c4d696f16","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251210.1.tgz","fileCount":536,"integrity":"sha512-jkIEVlZ0Uzdlbw/aHP1Jic+0WafPLTNS7hSOdTFonuoqRn1J77lp9/m3rZhp6NAz5XAQMWiXt/nc9/kYz63u2g==","signatures":[{"sig":"MEUCIHT4dhh2wJhMJMzHVEJ5pAv54FzVZiN/oiYcLfIqKdp4AiEAqDxWrFCM7/vt73VaSAL8Cb7ylmUQzuVk6fsX/oNUSUw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c5a3700-13bb-4940-8a64-fdca87c009f3\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\6c5a3700-13bb-4940-8a64-fdca87c009f3\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jkIEVlZ0Uzdlbw/aHP1Jic+0WafPLTNS7hSOdTFonuoqRn1J77lp9/m3rZhp6NAz5XAQMWiXt/nc9/kYz63u2g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251210.1_1765405298763_0.6202906640016819","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251211.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"26c274b5b63155d4e1998fc378cb05968e265dba","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251211.1.tgz","fileCount":536,"integrity":"sha512-LadV0ApA9DS9AOrvSvgCChGMu5SHLLWiU/bKPkNVZvdzSbho0L18EORAmNVEC6ar/MsFVTGt2bs/7fo6GF9DaQ==","signatures":[{"sig":"MEQCIHolf+Gp0g70BpRpldMRbWkiPjSg9ovxZEPpdiWTLidAAiAg4emqBsXaIKqgAhpdfW6GEzCoRYtkxXQmkap0zx0H9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89f9f28d-b12f-4451-a171-f49349313ded\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89f9f28d-b12f-4451-a171-f49349313ded\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LadV0ApA9DS9AOrvSvgCChGMu5SHLLWiU/bKPkNVZvdzSbho0L18EORAmNVEC6ar/MsFVTGt2bs/7fo6GF9DaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251211.1_1765569218563_0.9381155720464909","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251212.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a38fedbd836923b6879a2741697d0eacd2e94290","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251212.1.tgz","fileCount":536,"integrity":"sha512-47B8NlLyBF0625uqpnZ/gD8iX758xfCsrnbQWg7CnRiAnKD54+mJIMsLTNJSC+nNHZ8+HSQ4LcW/QvasAxftuQ==","signatures":[{"sig":"MEYCIQCagck0rIrrGqgmJNe/Hzy1k75MLIhGNa/C+wgPo5sHoQIhAKMrbjulx6WlCCOnJ/tHdu5D75vzE1QkVl/16lwbX9UR","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3bca4e28-54e3-4166-af45-86773484502f\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\3bca4e28-54e3-4166-af45-86773484502f\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-47B8NlLyBF0625uqpnZ/gD8iX758xfCsrnbQWg7CnRiAnKD54+mJIMsLTNJSC+nNHZ8+HSQ4LcW/QvasAxftuQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251212.1_1765577740658_0.15779400590866666","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251215.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251215.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251215.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f92758c8f3208b4219c88bf71f99731f2c8a3a0b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251215.1.tgz","fileCount":536,"integrity":"sha512-HR6cnlly6xPn3XuAHNEZTfeT1Arp003VfWW2tOUyWuRk7fQj2dnYS9sKtu4vCD8N2p3DpPZO33Q2CkyZ5WIfFQ==","signatures":[{"sig":"MEUCIQCo9RkKyE2dsLliELuY+hFeT/yCWINCYyUuFMxuQ/pbmgIgIilYNS3BVBY4mKcoahJQVsIVZDjRXkrwzIshaYlnSoA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8edcc0fd-a57a-495e-a3da-18641550831d\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251215.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8edcc0fd-a57a-495e-a3da-18641550831d\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251215.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HR6cnlly6xPn3XuAHNEZTfeT1Arp003VfWW2tOUyWuRk7fQj2dnYS9sKtu4vCD8N2p3DpPZO33Q2CkyZ5WIfFQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251215.1_1765836959844_0.7983074123645111","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251216.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251216.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de0de77f067981639e01ab02f7e000c611fe3b9a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251216.1.tgz","fileCount":536,"integrity":"sha512-TVTuMXrM0/6m4dEu/epBj4rnCEWAlr0+XHyG87AQasKU3+KIAAi4M0sOwi78NDllw0fJjYscUCZBoqAssP5mnA==","signatures":[{"sig":"MEUCIQD/FY1qhVrMi9LXSqA4/0rhzoHWZ8NihjUvxWg7QtYLuAIgUeX6cg9+UamvmkVgEPRmJ4rshjR24bhfdzPOIhgMGJw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fcbfcae4-9d93-4029-be59-51de8d661d54\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fcbfcae4-9d93-4029-be59-51de8d661d54\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251216.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TVTuMXrM0/6m4dEu/epBj4rnCEWAlr0+XHyG87AQasKU3+KIAAi4M0sOwi78NDllw0fJjYscUCZBoqAssP5mnA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251216.1_1765923239731_0.20641903263599848","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251218.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d45273a76ac9f51088913409a8f4c600d130057","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251218.1.tgz","fileCount":536,"integrity":"sha512-e1glOCmrKkvzUWiEvO6gyhvmCjVqQ7rNZastAbW7eHP1SMDbiP3wyFu9c5gboUvnNAWM3MakCxvnpEH8Al+Y0A==","signatures":[{"sig":"MEQCHwMJ3k2cOTYbP5p/InFXWxVZKBjHREpOhmnu201Ns0wCIQCnQY4T5mqs8fd2827BYVU0dg560shq01KHVLPf1dm3Lg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\80f160ff-13e7-497c-8a07-ad7ee96b78dd\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\80f160ff-13e7-497c-8a07-ad7ee96b78dd\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-e1glOCmrKkvzUWiEvO6gyhvmCjVqQ7rNZastAbW7eHP1SMDbiP3wyFu9c5gboUvnNAWM3MakCxvnpEH8Al+Y0A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251218.1_1766096433405_0.7778457886438779","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251219.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27cb466e8ff63dbda231bc006e5f8c70af919b53","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251219.1.tgz","fileCount":536,"integrity":"sha512-TTh5VdE82udxZ/fuSi6okig94vflwBKxaQZPxlWr7e1WxC1GyKKXjEsuLuqw/NzASxlnvziC99dtoEYVZ9B3CA==","signatures":[{"sig":"MEYCIQChmBsllIYYoHbArfMWcAlFs5q/GnSieI2tMJb4GL8cyAIhAJT5FbEYq1IgRCMmwy5Hng+WnKhS12Cj27iqEdwOn4P6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4743cb02-9d6b-405b-bb34-c36d64677164\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4743cb02-9d6b-405b-bb34-c36d64677164\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251219.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TTh5VdE82udxZ/fuSi6okig94vflwBKxaQZPxlWr7e1WxC1GyKKXjEsuLuqw/NzASxlnvziC99dtoEYVZ9B3CA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251219.1_1766182754464_0.174734222718538","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251223.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"386cef49a056bb44042f6f0c50cc8173bb5f6781","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251223.1.tgz","fileCount":536,"integrity":"sha512-BuT7X5DCJw6gagtF73yBNKyqjjhtqRMNzWbgYYVEu9j/k/PGpNDVzgviRGghTY3lDpiJg0Nj4uV+nwurKmohkQ==","signatures":[{"sig":"MEYCIQChrIXgB2Sp6AmcYF/kr7cWcPQA3YazLC+xn1hK2kT0cAIhANpQWSE5xikZJyntMtDXxRtRLgINB2ZORoe90n3fsw0A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7c787850-0f7b-4d73-bf09-b16469cc1a95\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7c787850-0f7b-4d73-bf09-b16469cc1a95\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BuT7X5DCJw6gagtF73yBNKyqjjhtqRMNzWbgYYVEu9j/k/PGpNDVzgviRGghTY3lDpiJg0Nj4uV+nwurKmohkQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251223.1_1766528092304_0.3508575147647006","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251224.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9f40079a450a56977f620e0821fdb97720cdb5a7","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251224.1.tgz","fileCount":536,"integrity":"sha512-YkTfsW20AFwqN8L0UrqNbPcI4s3hJdpoyoFCjtkNAktpQepDEDOwbbmk3MYfIXvZn28112t/4yr02mO46d0C1A==","signatures":[{"sig":"MEUCIQDu5MBULUYL6qPHNJPzIN+j7ictRDLB1U7u6ebjNsr/aQIgXfTAv/u7SvlWF8PbXcXZSZEqNCVuAb90h786FYd451M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e8208c3-7dff-4e74-9c2d-41cb66c459e7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e8208c3-7dff-4e74-9c2d-41cb66c459e7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YkTfsW20AFwqN8L0UrqNbPcI4s3hJdpoyoFCjtkNAktpQepDEDOwbbmk3MYfIXvZn28112t/4yr02mO46d0C1A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251224.1_1766614460307_0.15322781576741185","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251226.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0627603632d669959f43137b281e1e98f5c29194","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251226.1.tgz","fileCount":536,"integrity":"sha512-pNn0kSAo7ucn15/qNzZopkVM9faf3aBXNKaw0axVTzziWRN4XV6vZE/DiGF4/CoLWUemgTI40Jb9SOqFkSKe2Q==","signatures":[{"sig":"MEYCIQDx1eD79KvjiSG96IM59/P0ZTJqowHFqCeeTUl6nizn+QIhAMQaZmU1VLTwXh3mEGa/WMTcDWFNKa3Kmfh9kxAdMybm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\031d793a-22cf-43d6-a8c6-88173e80b612\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\031d793a-22cf-43d6-a8c6-88173e80b612\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251226.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pNn0kSAo7ucn15/qNzZopkVM9faf3aBXNKaw0axVTzziWRN4XV6vZE/DiGF4/CoLWUemgTI40Jb9SOqFkSKe2Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251226.1_1766787173452_0.6569566310758952","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251229.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251229.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251229.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"15563b99ce995899f6ee273cb38260158e5fa969","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251229.1.tgz","fileCount":536,"integrity":"sha512-EOGkCl3KnYzFF+kjiUikAdvsat7+pUqeGlnai8dwPEv2TdJml29PabEya1+CiArle1W8VrJybXKAAdJLw8Mkvg==","signatures":[{"sig":"MEUCIEu4Ou6jgy91QhVS3aJUVQdtxQHR/6+XenVQdJAMsHTkAiEAw2x3lfIZ3SEqdToYghEsHeKoKmSA02TBTtMqaipwG8U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49c03da7-4193-4548-8ab6-a69a1f3fd047\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251229.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49c03da7-4193-4548-8ab6-a69a1f3fd047\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251229.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EOGkCl3KnYzFF+kjiUikAdvsat7+pUqeGlnai8dwPEv2TdJml29PabEya1+CiArle1W8VrJybXKAAdJLw8Mkvg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251229.1_1767046683278_0.08960709176354476","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251230.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251230.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e050f5beadb71eb9fa6fc28b05cca12629f41c84","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251230.1.tgz","fileCount":536,"integrity":"sha512-mvXhouGb1kK7BTC6TRbq1ORDAAQUsRQ3ZAJPihHH9nqmS/qyJzqyVhhe57fdQb6orZvu2U9jli1qjVrzma/SwA==","signatures":[{"sig":"MEQCICpbX81tZSay55l3Y7yecBF3YMhQpIHkvoKx0VzYDf4xAiASsWFfHHWTlM1A6iEqHdbKj70lENWJJeMj2o5GLfw/JQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3edc464b-be21-46dc-86d8-fde8b27bea09\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251230.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3edc464b-be21-46dc-86d8-fde8b27bea09\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251230.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mvXhouGb1kK7BTC6TRbq1ORDAAQUsRQ3ZAJPihHH9nqmS/qyJzqyVhhe57fdQb6orZvu2U9jli1qjVrzma/SwA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251230.1_1767132794421_0.6854169039971665","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20251231.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20251231.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20251231.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b8ca233b19e4278a78f7fe3b18de32ef4cb5b64","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20251231.1.tgz","fileCount":536,"integrity":"sha512-gJXLFnvPsnqKniNfiTtCBLLAY7PxWnYzTETRMuvg2idjWenLAmUS5SS9QtANezXLF2g4kZ2Mky6BjDh5VSj5dw==","signatures":[{"sig":"MEYCIQDvOxslLsZD4l0UMm+UMGeFHiGKKFV45Te+hcbbQN/8SQIhAOEaHUHoDlQcaEgnZ/s2bRDEWd6WranYkjrqgXdUJ5iK","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fbe0ee48-0057-42dd-8f2f-9a7919d5e7c3\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251231.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fbe0ee48-0057-42dd-8f2f-9a7919d5e7c3\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20251231.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gJXLFnvPsnqKniNfiTtCBLLAY7PxWnYzTETRMuvg2idjWenLAmUS5SS9QtANezXLF2g4kZ2Mky6BjDh5VSj5dw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20251231.1_1767219253599_0.8894366189512521","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260102.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260102.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"325460dae52222257c3a058e289f5f78d1642f9c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260102.1.tgz","fileCount":536,"integrity":"sha512-2oE8BOcTMttjlfRcX8WRI7lMXX3saUWPcTJrvq+487Zprluj6Dj28hnbGwbl/wz318U+2C2NZvibmlFYYkXgFQ==","signatures":[{"sig":"MEUCIQDZF4WzPdBtcp8kw/tykJkfQljuvD+kHwwtv9aPoEQNeAIgad/adSlXgMPYnmwpJ5Rdf9Po1MoNNimB5puUyQaB0tI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\06acc020-1f4f-4c18-be2c-613a2a3861ac\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260102.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\06acc020-1f4f-4c18-be2c-613a2a3861ac\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260102.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2oE8BOcTMttjlfRcX8WRI7lMXX3saUWPcTJrvq+487Zprluj6Dj28hnbGwbl/wz318U+2C2NZvibmlFYYkXgFQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260102.1_1767392016245_0.9279423528690269","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260105.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260105.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73d41f515b3f55779eaf05eb478678de1bed669e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260105.1.tgz","fileCount":536,"integrity":"sha512-XReqpRY+szIzHRxDzbMqkZ2Cg8TQkkTH6lSZ4eZY9Tp8jH3l2smMU9Q4WzHilicfKwK7nyA6HCDmz0URcbbyUQ==","signatures":[{"sig":"MEUCIQDeSylOjILGLiUCKhT1HmEoBDjRmHBGmEulPRMZyl0cEAIgeUflDaiLm03yfXw9q68LobjtCFi0PKz4xXj1lQ+Nawo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305383},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c6352fb1-4ca1-4883-ba8c-752e7163ba9b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260105.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c6352fb1-4ca1-4883-ba8c-752e7163ba9b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260105.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XReqpRY+szIzHRxDzbMqkZ2Cg8TQkkTH6lSZ4eZY9Tp8jH3l2smMU9Q4WzHilicfKwK7nyA6HCDmz0URcbbyUQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260105.1_1767651848774_0.48382804390805934","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260107.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e38fe2d6e7d387f694549712a4eaa7631ca8d907","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260107.1.tgz","fileCount":536,"integrity":"sha512-e86f1h36jjIaDCQfZ9CTj2AeEAHZN8U6e/H14AncqdhxxKN6OUzOU+sSuc3hLtwDMlWIeLI7QPLnbZFh7zHmaQ==","signatures":[{"sig":"MEUCIHTy7QahkZNgon10wC+/fU4aajMw8MsSjS0/0QJkx6hXAiEAwLXLUeGwIu1DqG77UKVFfMDMGzlk9lxBxjRJrqv0oEo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1b4500f6-f86a-4b4f-afcc-d8b6b4b9f8f4\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1b4500f6-f86a-4b4f-afcc-d8b6b4b9f8f4\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260107.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-e86f1h36jjIaDCQfZ9CTj2AeEAHZN8U6e/H14AncqdhxxKN6OUzOU+sSuc3hLtwDMlWIeLI7QPLnbZFh7zHmaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260107.1_1767824847206_0.5938566098372153","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260109.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260109.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"06995b064d7642516677dfc6ac701f895f5558e2","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260109.1.tgz","fileCount":536,"integrity":"sha512-xJhKsWrFGcIHTLTL4tRJm0xHSX+/EdmFso5LpgxS9i8LTLeVCv+vqvuapvZlfqbzXaYuK9OHZfPs8wYqaXebZA==","signatures":[{"sig":"MEQCH0KtXcfij3PAVvWTAzinV+evBUwxtj5VGdwdIlWK4XQCIQDwMDbAWOQYwB6CMzwhiPGwUCINpL1C9l6XAW7iFkdZ+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\13a1dfa9-cff0-49f8-87f4-52becd29a6ac\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\13a1dfa9-cff0-49f8-87f4-52becd29a6ac\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260109.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xJhKsWrFGcIHTLTL4tRJm0xHSX+/EdmFso5LpgxS9i8LTLeVCv+vqvuapvZlfqbzXaYuK9OHZfPs8wYqaXebZA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260109.1_1767996995037_0.5655967607715917","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260112.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f2b119bbf181ac1d72c999e2e0995b98310045b4","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260112.1.tgz","fileCount":536,"integrity":"sha512-oQAb42XUfGIzrgUHiQBC0nnzKJvBhxXAcd5WhthRkUBcTkBU7GJx5m7shnS85lNsz+Zl/8NNkV6AYou+yUw2vw==","signatures":[{"sig":"MEYCIQDqA8k7jV4RPI43osEPg0CMe7gaPIhlqcbrcwPSFwjJ4gIhALCxMsF1oV+09fn4nsIGU0ACZRYkl3UYac9od1K3XymZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0ba5c2eb-a2fa-4377-ba0f-fc52dcc8c005\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0ba5c2eb-a2fa-4377-ba0f-fc52dcc8c005\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260112.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oQAb42XUfGIzrgUHiQBC0nnzKJvBhxXAcd5WhthRkUBcTkBU7GJx5m7shnS85lNsz+Zl/8NNkV6AYou+yUw2vw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260112.1_1768256297585_0.676471917330485","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260113.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"52161ead6ef4146f627da56c12af7d0cd1672c54","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260113.1.tgz","fileCount":536,"integrity":"sha512-8vZbrnO9aRuuCP3nlrwyheN1W406mS4N4JuGLcjB8+93pIal2M3TNMqjRQNNPcMSjvkSwSH3uE8IZPG35r9HxA==","signatures":[{"sig":"MEUCIE9e4x/x3y8+v/f8sIarJ32zB+hO9HeyqssRjPoXE1UpAiEAoiw/6a9HdAHR5fb6lQnKNxUIqxBcXO/ydUxJSAx237E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d61c0317-27d1-4dec-9fbf-5ccde6839d1b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d61c0317-27d1-4dec-9fbf-5ccde6839d1b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260113.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8vZbrnO9aRuuCP3nlrwyheN1W406mS4N4JuGLcjB8+93pIal2M3TNMqjRQNNPcMSjvkSwSH3uE8IZPG35r9HxA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260113.1_1768343014699_0.8314861459998828","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260114.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0525c3d97713bbbca8f72409addaf939b5d5ffa3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260114.1.tgz","fileCount":536,"integrity":"sha512-D7rZ2IumOt+EoOYYs2fINATevQsh2OrUc7rWXG0MqwEzg1JBxT5Np7klJNCIDcof+8nHdNuC6MBaqTDlF1ECSw==","signatures":[{"sig":"MEYCIQCu75ZcqEgVAvHtiy9eMGZ4VBprFJQQnKgc02vWyH8OvgIhAMcsMQXUN3k+EhjwU9b94r8ZgzWW+DewMF30n7sx+t5p","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\88e0a966-9d0f-4be7-819c-ce90e2f8b096\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\88e0a966-9d0f-4be7-819c-ce90e2f8b096\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260114.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-D7rZ2IumOt+EoOYYs2fINATevQsh2OrUc7rWXG0MqwEzg1JBxT5Np7klJNCIDcof+8nHdNuC6MBaqTDlF1ECSw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260114.1_1768429375007_0.4792256736169924","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260115.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260115.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"277c91b26e1fd49d98a49d28a9d3bf95fe97f360","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260115.1.tgz","fileCount":536,"integrity":"sha512-Va0FOv6tZZFj3LE6WQ/+ImSAM25MfXTAf2PwpbkYztJeC5mAxr+dz6/qrNt8N1o7qybSNnNPaAn5w15wvDmTPA==","signatures":[{"sig":"MEUCIQCCwBxjeC8/JvqijBfMD97BM5k9GpTHEV7swJel65JnXwIgHGRt9Wu2x6qHsMMHLYpB0rNrhnCitSTZ5OzZX6pjjhg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d31ce4f0-56c9-45d0-bf3b-34801f8cc2e4\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260115.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d31ce4f0-56c9-45d0-bf3b-34801f8cc2e4\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260115.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Va0FOv6tZZFj3LE6WQ/+ImSAM25MfXTAf2PwpbkYztJeC5mAxr+dz6/qrNt8N1o7qybSNnNPaAn5w15wvDmTPA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260115.1_1768515839836_0.8395468079266148","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260116.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260116.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cbb16f85d34a1f001f953b1ed6bc3347c512ac0f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260116.1.tgz","fileCount":536,"integrity":"sha512-syrfaGceKEtYxgLXB1uY3ItefrKMGgL8N+spHPDrLP9xuFuZ7cSLMAfbSCvWyQvSOeh5dS9TrrSMl9KBD570Lg==","signatures":[{"sig":"MEUCID27ZDTyP+7xw8jDmQfeqLfL69FLiygjJ6XVPTvwIO/wAiEAiKpP3Fs+j7SMMf56LN/dqYOQ+rA6WPYy38OFLrBpqg0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36c7823d-5581-4941-a56c-27172ac4dd36\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260116.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\36c7823d-5581-4941-a56c-27172ac4dd36\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260116.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-syrfaGceKEtYxgLXB1uY3ItefrKMGgL8N+spHPDrLP9xuFuZ7cSLMAfbSCvWyQvSOeh5dS9TrrSMl9KBD570Lg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260116.1_1768602353981_0.5199797985116656","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260119.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"410a3b4384e96e96bbbdd94afe172e6ae36828d9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260119.1.tgz","fileCount":536,"integrity":"sha512-ESQI08vsZ78vryEjc82UWRWZGtw3V0jS6tVmu9lELmiwQa6c51V34aI4yNwpUIaGTYe5hKeMdR4TlS8Y7VxZeQ==","signatures":[{"sig":"MEUCIHE871gqmBWnxCB7WGFpPxuhUC2s7HJ4ckNACRjt2L7MAiEA93u1OJM1uDNWO93K3exmdo1+6yzphMTrYbPYpw2N7kM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77c134e6-0a66-4ed0-ba83-100633ed923a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\77c134e6-0a66-4ed0-ba83-100633ed923a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260119.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ESQI08vsZ78vryEjc82UWRWZGtw3V0jS6tVmu9lELmiwQa6c51V34aI4yNwpUIaGTYe5hKeMdR4TlS8Y7VxZeQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260119.1_1768860915226_0.16679690484746645","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260120.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260120.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8077566859c3dac53a11c1fafefa01ca9836d192","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260120.1.tgz","fileCount":536,"integrity":"sha512-ve8wyb2h4zHt+0DGbvmVBm5dBOQEuR6uDpxRdfoG54gGUjubRiBAfimjqjTsfTqtR9T63ImkVjLDVyVuGQ6pjw==","signatures":[{"sig":"MEUCIQDZpv8ZtW9VYgInCbSk7j3pyb7f/fxMatNOo+T7leDoGQIgWxLv/6l0DE7c9xwvLFUjI15xc0qCcoLGkwLABCXI0A0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d61bf15-9e65-4b08-aa1d-faebf8a5fcb2\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260120.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d61bf15-9e65-4b08-aa1d-faebf8a5fcb2\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260120.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ve8wyb2h4zHt+0DGbvmVBm5dBOQEuR6uDpxRdfoG54gGUjubRiBAfimjqjTsfTqtR9T63ImkVjLDVyVuGQ6pjw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260120.1_1768947827546_0.7200791177818402","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260121.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"13f198dae696f045ef501985d5cc9b2f614ff40c","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260121.1.tgz","fileCount":536,"integrity":"sha512-GzYwQM1H2x8hyJf8kmibYdBZ3ZBbtJCpmsvoN84v24SnT2SYApD8BrlpnxvC+IuIbpUA0txA0IV+HFUdPm7Kfg==","signatures":[{"sig":"MEUCIH1dRKocjakmkCABFi5cxaOzgKMfE8CmAEp1xbU66/7jAiEAwmlLaV/Xo2wdCsUFqKTvsvmKBvd9m38pMFibbRlsoQs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f364b5d9-2635-429e-b1b8-636f9288b565\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f364b5d9-2635-429e-b1b8-636f9288b565\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260121.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GzYwQM1H2x8hyJf8kmibYdBZ3ZBbtJCpmsvoN84v24SnT2SYApD8BrlpnxvC+IuIbpUA0txA0IV+HFUdPm7Kfg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260121.1_1769033806492_0.21361292736656834","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260122.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260122.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d649018c79b3a4b4ed9586f5263f25f2ffe4c77","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260122.1.tgz","fileCount":536,"integrity":"sha512-5R/txeP4gAIQ/NF0m4F3C8kqo3uU6RqSlPPoOyYbu0eyaCj9b7lRfSBcLQeq1Mxd3X0CfVBuBo/g76za1lgcFw==","signatures":[{"sig":"MEQCIHLQTb4/saigU/3RmVqW8Nzz70oCeQvymKivKXvDyFMpAiA0rGG+oeole9SDnxyX6fi3Tzz1jXvwxuhh8qar77N3rw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4816d12c-a4dc-4c28-964d-c2138f0ceeaa\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260122.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4816d12c-a4dc-4c28-964d-c2138f0ceeaa\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260122.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5R/txeP4gAIQ/NF0m4F3C8kqo3uU6RqSlPPoOyYbu0eyaCj9b7lRfSBcLQeq1Mxd3X0CfVBuBo/g76za1lgcFw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260122.1_1769120645117_0.504088664488995","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260126.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1988190a74cd06497d68199f740ed5852897da3f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260126.1.tgz","fileCount":536,"integrity":"sha512-rILdgaURr8MUNFkliJxu91RCFDhG1I4GJj0RnePbd9f8WWHWA8niDL0/VrhZplA0reYfF6mG1r/ai6HCP0LbAA==","signatures":[{"sig":"MEYCIQCGEcFYUZGfU/lLR8w6q+jbJQPPc/jlFgExLsQ0G618awIhAPnfpGXCT9KXELBTZQjVt+fJ0tsAxUM+hGbSRkLlArIy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\335bccde-b5f0-4819-8f15-6e5549c65f82\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\335bccde-b5f0-4819-8f15-6e5549c65f82\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260126.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rILdgaURr8MUNFkliJxu91RCFDhG1I4GJj0RnePbd9f8WWHWA8niDL0/VrhZplA0reYfF6mG1r/ai6HCP0LbAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260126.1_1769465986325_0.9719053814564236","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260127.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"669886f95fcf84ee108efc5928114649f2ab39c6","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260127.1.tgz","fileCount":536,"integrity":"sha512-N5EDtOVwINuPE5kuxGpc+mJLMzRug3ARc6FkXomE/76GSE4bCuN8IbN8Qg623Qit7gfWOounUYswZZyPFo6RXQ==","signatures":[{"sig":"MEYCIQDT0tVj1fw7d6wOeIXF8rVkyzd4xQxn9H6b7RnwWQP41AIhAIn56X9LzQQuSwQsq2TA7jhq2FW5m/gbWOMwsoA0Zo8g","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d57559f-071e-47ec-9a1d-5cfa8b951002\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9d57559f-071e-47ec-9a1d-5cfa8b951002\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260127.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-N5EDtOVwINuPE5kuxGpc+mJLMzRug3ARc6FkXomE/76GSE4bCuN8IbN8Qg623Qit7gfWOounUYswZZyPFo6RXQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260127.1_1769552322948_0.5158168819042495","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260128.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a58c991c9e91376e1997103ab536bb0b35f90dbf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260128.1.tgz","fileCount":536,"integrity":"sha512-QZwX/QE/DuUXSkyyYWdE3dUEzPMUrT/ULfjJ/nqKuIQipQOWvyck8iwpsoBmk5AOsuTL9qQBZoRZMt6uNMjihQ==","signatures":[{"sig":"MEUCIBKuk6eGIxYl9Xxm90R3PrzzIPEQodBmIdvuagESFbUVAiEAvDajDago3+L5m335Wlnzcr5BBKuOGMvn7CW2/3EADeA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7e1e4d2f-2c1c-487c-b5df-2cb6df0f3b56\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7e1e4d2f-2c1c-487c-b5df-2cb6df0f3b56\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260128.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QZwX/QE/DuUXSkyyYWdE3dUEzPMUrT/ULfjJ/nqKuIQipQOWvyck8iwpsoBmk5AOsuTL9qQBZoRZMt6uNMjihQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260128.1_1769639238041_0.9016376113986782","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260129.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260129.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8949cdbed78eb3524dd779a52932708a32f68310","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260129.1.tgz","fileCount":536,"integrity":"sha512-oj2QCBJvf1DEJ6uM0eYAZk3MIgMisqqeHi990DrnHgmKgaYZz5EfPyZmOZRl8yTnjIAvcbsd4A65WM41ULMpyg==","signatures":[{"sig":"MEYCIQDUuCgXRrYJXY350y214NwfdIJqvj76uWw1JAGAQ3EDMgIhAKmmCx5FLz3Wn+fcdmoNwi4bYQRUjRkMzq+Z2LVy17tj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae5df088-bad2-4030-b975-801b1cac0219\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260129.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ae5df088-bad2-4030-b975-801b1cac0219\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260129.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oj2QCBJvf1DEJ6uM0eYAZk3MIgMisqqeHi990DrnHgmKgaYZz5EfPyZmOZRl8yTnjIAvcbsd4A65WM41ULMpyg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260129.1_1769725286078_0.8828226752261612","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260130.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260130.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"547a6489a20d9915438a8e48ee7bab265e25f1e9","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260130.1.tgz","fileCount":536,"integrity":"sha512-xBvlTo7r3LE8ljyIOjC0boiM89bfe94Kij8mbS164LzEmte8yXLQtYy9OuyjmuLgHojYCUn3JPOnkpWuH46zWw==","signatures":[{"sig":"MEUCIQCc6a401s18io2WLLik/wRIH4PKVvPylUQNg4y4XNNE7QIgZ+JZoTDZVqqNDZyvoddaX0Csai6tNEBarUeTkws6cvg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\71051123-7b78-4284-a1e2-3329b2a0beb9\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\71051123-7b78-4284-a1e2-3329b2a0beb9\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260130.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xBvlTo7r3LE8ljyIOjC0boiM89bfe94Kij8mbS164LzEmte8yXLQtYy9OuyjmuLgHojYCUn3JPOnkpWuH46zWw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260130.1_1769811824275_0.19410918683549228","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260204.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"52fcf0036da2bf48677d20a9c5cf914617d20199","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260204.1.tgz","fileCount":536,"integrity":"sha512-sobCPezLzq9HsoYW5TA1hsRD2mLHtvnzTv3otxPotUtBbn96h+X9cZhn/8kLlOliruQHu26B9ELREVSrpPUkmA==","signatures":[{"sig":"MEUCIQCKzLCCEniyy68b7yJ3fkKiGNrUrgLfv80MLJKOtWIkAwIgEUxEKPNLl/ROwDXB0bAWd8zZ0LbhOraSp1RktlphCZs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\10d41d3e-76bf-4ab5-a6fb-15ca492afe82\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\10d41d3e-76bf-4ab5-a6fb-15ca492afe82\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260204.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sobCPezLzq9HsoYW5TA1hsRD2mLHtvnzTv3otxPotUtBbn96h+X9cZhn/8kLlOliruQHu26B9ELREVSrpPUkmA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260204.1_1770243429557_0.617844381959129","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260206.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2e34647ad4958a1f935c5e9810ecd8c883511711","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260206.1.tgz","fileCount":536,"integrity":"sha512-zoLNxSkZ8/4WsA0TvJkuQSCT389IM51/cd5XMYcnQbtDJebPrXy+j+vYuRYByoWEM3rKiKFOg3WTnucK2JbzTw==","signatures":[{"sig":"MEYCIQC7d3Ia9/fDy7Iw/izfZS7NzhCjMaCL4mvWMix9BWd4ywIhAIiRI/ZQJwol2Ygem4KoJdIjSEH2IWrxRsgIIM7rJExc","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9c1901e9-b2bd-4391-890a-98369f66846c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\9c1901e9-b2bd-4391-890a-98369f66846c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260206.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zoLNxSkZ8/4WsA0TvJkuQSCT389IM51/cd5XMYcnQbtDJebPrXy+j+vYuRYByoWEM3rKiKFOg3WTnucK2JbzTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260206.1_1770416176681_0.3060797222104221","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260209.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260209.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"349561e12a99925e426ad6808a7ca4c9713d4b85","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260209.1.tgz","fileCount":536,"integrity":"sha512-Z060OuqtML4LZP2vX1aD1QoriTQBx5sky+2U0F+AAd4wVBpHV2yPTNFsOUBULeFxXLtp2iFZK7oIDqq79rzNww==","signatures":[{"sig":"MEQCIG9hgcLo0PXS+YnbswE+IGXWMhuhxBu3OB5DBhtq77C4AiA8/54KwWkvJoJlYokHNb0wDL9gjhdSWXJko1hH7MGsUQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cfa8a484-42dd-4f97-8eb0-3d7b3b189fa0\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260209.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cfa8a484-42dd-4f97-8eb0-3d7b3b189fa0\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260209.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Z060OuqtML4LZP2vX1aD1QoriTQBx5sky+2U0F+AAd4wVBpHV2yPTNFsOUBULeFxXLtp2iFZK7oIDqq79rzNww==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260209.1_1770675373810_0.08105032647221333","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260210.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f017069d8c5187baf3248b91d9f2f2994f96b302","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260210.1.tgz","fileCount":536,"integrity":"sha512-8wqq97hUxEDYQvA42pYbZk3Wr0gmttE1K1zmzrL+QMdI7aIkQEMiInY1cD0+qsNrhElcsFV0uogbqRYhYgyF+Q==","signatures":[{"sig":"MEYCIQCCq/+fjM34lVhgn1i2YwU+gCX6898/yvgEfnHZbvsgMgIhAPWrOK0ZtFw6uFzp3OLSxKsNG/cryZUFipF/m+0ZYoQJ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55e05868-ec9b-4c93-9a39-dc0c933df30e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260210.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\55e05868-ec9b-4c93-9a39-dc0c933df30e\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260210.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8wqq97hUxEDYQvA42pYbZk3Wr0gmttE1K1zmzrL+QMdI7aIkQEMiInY1cD0+qsNrhElcsFV0uogbqRYhYgyF+Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260210.1_1770766642198_0.028971703928831527","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260211.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260211.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a6355d5cdf81fb88d747943c075347c9cbe6b827","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260211.1.tgz","fileCount":536,"integrity":"sha512-3va/ZnCl+QcmB4jXrcmwkqB4M2sMd08WwnFCllvgX/P7GTUu49ObhzI21EuF4D6mpg4Lje9raZs0c4GVuYhCqA==","signatures":[{"sig":"MEUCIHlu2FLH3SCKAgRSlZZiHRsaEYh0LLfBYGzi0hjGCXn5AiEAubcDK+xZHSEdOfBPQli3NhzN/cM4uubJ7ci1UDCj9NU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e47fed23-db02-4ab2-973c-4b52fc633175\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260211.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e47fed23-db02-4ab2-973c-4b52fc633175\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260211.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3va/ZnCl+QcmB4jXrcmwkqB4M2sMd08WwnFCllvgX/P7GTUu49ObhzI21EuF4D6mpg4Lje9raZs0c4GVuYhCqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260211.1_1770848179014_0.23125713165019657","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260212.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2010eaf06884a78faf1e2b486e7f5e5e221a99b3","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260212.1.tgz","fileCount":536,"integrity":"sha512-f73xL961XGwOVd1TGSAPY1oQsaITVE784aReEFvdp1AwgM+CFwkKLn/jT/dC3KWldwI43CksDyH4bCaM8IU2yA==","signatures":[{"sig":"MEYCIQDsD+YHBZ0lkODX1yt9HeknTPHWY80nMHwWeIj01wUcaQIhANH26sWoD3QPy9AOdn9uUPYAHI9K7KHpVBWOE4iPrDBe","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\02ae372a-4495-44fd-8e08-a93e890658ca\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\02ae372a-4495-44fd-8e08-a93e890658ca\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260212.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-f73xL961XGwOVd1TGSAPY1oQsaITVE784aReEFvdp1AwgM+CFwkKLn/jT/dC3KWldwI43CksDyH4bCaM8IU2yA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260212.1_1770934512600_0.2109315612295517","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260213.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260213.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260213.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f1f7c92ab22f978789b8d5e8bbf1e843a7218baf","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260213.1.tgz","fileCount":536,"integrity":"sha512-FIH8Yid/AIgS8a1SEZjS/kWmAzPy8Tl6COhdd9Bal9bdMj9k2eAh+IeWuuNJgC8MI8qjUWLOkakWulEWM4gE2Q==","signatures":[{"sig":"MEQCIEkqJ1eM9T2XuKpJKmbsMiyTIJibWgSgsaGAvgJGyBl6AiAlBhXhVcsQde70k0ixHRhh35KKycVUJu5ovXj2ZGje9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a3d841a0-9961-4c0c-8ddd-3642ec684d54\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260213.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a3d841a0-9961-4c0c-8ddd-3642ec684d54\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260213.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FIH8Yid/AIgS8a1SEZjS/kWmAzPy8Tl6COhdd9Bal9bdMj9k2eAh+IeWuuNJgC8MI8qjUWLOkakWulEWM4gE2Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260213.1_1771020852465_0.4909746294323465","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260216.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260216.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6ce50395bf5e9241df3c181b2379043bf5255e1b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260216.1.tgz","fileCount":536,"integrity":"sha512-xiX0myLrhX7nh9PQWUTrujNZk0tbGtN8QmG8avYcPLTzk6uLXOAwx+CisuE5COgwhI3C/vee6oG5xlWAvALZ4A==","signatures":[{"sig":"MEQCIAFDqFrNw/KViIcnq1zFygBEKHLr+F/O2MDrZjAxPC01AiA/bj4htkZzEwXsi5W2FuPLFqi7wia4rLthtoKfN/tE3g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\736952ce-4337-4a80-a1a7-23bc1ace0d7a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\736952ce-4337-4a80-a1a7-23bc1ace0d7a\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260216.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xiX0myLrhX7nh9PQWUTrujNZk0tbGtN8QmG8avYcPLTzk6uLXOAwx+CisuE5COgwhI3C/vee6oG5xlWAvALZ4A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260216.1_1771280191586_0.9595920765766199","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260217.2":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260217.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260217.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"00b2c3894270781c6a86aa6e0bbf64921188136b","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260217.2.tgz","fileCount":536,"integrity":"sha512-l2bd52AzgCJSoIRPiLtZSbJOkiFy6xBF8T5VatHmBthsAlnwnpA6ct/OhSzZD4D3WKRQK0fIrgXMwc8txLrKog==","signatures":[{"sig":"MEQCIAWwgvdXu7rHqNmEjw/hCUF2cMyLkhpG7WNZQVLnIiOfAiBXIFBljpZesq48C2ayBIoqzMCkx1850Cs2Gq2W6IG8Zg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b62b794a-4b42-48d2-a068-247c9206258b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260217.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b62b794a-4b42-48d2-a068-247c9206258b\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260217.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-l2bd52AzgCJSoIRPiLtZSbJOkiFy6xBF8T5VatHmBthsAlnwnpA6ct/OhSzZD4D3WKRQK0fIrgXMwc8txLrKog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260217.2_1771366731730_0.7448133645473938","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260218.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"231c84b5df78d73239719e8b533eb03110437a3e","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260218.1.tgz","fileCount":536,"integrity":"sha512-A7uHT1Ioz4I2WJ4bcuL8xcAljc6/tzUR2fk/Q2j6TeYXQVOoIa6brzZff9a5C42Zlyhnnf5Mk65KPucZFAH7tQ==","signatures":[{"sig":"MEUCIHoo0Wg1b8N1UF6uNCP0owgXx1WqMgrkLRFGklfciK5pAiEA98g7BMG7HwEjTTmalMmL2NG8cb8cfBIurA4f0LE5BcA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\83bda72b-a1fc-4ee4-bd4b-a7d86f30aee7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\83bda72b-a1fc-4ee4-bd4b-a7d86f30aee7\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260218.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-A7uHT1Ioz4I2WJ4bcuL8xcAljc6/tzUR2fk/Q2j6TeYXQVOoIa6brzZff9a5C42Zlyhnnf5Mk65KPucZFAH7tQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260218.1_1771453601901_0.09555801883431525","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260220.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"895d47036f2c77914d7f34e96957dae4088b5dac","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260220.1.tgz","fileCount":536,"integrity":"sha512-W2wdC1QoqfcQsjGsfprHATqZE1MBSEOXIXVbekJ7wXWnB/Q4/BqzvfghZkC4PsV9hnxhAB74H8IASGM6YGVfoQ==","signatures":[{"sig":"MEUCIHVuGzdbvt2LkP2kweCJeZa/GSamb8f9cJ8A7PPTahUSAiEA6VgY3HzsTcdSPLTnY1HoFYWfSff58vAILlaciU/y0qo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\96bd9284-0aeb-41c0-9166-f24a7755c2c1\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260220.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\96bd9284-0aeb-41c0-9166-f24a7755c2c1\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260220.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W2wdC1QoqfcQsjGsfprHATqZE1MBSEOXIXVbekJ7wXWnB/Q4/BqzvfghZkC4PsV9hnxhAB74H8IASGM6YGVfoQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260220.1_1771625875254_0.804944271363776","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260223.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c06cf486c663e75736fbad6a94e64f6b88f181a","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260223.1.tgz","fileCount":536,"integrity":"sha512-0Y0oD0Z5chiwV1x1QzNXXsbQx7XGjHE9pAoyz7NV5IlBj4LKd91Yd482F72GPdkQGdBEJmEpXUgJbo6J9fvaiA==","signatures":[{"sig":"MEQCIDNhuAd4irJ+cBR1Mi9fsYIJ5iaqwxq6SvAOgkOwag/nAiAwIvGHAR5xpwl+cdymj+C1SBnpaeBXJ/LWjevl8mXVMQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7fc452e7-9ade-43b9-9859-a4395e508d53\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7fc452e7-9ade-43b9-9859-a4395e508d53\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260223.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0Y0oD0Z5chiwV1x1QzNXXsbQx7XGjHE9pAoyz7NV5IlBj4LKd91Yd482F72GPdkQGdBEJmEpXUgJbo6J9fvaiA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260223.1_1771885454400_0.3091718970657811","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260224.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e0158dcdf09f562868bbe4a1a8baedddd6cf42e5","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260224.1.tgz","fileCount":536,"integrity":"sha512-27iftdaNRlXDlsgCu7T96JJmpY9TSEuFWp4IH2MyL2hwIgaqTSiVkAj9DrOd13AJ/YRSzywoQXAurop71XQ5MA==","signatures":[{"sig":"MEQCIEnY3S0kem+vSaG+LnpeqHnK4DEE+Al8LRbuEdvm3/3dAiAzd/li39ZSRyK2U0PrQ/jLAK/hoPEOXKclV1OKK7KqNA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2fced530-844c-4330-b227-d480d7adc9f1\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2fced530-844c-4330-b227-d480d7adc9f1\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260224.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-27iftdaNRlXDlsgCu7T96JJmpY9TSEuFWp4IH2MyL2hwIgaqTSiVkAj9DrOd13AJ/YRSzywoQXAurop71XQ5MA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260224.1_1771971315683_0.32495557613921844","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260225.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260225.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d10af969d12f8f81380f08e91032221b63aa0524","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260225.1.tgz","fileCount":536,"integrity":"sha512-DLWz2DhgWywfKrmutg+QjrtX+SAnPdDcq1K8t/S5V35tU+pvgscQO0NZrZV8Ownt6sU/uLAiyROfiOmG8Tkxhg==","signatures":[{"sig":"MEUCIA/dVpOT5e5zN649WlW4Jy6MqCjwCZYyg4YENaT/owoyAiEAwwB+SQFuHSXy8OV2UE/qfI/VJ+8sXsIQngan6ZSo7sU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4b294b36-2ed7-4c8f-9681-ef24665af715\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260225.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4b294b36-2ed7-4c8f-9681-ef24665af715\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260225.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DLWz2DhgWywfKrmutg+QjrtX+SAnPdDcq1K8t/S5V35tU+pvgscQO0NZrZV8Ownt6sU/uLAiyROfiOmG8Tkxhg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260225.1_1772058313542_0.5939890417703095","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260227.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260227.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"67343437b5c3cf7a6857615c4904517c545bd7c0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260227.1.tgz","fileCount":536,"integrity":"sha512-Ch+Xp1/6LcjMFYrEn7h+4Xikab3KbW9aUqGOPclVweDpu60++CRWcxS5PC9Idj1CKyXxveQlAIIK3YEdn2nmuw==","signatures":[{"sig":"MEUCIQDcwxW8Ct8NQkPmz3pgfnWeZugxngxytThJRBfexr0ZGwIgedkMKwgUOrV0FD8XRjDAXIjlk5z45sWZuEOBj1VQnls=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\87c8b4f7-4eaa-4ed7-a7e6-9fb7a33afcea\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260227.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\87c8b4f7-4eaa-4ed7-a7e6-9fb7a33afcea\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260227.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ch+Xp1/6LcjMFYrEn7h+4Xikab3KbW9aUqGOPclVweDpu60++CRWcxS5PC9Idj1CKyXxveQlAIIK3YEdn2nmuw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260227.1_1772231090586_0.5886023532269988","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260302.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260302.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260302.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"db604d2bae83afaa3bb383107068914cc3321f46","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260302.1.tgz","fileCount":536,"integrity":"sha512-rDxW/FnTTnggFI/GHHvSnqI313l6FG/fhDl+86Ydqy5cS33ZgvSPe01/kPt1Pr2NHILzjt7FbDfpVkYClTDApw==","signatures":[{"sig":"MEYCIQC4VmRSab+INSNwQ4QZpMZSs9ix+EQOZ8fDytHsahCxzwIhALDBA5plj2zyDpUMUmJxIMNJPGFKnrs0LQFn1toitMpj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3305384},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../tsconfig.src.build.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e3ee5aab-4f82-4778-9a12-db6e0eff021c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260302.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e3ee5aab-4f82-4778-9a12-db6e0eff021c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260302.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rDxW/FnTTnggFI/GHHvSnqI313l6FG/fhDl+86Ydqy5cS33ZgvSPe01/kPt1Pr2NHILzjt7FbDfpVkYClTDApw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260302.1_1772491205565_0.8225064049300743","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260303.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260303.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c0a00170bac43ab0d3cb30f0ee05691c12ddb95f","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260303.1.tgz","fileCount":536,"integrity":"sha512-tg911862ASenTW4Ri5Q/2QNaJpHwgwl1Wf5mPcZXbG8z1EhZiIzgf1+pzz6OoS7HRLSC+QYjhm6zr8dPC9BWog==","signatures":[{"sig":"MEYCIQCukz6puJ1JyQoIELU4LzsU2OTgABx7Tt5jN4N7BiUniQIhAMyfvx5F8JIDifC5iCk9tsCn2fyiAyIQx3NH4GMgCSRw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3207403},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\312eb0a5-6d82-4fb5-8bb5-e8461959fd5c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260303.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\312eb0a5-6d82-4fb5-8bb5-e8461959fd5c\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260303.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tg911862ASenTW4Ri5Q/2QNaJpHwgwl1Wf5mPcZXbG8z1EhZiIzgf1+pzz6OoS7HRLSC+QYjhm6zr8dPC9BWog==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.0-alpha <1.23.0-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260303.1_1772576459535_0.8857489751581127","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260305.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260305.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260305.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"55d09a328c924a446ad689a4cdb9e2f46c7b9d45","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260305.1.tgz","fileCount":536,"integrity":"sha512-P+O8b2gg3D+HxMIuDsxzH8M5EIdL7sA4znrbepO7brGLCEjnLU+5zPNJPA5LLUTSHRydBmRqExgoCH0NIvGKXA==","signatures":[{"sig":"MEUCIHuOBavIao6kL9F/hmJb3tdN5XUo7EihA1vTeOaRIoFYAiEA4ha0QWOX/laFIiH9P6N8IZPYffY+Vbau2xBA3eDAP5w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3214318},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6f17f06b-5ef9-49b2-956e-6051eaf53d00\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260305.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6f17f06b-5ef9-49b2-956e-6051eaf53d00\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260305.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-P+O8b2gg3D+HxMIuDsxzH8M5EIdL7sA4znrbepO7brGLCEjnLU+5zPNJPA5LLUTSHRydBmRqExgoCH0NIvGKXA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260305.1_1772749418525_0.11860503588979765","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260306.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260306.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260306.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b61901b209e0a918828f22eb2897077ffecab8b0","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260306.1.tgz","fileCount":536,"integrity":"sha512-ES3C0oEhx1hgsyvURdZjDgbawKXpqLwWsg/OEW+T83Gm6DF1PYpWpQyTMkF5ft5TYfVn+mbSZtKd3tK5vY4+pQ==","signatures":[{"sig":"MEQCIFMQ4WrZvHgAoogYZsFrPIacYSRTwRCknYrsvRK7Hv0yAiAHalPWc5RwJto2xwwnJ+zu+XJgAw48ETw0riu5yxuKDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3214318},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6957d94-aee2-41b0-acf1-7e433370906f\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260306.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6957d94-aee2-41b0-acf1-7e433370906f\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260306.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ES3C0oEhx1hgsyvURdZjDgbawKXpqLwWsg/OEW+T83Gm6DF1PYpWpQyTMkF5ft5TYfVn+mbSZtKd3tK5vY4+pQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260306.1_1772836158481_0.02973979666908355","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260309.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260309.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260309.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4abce0a4e1c17dba358b4f371037c7f07ac995ba","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260309.1.tgz","fileCount":536,"integrity":"sha512-+3pMAoI6zXc7ywpsraaY+FiDm6ZCyoFDVC8eK00FsDaVwLDQsU7p1Nzku9R4zAd2qGPFoxeGyu/5le5kq38pjQ==","signatures":[{"sig":"MEUCIQDSR7JvgvB6zWFWPi4wjfjaPyOryHLhZS4p1J5qe1ZwLQIgV7cl9JK06rDkyk4EEb9XqMNpD3vq7EV+Wovc3XeSqMM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3214318},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\292b928e-348d-4d4f-8598-a033a0ee3713\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260309.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\292b928e-348d-4d4f-8598-a033a0ee3713\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260309.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+3pMAoI6zXc7ywpsraaY+FiDm6ZCyoFDVC8eK00FsDaVwLDQsU7p1Nzku9R4zAd2qGPFoxeGyu/5le5kq38pjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260309.1_1773094740428_0.5324155873757492","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260310.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260310.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260310.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aea71794ed200d9dfcafe063dbe4bd9abe335f87","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260310.1.tgz","fileCount":536,"integrity":"sha512-W1puz/DrGySYSZNLq+1K2OvD1MLt/VnQkpgNMCuVRZ1m/t9gmSN2F6Lx42axmGJHKBSCenYf9wRQkj0B+Y6zqg==","signatures":[{"sig":"MEQCID6jMrD2tRQjAtzR7EXg0lcw6dVgosvSsvK4OaLd7D8KAiA3HE2PoxwrZRu5iPSm8a//QARNij/Oldi/ellYX0x88w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3214318},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f633e3ff-4d48-4665-8986-bda3d6567dc4\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260310.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f633e3ff-4d48-4665-8986-bda3d6567dc4\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260310.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W1puz/DrGySYSZNLq+1K2OvD1MLt/VnQkpgNMCuVRZ1m/t9gmSN2F6Lx42axmGJHKBSCenYf9wRQkj0B+Y6zqg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260310.1_1773177648169_0.6262425173780168","host":"s3://npm-registry-packages-npm-production"}},"5.1.2-alpha.20260311.1":{"name":"@azure/ai-text-analytics","version":"5.1.2-alpha.20260311.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-text-analytics@5.1.2-alpha.20260311.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd5a279b080e4c9cc16a46d8de89df1079c7d3e8","tarball":"https://registry.npmjs.org/@azure/ai-text-analytics/-/ai-text-analytics-5.1.2-alpha.20260311.1.tgz","fileCount":536,"integrity":"sha512-ldY25XJMZb6Stuv154T9Enhk6hy0Y1MjLhdBAscMp5piTnQjjretDbzDNRijDDnwOQxZ3LpeZKNWz9S7Wnnwng==","signatures":[{"sig":"MEQCIE21rqfAs9VmZw1eoF+M/aHr1O6KST2M000qVr3SuVH2AiAww04Xi30t3YWjR47aXMZOVPqVEV6Qn1d6YYflGRKhQQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3214318},"main":"./dist/commonjs/index.js","type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\547c3976-80c8-484e-8974-d408d186bbbe\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260311.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser","build:samples":"tsc -p tsconfig.samples.json","execute:samples":"dev-tool samples run samples-dev","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\547c3976-80c8-484e-8974-d408d186bbbe\\azure-ai-text-analytics\\azure-ai-text-analytics-5.1.2-alpha.20260311.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ldY25XJMZb6Stuv154T9Enhk6hy0Y1MjLhdBAscMp5piTnQjjretDbzDNRijDDnwOQxZ3LpeZKNWz9S7Wnnwng==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the Azure Text Analytics service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.8.1","@azure/logger":">=1.3.1-alpha <1.3.1-alphb","@azure/core-lro":"^2.7.2","@azure/core-auth":">=1.10.2-alpha <1.10.2-alphb","@azure/core-client":">=1.10.2-alpha <1.10.2-alphb","@azure/core-paging":">=1.6.3-alpha <1.6.3-alphb","@azure/core-tracing":">=1.3.2-alpha <1.3.2-alphb","@azure/abort-controller":">=2.1.3-alpha <2.1.3-alphb","@azure/core-rest-pipeline":">=1.23.1-alpha <1.23.1-alphb"},"react-native":"./dist/react-native/index.js","_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@vitest/coverage-istanbul":"^4.0.8","@azure-tools/test-recorder":"^4.1.1","@vitest/browser-playwright":"^4.0.8","@azure-tools/test-credential":"^2.1.2","@azure/arm-cognitiveservices":"7.6.0","@azure/eslint-plugin-azure-sdk":"^3.0.0"},"//sampleConfiguration":{"productName":"Azure Text Analytics","productSlugs":["azure","azure-cognitive-services","azure-text-analytics"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-text-analytics_5.1.2-alpha.20260311.1_1773263996407_0.9639148662943349","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2020-01-09T14:17:22.894Z","modified":"2026-03-19T19:46:02.454Z","1.0.0-dev.20200109.1":"2020-01-09T14:17:23.335Z","1.0.0-preview.1":"2020-01-09T21:52:29.754Z","1.0.0-dev.20200110.1":"2020-01-10T14:00:10.064Z","1.0.0-dev.20200111.1":"2020-01-11T14:01:53.019Z","1.0.0-dev.20200112.1":"2020-01-12T14:41:46.870Z","1.0.0-dev.20200113.1":"2020-01-13T14:06:53.602Z","1.0.0-dev.20200114.1":"2020-01-14T14:07:17.383Z","1.0.0-dev.20200115.1":"2020-01-15T14:24:31.046Z","1.0.0-dev.20200116.1":"2020-01-16T19:47:29.496Z","1.0.0-dev.20200117.1":"2020-01-17T14:21:10.803Z","1.0.0-dev.20200118.1":"2020-01-18T14:04:55.141Z","1.0.0-dev.20200119.1":"2020-01-19T14:12:38.740Z","1.0.0-dev.20200120.1":"2020-01-20T14:12:53.624Z","1.0.0-dev.20200121.1":"2020-01-21T14:39:36.932Z","1.0.0-dev.20200122.1":"2020-01-22T14:09:21.478Z","1.0.0-dev.20200124.1":"2020-01-24T14:06:07.795Z","1.0.0-dev.20200128.1":"2020-01-28T14:19:48.905Z","1.0.0-dev.20200129.1":"2020-01-29T14:22:52.484Z","1.0.0-dev.20200204.1":"2020-02-04T14:22:41.137Z","1.0.0-dev.20200206.1":"2020-02-06T14:14:26.039Z","1.0.0-dev.20200208.1":"2020-02-08T14:17:45.339Z","1.0.0-dev.20200211.1":"2020-02-11T14:55:15.639Z","1.0.0-preview.2":"2020-02-11T18:34:24.868Z","1.0.0-dev.20200212.1":"2020-02-12T14:19:32.637Z","1.0.0-dev.20200213.1":"2020-02-13T14:26:55.399Z","1.0.0-dev.20200221.1":"2020-02-21T14:49:01.271Z","1.0.0-dev.20200222.1":"2020-02-22T14:39:50.128Z","1.0.0-dev.20200225.1":"2020-02-25T17:31:56.363Z","1.0.0-dev.20200305.1":"2020-03-05T16:54:34.165Z","1.0.0-dev.20200306.1":"2020-03-06T16:30:25.435Z","1.0.0-dev.20200307.1":"2020-03-07T15:08:59.355Z","1.0.0-dev.20200310.1":"2020-03-10T14:40:26.463Z","1.0.0-preview.3":"2020-03-10T16:39:33.141Z","1.0.0-dev.20200311.1":"2020-03-11T14:55:13.744Z","1.0.0-dev.20200312.1":"2020-03-12T14:30:52.919Z","1.0.0-dev.20200325.1":"2020-03-25T14:00:44.157Z","1.0.0-dev.20200326.1":"2020-03-26T14:21:30.975Z","1.0.0-dev.20200328.1":"2020-03-28T13:20:25.237Z","1.0.0-dev.20200401.1":"2020-04-01T13:46:55.852Z","1.0.0-dev.20200404.1":"2020-04-04T13:27:50.980Z","1.0.0-dev.20200407.1":"2020-04-07T14:18:18.353Z","1.0.0-preview.4":"2020-04-07T18:19:46.031Z","1.0.0-dev.20200408.1":"2020-04-08T13:52:09.112Z","1.0.0-dev.20200417.1":"2020-04-17T13:24:40.636Z","1.0.0-dev.20200421.1":"2020-04-21T13:25:12.414Z","1.0.0-dev.20200424.3":"2020-04-24T20:15:00.569Z","1.0.0-dev.20200428.2":"2020-04-28T21:17:47.926Z","1.0.0-dev.20200429.2":"2020-04-29T21:15:31.679Z","1.0.0-dev.20200507.1":"2020-05-07T21:17:55.336Z","1.0.0-dev.20200511.1":"2020-05-11T21:18:09.802Z","1.0.0-dev.20200521.1":"2020-05-21T21:16:50.579Z","1.0.0-dev.20200525.1":"2020-05-25T21:18:00.160Z","1.0.0-preview.5":"2020-05-27T19:21:28.449Z","1.0.0-dev.20200527.2":"2020-05-27T21:19:39.196Z","1.0.0-dev.20200529.1":"2020-05-29T21:18:56.371Z","1.0.0-dev.20200601.1":"2020-06-01T21:20:47.462Z","1.0.0-dev.20200604.1":"2020-06-04T21:17:06.649Z","1.0.0-dev.20200608.2":"2020-06-08T21:18:53.646Z","1.0.0":"2020-06-09T20:59:38.747Z","1.0.0-dev.20200609.3":"2020-06-09T21:23:50.499Z","1.0.0-dev.20200611.1":"2020-06-11T22:58:00.282Z","1.0.1-dev.20200625.1":"2020-06-25T21:18:29.892Z","1.0.1-dev.20200626.1":"2020-06-26T21:21:19.432Z","1.0.1-dev.20200629.1":"2020-06-29T21:20:31.397Z","1.0.1-dev.20200707.1":"2020-07-07T21:16:43.681Z","1.0.1-dev.20200714.1":"2020-07-14T21:23:15.921Z","5.0.0":"2020-07-28T00:07:52.743Z","5.0.1-dev.20200728.1":"2020-07-28T21:20:31.457Z","5.0.1":"2020-08-18T21:12:50.485Z","5.1.0-dev.20200821.1":"2020-08-21T21:38:41.906Z","5.1.0-dev.20200826.1":"2020-08-26T21:29:10.441Z","5.1.0-alpha.20200903.1":"2020-09-03T21:29:55.323Z","5.1.0-alpha.20200904.1":"2020-09-04T21:28:02.564Z","5.1.0-alpha.20200909.1":"2020-09-09T21:32:34.146Z","5.1.0-alpha.20200916.1":"2020-09-16T21:24:56.529Z","5.1.0-beta.1":"2020-09-17T19:48:58.587Z","5.1.0-alpha.20200917.3":"2020-09-17T23:44:26.536Z","5.1.0-alpha.20200918.1":"2020-09-18T21:25:06.653Z","5.1.0-alpha.20200929.1":"2020-09-29T21:21:44.283Z","5.1.0-alpha.20201001.1":"2020-10-01T21:57:43.904Z","5.1.0-beta.2":"2020-10-06T19:06:02.126Z","5.1.0-alpha.20201006.2":"2020-10-06T22:17:58.178Z","5.1.0-alpha.20201030.1":"2020-10-30T21:33:05.688Z","5.1.0-alpha.20201109.1":"2020-11-09T22:31:25.721Z","5.1.0-beta.3":"2020-11-23T17:14:57.600Z","5.1.0-alpha.20201123.2":"2020-11-23T22:17:19.463Z","5.1.0-alpha.20201201.1":"2020-12-01T22:16:29.230Z","5.1.0-alpha.20201202.1":"2020-12-02T22:18:06.624Z","5.1.0-alpha.20201215.1":"2020-12-15T22:41:19.864Z","5.1.0-alpha.20201217.1":"2020-12-17T22:26:02.152Z","5.1.0-alpha.20201218.1":"2020-12-18T22:14:41.420Z","5.1.0-alpha.20201222.1":"2020-12-22T22:12:54.260Z","5.1.0-alpha.20201224.1":"2020-12-24T22:15:34.969Z","5.1.0-alpha.20210115.1":"2021-01-15T22:11:29.695Z","5.1.0-alpha.20210122.1":"2021-01-22T22:12:03.418Z","5.1.0-alpha.20210126.3":"2021-01-26T22:10:42.188Z","5.1.0-alpha.20210127.1":"2021-01-27T22:13:11.243Z","5.1.0-alpha.20210203.1":"2021-02-03T22:12:12.434Z","5.1.0-alpha.20210204.1":"2021-02-04T22:10:31.173Z","5.1.0-alpha.20210209.1":"2021-02-09T22:12:56.432Z","5.1.0-beta.4":"2021-02-10T18:55:34.735Z","5.1.0-alpha.20210210.2":"2021-02-10T22:11:23.914Z","5.1.0-alpha.20210217.1":"2021-02-17T22:09:53.172Z","5.1.0-alpha.20210219.1":"2021-02-19T22:12:25.277Z","5.1.0-alpha.20210224.1":"2021-02-24T22:10:59.745Z","5.1.0-alpha.20210226.1":"2021-02-26T22:12:23.014Z","5.1.0-alpha.20210301.1":"2021-03-01T22:14:21.408Z","5.1.0-alpha.20210302.1":"2021-03-02T22:13:50.071Z","5.1.0-alpha.20210303.1":"2021-03-03T22:12:55.076Z","5.1.0-beta.5":"2021-03-11T22:04:41.695Z","5.1.0-alpha.20210316.1":"2021-03-16T21:15:56.131Z","5.1.0-alpha.20210317.1":"2021-03-17T21:13:17.873Z","5.1.0-alpha.20210322.2":"2021-03-22T21:33:21.102Z","5.1.0-alpha.20210323.1":"2021-03-23T21:15:58.105Z","5.1.0-alpha.20210330.1":"2021-03-30T21:12:08.325Z","5.1.0-alpha.20210331.1":"2021-03-31T21:14:34.809Z","5.1.0-alpha.20210406.1":"2021-04-06T21:22:34.418Z","5.1.0-alpha.20210407.1":"2021-04-07T21:32:40.488Z","5.1.0-alpha.20210427.1":"2021-04-27T21:11:12.454Z","5.1.0-alpha.20210504.1":"2021-05-04T21:16:37.447Z","5.1.0-alpha.20210512.1":"2021-05-12T21:13:31.502Z","5.1.0-alpha.20210517.1":"2021-05-17T21:13:11.896Z","5.1.0-alpha.20210518.3":"2021-05-18T21:14:11.595Z","5.1.0-beta.6":"2021-05-18T21:59:18.861Z","5.1.0-alpha.20210519.1":"2021-05-19T21:13:47.957Z","5.1.0-alpha.20210520.1":"2021-05-20T21:13:35.346Z","5.1.0-alpha.20210527.1":"2021-05-27T21:13:58.242Z","5.1.0-alpha.20210604.1":"2021-06-04T21:11:04.835Z","5.1.0-alpha.20210607.1":"2021-06-07T21:11:02.517Z","5.1.0-alpha.20210609.1":"2021-06-09T21:12:34.265Z","5.1.0-alpha.20210611.1":"2021-06-11T21:10:22.083Z","5.1.0-alpha.20210623.1":"2021-06-23T21:21:28.866Z","5.1.0-alpha.20210624.1":"2021-06-24T21:14:51.978Z","5.1.0-alpha.20210628.1":"2021-06-28T21:13:53.036Z","5.1.0-alpha.20210629.1":"2021-06-29T21:15:13.430Z","5.1.0-alpha.20210701.3":"2021-07-01T22:04:06.891Z","5.1.0-alpha.20210702.3":"2021-07-02T21:14:11.483Z","5.1.0-alpha.20210706.1":"2021-07-06T21:34:30.194Z","5.1.0":"2021-07-07T18:47:09.993Z","5.1.1-alpha.20210707.5":"2021-07-07T21:23:46.714Z","5.1.1-alpha.20210713.1":"2021-07-13T21:19:20.090Z","5.1.1-alpha.20210715.1":"2021-07-15T21:21:01.178Z","5.1.1-alpha.20210716.1":"2021-07-16T21:15:39.269Z","5.1.1-alpha.20210730.2":"2021-07-30T21:17:28.082Z","5.2.0-alpha.20210804.2":"2021-08-04T21:21:22.694Z","5.2.0-alpha.20210805.1":"2021-08-05T21:21:19.541Z","5.2.0-alpha.20210806.2":"2021-08-06T21:19:59.744Z","5.2.0-beta.1":"2021-08-09T20:00:25.481Z","5.2.0-alpha.20210809.4":"2021-08-09T21:20:49.693Z","5.2.0-alpha.20210811.1":"2021-08-11T21:24:50.842Z","5.2.0-alpha.20210817.2":"2021-08-17T16:57:20.449Z","5.2.0-alpha.20210818.1":"2021-08-18T21:28:28.087Z","5.2.0-alpha.20210819.1":"2021-08-19T21:24:43.834Z","5.2.0-alpha.20210826.1":"2021-08-26T21:26:18.828Z","5.2.0-alpha.20210827.1":"2021-08-27T21:24:03.547Z","5.2.0-alpha.20210901.1":"2021-09-01T21:18:11.398Z","5.2.0-alpha.20210903.1":"2021-09-03T21:18:38.550Z","5.2.0-alpha.20210913.3":"2021-09-13T20:23:45.623Z","5.2.0-alpha.20210913.4":"2021-09-13T21:14:29.605Z","5.2.0-alpha.20210915.1":"2021-09-15T21:19:19.264Z","5.2.0-alpha.20210930.1":"2021-09-30T21:19:56.080Z","5.2.0-alpha.20211026.2":"2021-10-26T21:13:20.747Z","5.2.0-alpha.20211027.1":"2021-10-27T21:14:19.741Z","5.2.0-alpha.20211028.2":"2021-10-28T21:21:08.522Z","5.2.0-alpha.20211029.2":"2021-10-29T21:14:29.944Z","5.2.0-beta.2":"2021-11-02T18:45:52.293Z","5.2.0-alpha.20211103.1":"2021-11-03T21:19:02.346Z","5.2.0-alpha.20211130.1":"2021-11-30T22:30:06.128Z","5.2.0-alpha.20211201.2":"2021-12-01T22:21:09.508Z","5.2.0-alpha.20211214.2":"2021-12-14T22:32:00.665Z","5.2.0-alpha.20211215.1":"2021-12-15T22:52:01.076Z","5.2.0-alpha.20211221.2":"2021-12-21T22:32:27.519Z","5.2.0-alpha.20220107.1":"2022-01-07T22:15:57.612Z","5.2.0-alpha.20220131.1":"2022-01-31T22:12:38.514Z","5.2.0-alpha.20220221.1":"2022-02-21T22:14:30.052Z","5.2.0-alpha.20220303.1":"2022-03-03T22:19:23.756Z","5.2.0-alpha.20220307.1":"2022-03-07T22:15:52.615Z","5.2.0-alpha.20220315.1":"2022-03-15T21:18:12.741Z","5.2.0-alpha.20220322.1":"2022-03-22T21:19:53.462Z","5.2.0-alpha.20220406.1":"2022-04-06T21:18:13.201Z","5.2.0-alpha.20220407.1":"2022-04-07T21:26:00.241Z","5.2.0-alpha.20220414.1":"2022-04-14T21:17:16.373Z","5.2.0-alpha.20220419.1":"2022-04-19T21:17:03.497Z","5.2.0-alpha.20220421.1":"2022-04-21T21:19:32.318Z","5.2.0-alpha.20220426.1":"2022-04-26T21:15:59.791Z","6.0.0-alpha.20220516.1":"2022-05-16T21:17:58.604Z","6.0.0-alpha.20220517.2":"2022-05-17T21:17:41.076Z","6.0.0-alpha.20220518.3":"2022-05-18T21:13:36.025Z","6.0.0-beta.1":"2022-05-20T00:33:49.892Z","6.0.0-alpha.20220520.1":"2022-05-20T21:18:10.289Z","6.0.0-alpha.20220523.2":"2022-05-23T21:18:42.181Z","6.0.0-alpha.20220524.1":"2022-05-24T21:15:04.306Z","6.0.0-alpha.20220526.1":"2022-05-26T21:19:36.512Z","6.0.0-alpha.20220607.1":"2022-06-07T21:15:33.464Z","6.0.0-alpha.20220617.2":"2022-06-17T21:15:45.679Z","6.0.0-alpha.20220627.1":"2022-06-27T21:19:38.075Z","5.1.1-alpha.20220725.1":"2022-07-25T21:21:10.722Z","5.1.1-alpha.20220901.1":"2022-09-01T21:19:16.311Z","5.1.1-alpha.20220919.1":"2022-09-19T21:17:51.147Z","5.1.1-alpha.20220923.1":"2022-09-23T22:57:50.839Z","5.1.1-alpha.20221017.1":"2022-10-17T21:16:30.631Z","5.1.1-alpha.20221107.1":"2022-11-07T22:18:33.779Z","5.1.1-alpha.20230126.1":"2023-01-26T22:21:19.345Z","5.1.1-alpha.20230127.1":"2023-01-27T22:20:22.008Z","5.1.1-alpha.20230303.1":"2023-03-03T22:38:18.819Z","5.1.1-alpha.20230307.1":"2023-03-07T22:18:10.139Z","5.1.1-alpha.20230320.1":"2023-03-20T21:38:47.660Z","5.1.1-alpha.20230419.1":"2023-04-19T21:22:09.185Z","5.1.1-alpha.20230727.2":"2023-07-27T21:17:52.980Z","5.1.1-alpha.20230922.1":"2023-09-22T21:26:40.737Z","5.1.1-alpha.20230926.1":"2023-09-26T21:19:51.443Z","5.1.1-alpha.20230929.1":"2023-09-29T21:20:32.760Z","5.1.1-alpha.20231011.1":"2023-10-11T21:22:34.847Z","5.1.1-alpha.20231023.1":"2023-10-23T21:38:50.276Z","5.1.1-alpha.20231024.1":"2023-10-24T21:20:34.798Z","5.1.1-alpha.20231031.1":"2023-10-31T21:36:03.489Z","5.1.1-alpha.20231102.2":"2023-11-02T21:19:22.575Z","5.1.1-alpha.20231107.1":"2023-11-07T22:20:52.730Z","5.1.1-alpha.20231120.1":"2023-11-20T22:45:31.260Z","5.1.1-alpha.20231207.1":"2023-12-07T22:19:53.888Z","5.1.1-alpha.20231218.1":"2023-12-18T22:38:09.966Z","5.1.1-alpha.20240111.1":"2024-01-11T22:21:56.856Z","5.1.1-alpha.20240112.1":"2024-01-12T22:37:25.548Z","5.1.1-alpha.20240117.1":"2024-01-17T22:22:26.646Z","5.1.1-alpha.20240126.1":"2024-01-26T22:50:24.112Z","5.1.1-alpha.20240202.1":"2024-02-02T22:38:03.461Z","5.1.1-alpha.20240308.1":"2024-03-08T22:27:59.271Z","5.1.1-alpha.20240322.1":"2024-03-22T21:23:27.268Z","5.1.1-alpha.20240403.1":"2024-04-03T21:25:18.049Z","5.1.1-alpha.20240410.1":"2024-04-10T21:22:03.751Z","5.1.1-alpha.20240412.1":"2024-04-12T21:20:43.117Z","5.1.1-alpha.20240415.1":"2024-04-15T21:24:44.845Z","5.1.1-alpha.20240417.1":"2024-04-17T21:21:11.737Z","5.1.1-alpha.20240418.2":"2024-04-18T21:44:21.183Z","5.1.1-alpha.20240419.1":"2024-04-19T21:23:12.643Z","5.1.1-alpha.20240422.1":"2024-04-22T21:26:42.137Z","5.1.1-alpha.20240423.1":"2024-04-23T21:31:14.815Z","5.1.1-alpha.20240424.1":"2024-04-24T21:20:12.754Z","5.1.1-alpha.20240425.1":"2024-04-25T21:27:03.336Z","5.1.1-alpha.20240426.1":"2024-04-26T21:20:37.609Z","5.1.1-alpha.20240429.1":"2024-04-29T21:23:38.690Z","5.1.1-alpha.20240430.1":"2024-04-30T21:24:39.063Z","5.1.1-alpha.20240501.1":"2024-05-01T21:23:13.875Z","5.1.1-alpha.20240502.1":"2024-05-02T21:19:26.815Z","5.1.1-alpha.20240503.1":"2024-05-03T21:25:26.648Z","5.1.1-alpha.20240506.1":"2024-05-06T21:17:50.865Z","5.1.1-alpha.20240507.1":"2024-05-07T21:31:22.712Z","5.1.1-alpha.20240508.1":"2024-05-08T21:25:58.313Z","5.1.1-alpha.20240509.1":"2024-05-09T21:22:30.874Z","5.1.1-alpha.20240510.1":"2024-05-10T21:41:50.266Z","5.1.1-alpha.20240513.1":"2024-05-13T21:20:13.914Z","5.1.1-alpha.20240514.1":"2024-05-14T21:20:34.353Z","5.1.1-alpha.20240515.1":"2024-05-15T21:26:26.272Z","5.1.1-alpha.20240516.1":"2024-05-16T21:22:24.659Z","5.1.1-alpha.20240517.1":"2024-05-17T21:23:28.793Z","5.1.1-alpha.20240520.1":"2024-05-20T21:22:32.125Z","5.1.1-alpha.20240521.1":"2024-05-21T21:23:17.136Z","5.1.1-alpha.20240522.1":"2024-05-22T21:23:52.048Z","5.1.1-alpha.20240523.1":"2024-05-23T21:22:34.553Z","5.1.1-alpha.20240524.1":"2024-05-24T21:20:39.801Z","5.1.1-alpha.20240527.1":"2024-05-27T21:19:14.862Z","5.1.1-alpha.20240528.1":"2024-05-28T21:21:03.151Z","5.1.1-alpha.20240530.1":"2024-05-30T21:24:52.190Z","5.1.1-alpha.20240531.1":"2024-05-31T21:23:14.810Z","5.1.1-alpha.20240603.1":"2024-06-03T21:22:23.872Z","5.1.1-alpha.20240604.1":"2024-06-04T21:23:56.202Z","5.1.1-alpha.20240605.1":"2024-06-05T21:41:47.519Z","5.1.1-alpha.20240606.1":"2024-06-06T21:22:00.399Z","5.1.1-alpha.20240607.1":"2024-06-07T21:20:34.232Z","5.1.1-alpha.20240610.1":"2024-06-10T21:24:37.850Z","5.1.1-alpha.20240611.1":"2024-06-11T22:03:34.361Z","5.1.1-alpha.20240612.1":"2024-06-12T21:21:43.873Z","5.1.1-alpha.20240613.1":"2024-06-13T21:23:22.209Z","5.1.1-alpha.20240614.1":"2024-06-14T21:25:34.915Z","5.1.1-alpha.20240617.1":"2024-06-17T21:26:07.933Z","5.1.1-alpha.20240618.1":"2024-06-18T21:20:23.755Z","5.1.1-alpha.20240619.1":"2024-06-19T21:21:53.849Z","5.1.1-alpha.20240620.1":"2024-06-20T21:18:50.907Z","5.1.1-alpha.20240621.1":"2024-06-21T21:19:20.103Z","5.1.1-alpha.20240624.1":"2024-06-24T21:22:22.878Z","5.1.1-alpha.20240625.1":"2024-06-25T21:21:04.940Z","5.1.1-alpha.20240626.1":"2024-06-26T21:25:04.250Z","5.1.1-alpha.20240627.1":"2024-06-27T21:23:00.316Z","5.1.1-alpha.20240628.1":"2024-06-28T21:21:14.195Z","5.1.1-alpha.20240704.1":"2024-07-04T21:16:24.191Z","5.1.1-alpha.20240705.1":"2024-07-05T21:16:54.907Z","5.1.1-alpha.20240708.1":"2024-07-08T21:20:23.228Z","5.1.1-alpha.20240709.1":"2024-07-09T21:20:35.597Z","5.1.1-alpha.20240710.1":"2024-07-10T21:27:41.564Z","5.1.1-alpha.20240711.1":"2024-07-11T21:24:08.704Z","5.1.1-alpha.20240712.1":"2024-07-12T21:19:11.887Z","5.1.1-alpha.20240715.1":"2024-07-15T21:19:25.451Z","5.1.1-alpha.20240716.1":"2024-07-16T21:29:34.548Z","5.1.1-alpha.20240717.1":"2024-07-17T21:24:17.457Z","5.1.1-alpha.20240718.2":"2024-07-18T21:19:10.236Z","5.1.1-alpha.20240719.1":"2024-07-19T21:18:23.542Z","5.1.1-alpha.20240722.1":"2024-07-22T21:18:26.625Z","5.1.1-alpha.20240723.1":"2024-07-23T21:19:01.254Z","5.1.1-alpha.20240724.1":"2024-07-24T21:16:35.817Z","5.1.1-alpha.20240725.1":"2024-07-25T21:22:07.716Z","5.1.1-alpha.20240726.1":"2024-07-26T21:28:49.830Z","5.1.1-alpha.20240729.1":"2024-07-29T21:18:32.652Z","5.1.1-alpha.20240730.1":"2024-07-30T21:16:34.908Z","5.1.1-alpha.20240731.1":"2024-07-31T21:32:29.555Z","5.1.1-alpha.20240801.1":"2024-08-01T21:19:49.631Z","5.1.1-alpha.20240802.1":"2024-08-02T21:19:43.403Z","5.1.1-alpha.20240805.1":"2024-08-05T21:19:21.495Z","5.1.1-alpha.20240806.2":"2024-08-06T23:23:21.953Z","5.1.1-alpha.20240807.1":"2024-08-07T21:19:30.979Z","5.1.1-alpha.20240808.1":"2024-08-08T21:22:05.453Z","5.1.1-alpha.20240809.1":"2024-08-09T21:19:41.555Z","5.1.1-alpha.20240812.1":"2024-08-12T21:17:41.564Z","5.1.1-alpha.20240813.1":"2024-08-13T21:24:04.910Z","5.1.1-alpha.20240814.1":"2024-08-14T21:18:07.637Z","5.1.1-alpha.20240815.1":"2024-08-15T21:19:06.882Z","5.1.1-alpha.20240816.1":"2024-08-16T21:20:49.304Z","5.1.1-alpha.20240819.1":"2024-08-19T21:20:04.987Z","5.1.1-alpha.20240820.1":"2024-08-20T21:23:57.406Z","5.1.1-alpha.20240821.1":"2024-08-21T21:20:10.721Z","5.1.1-alpha.20240822.1":"2024-08-22T21:41:36.542Z","5.1.1-alpha.20240823.2":"2024-08-23T21:19:55.375Z","5.1.1-alpha.20240826.1":"2024-08-26T21:21:37.366Z","5.1.1-alpha.20240827.1":"2024-08-27T21:20:46.428Z","5.1.1-alpha.20240828.1":"2024-08-28T21:25:18.191Z","5.1.1-alpha.20240829.1":"2024-08-29T21:29:19.045Z","5.1.1-alpha.20240902.1":"2024-09-02T21:15:38.926Z","5.1.1-alpha.20240903.1":"2024-09-03T21:15:53.272Z","5.1.1-alpha.20240904.1":"2024-09-04T21:17:54.264Z","5.1.1-alpha.20240905.1":"2024-09-05T21:17:26.484Z","5.1.1-alpha.20240906.1":"2024-09-06T21:17:33.632Z","5.1.1-alpha.20240909.1":"2024-09-09T21:17:43.927Z","5.1.1-alpha.20240910.1":"2024-09-10T21:17:34.134Z","5.1.1-alpha.20240911.1":"2024-09-11T21:17:40.673Z","5.1.1-alpha.20240912.1":"2024-09-12T21:16:13.754Z","5.1.1-alpha.20240913.1":"2024-09-13T21:21:51.786Z","5.1.1-alpha.20240916.1":"2024-09-16T21:15:02.765Z","5.1.1-alpha.20240917.1":"2024-09-17T21:22:14.165Z","5.1.1-alpha.20240918.1":"2024-09-18T21:20:11.780Z","5.1.1-alpha.20240919.1":"2024-09-19T21:14:59.401Z","5.1.1-alpha.20240920.1":"2024-09-20T21:17:52.069Z","5.1.1-alpha.20240924.1":"2024-09-24T21:20:18.603Z","5.1.1-alpha.20240925.1":"2024-09-25T21:26:41.659Z","5.1.1-alpha.20240926.1":"2024-09-26T21:19:58.272Z","5.1.1-alpha.20240927.1":"2024-09-27T21:41:04.252Z","5.1.1-alpha.20240930.1":"2024-09-30T21:16:19.231Z","5.1.1-alpha.20241001.1":"2024-10-02T00:05:35.441Z","5.1.1-alpha.20241002.1":"2024-10-02T21:16:46.428Z","5.1.1-alpha.20241003.1":"2024-10-03T21:20:47.081Z","5.1.1-alpha.20241004.1":"2024-10-04T21:17:36.661Z","5.1.1-alpha.20241007.1":"2024-10-07T21:20:36.964Z","5.1.1-alpha.20241008.1":"2024-10-08T21:24:29.982Z","5.1.1-alpha.20241009.1":"2024-10-09T21:17:46.719Z","5.1.1-alpha.20241010.1":"2024-10-10T21:38:53.681Z","5.1.1-alpha.20241011.1":"2024-10-11T21:22:05.399Z","5.1.1-alpha.20241014.1":"2024-10-14T21:17:40.272Z","5.1.1-alpha.20241015.1":"2024-10-15T21:16:16.204Z","5.1.1-alpha.20241016.1":"2024-10-16T21:17:28.386Z","5.1.1-alpha.20241017.1":"2024-10-17T21:19:11.594Z","5.1.1-alpha.20241018.1":"2024-10-18T21:20:04.365Z","5.1.1-alpha.20241021.1":"2024-10-21T21:19:09.255Z","5.1.1-alpha.20241022.1":"2024-10-22T21:20:05.897Z","5.1.1-alpha.20241023.1":"2024-10-23T21:16:47.373Z","5.1.1-alpha.20241024.1":"2024-10-24T21:18:48.352Z","5.1.1-alpha.20241025.1":"2024-10-25T21:16:17.132Z","5.1.1-alpha.20241028.1":"2024-10-28T21:25:56.585Z","5.1.1-alpha.20241029.1":"2024-10-29T21:15:45.398Z","5.1.1-alpha.20241030.1":"2024-10-30T21:18:27.670Z","5.1.1-alpha.20241031.1":"2024-10-31T21:18:42.893Z","5.1.1-alpha.20241111.1":"2024-11-11T22:18:30.079Z","5.1.1-alpha.20241112.1":"2024-11-12T22:19:50.595Z","5.1.1-alpha.20241113.1":"2024-11-13T22:15:39.092Z","5.1.1-alpha.20241114.1":"2024-11-14T22:19:26.478Z","5.1.1-alpha.20241115.1":"2024-11-15T22:18:35.213Z","5.1.1-alpha.20241118.1":"2024-11-18T22:20:06.352Z","5.1.1-alpha.20241119.1":"2024-11-19T22:15:28.745Z","5.1.1-alpha.20241120.1":"2024-11-20T22:15:20.893Z","5.1.1-alpha.20241121.1":"2024-11-21T22:32:25.952Z","5.1.1-alpha.20241122.1":"2024-11-22T22:17:24.196Z","5.1.1-alpha.20241125.1":"2024-11-25T22:14:57.499Z","5.1.1-alpha.20241126.1":"2024-11-26T22:16:57.986Z","5.1.1-alpha.20241127.1":"2024-11-27T22:17:49.516Z","5.1.1-alpha.20241128.1":"2024-11-28T22:15:25.492Z","5.1.1-alpha.20241129.1":"2024-11-29T22:13:26.304Z","5.1.1-alpha.20241203.1":"2024-12-03T22:18:47.412Z","5.1.1-alpha.20241204.1":"2024-12-04T22:26:03.419Z","5.1.1-alpha.20241206.1":"2024-12-06T22:22:15.347Z","5.1.1-alpha.20241209.1":"2024-12-09T22:20:26.902Z","5.1.1-alpha.20241210.1":"2024-12-10T22:18:57.112Z","5.1.1-alpha.20241211.1":"2024-12-11T22:46:00.711Z","5.1.1-alpha.20241212.1":"2024-12-12T22:19:03.514Z","5.1.1-alpha.20241213.1":"2024-12-13T22:20:28.836Z","5.1.1-alpha.20241216.1":"2024-12-16T22:18:59.368Z","5.1.1-alpha.20241218.1":"2024-12-18T22:18:31.851Z","5.1.1-alpha.20241219.1":"2024-12-19T22:19:16.533Z","5.1.1-alpha.20241220.1":"2024-12-20T22:18:37.865Z","5.1.1-alpha.20241223.1":"2024-12-23T22:20:04.278Z","5.1.1-alpha.20241224.1":"2024-12-24T22:18:37.380Z","5.1.1-alpha.20241225.1":"2024-12-25T22:17:48.911Z","5.1.1-alpha.20241226.1":"2024-12-26T22:18:40.019Z","5.1.1-alpha.20241227.1":"2024-12-27T22:18:29.292Z","5.1.1-alpha.20241230.1":"2024-12-30T22:19:29.581Z","5.1.1-alpha.20241231.1":"2024-12-31T22:18:07.713Z","5.1.1-alpha.20250101.1":"2025-01-01T22:18:41.217Z","5.1.1-alpha.20250102.1":"2025-01-02T22:21:12.770Z","5.1.1-alpha.20250103.1":"2025-01-03T22:20:05.743Z","5.1.1-alpha.20250106.1":"2025-01-06T22:22:40.619Z","5.1.1-alpha.20250107.1":"2025-01-07T22:23:14.032Z","5.1.1-alpha.20250108.1":"2025-01-08T22:24:19.605Z","5.1.1-alpha.20250109.1":"2025-01-09T22:22:40.482Z","5.1.1-alpha.20250110.1":"2025-01-10T22:18:54.489Z","5.1.1-alpha.20250113.1":"2025-01-13T22:20:32.650Z","5.1.1-alpha.20250114.1":"2025-01-14T22:20:35.118Z","5.1.1-alpha.20250115.1":"2025-01-15T22:25:08.756Z","5.1.1-alpha.20250116.1":"2025-01-16T22:16:58.447Z","5.1.1-alpha.20250117.1":"2025-01-17T22:21:12.696Z","5.1.1-alpha.20250120.1":"2025-01-20T22:18:40.535Z","5.1.1-alpha.20250121.1":"2025-01-21T22:18:15.480Z","5.1.1-alpha.20250122.1":"2025-01-22T22:17:46.891Z","5.1.1-alpha.20250123.2":"2025-01-23T22:19:22.396Z","5.1.1-alpha.20250124.1":"2025-01-24T22:23:26.737Z","5.1.1-alpha.20250127.1":"2025-01-27T22:19:33.867Z","5.1.1-alpha.20250128.1":"2025-01-28T22:18:42.956Z","5.1.1-alpha.20250129.1":"2025-01-29T22:19:36.586Z","5.1.1-alpha.20250130.1":"2025-01-30T22:18:38.505Z","5.1.1-alpha.20250131.1":"2025-01-31T22:18:43.597Z","5.1.1-alpha.20250203.1":"2025-02-03T22:36:13.327Z","5.1.1-alpha.20250204.1":"2025-02-04T22:19:38.920Z","5.1.1-alpha.20250205.1":"2025-02-05T22:19:51.785Z","5.1.1-alpha.20250210.1":"2025-02-10T22:21:27.021Z","5.1.1-alpha.20250211.1":"2025-02-11T22:26:19.872Z","5.1.1-alpha.20250212.1":"2025-02-12T22:18:26.393Z","5.1.1-alpha.20250213.1":"2025-02-13T22:15:55.992Z","5.1.1-alpha.20250214.1":"2025-02-14T22:17:36.739Z","5.1.1-alpha.20250217.1":"2025-02-17T22:15:53.981Z","5.1.1-alpha.20250218.1":"2025-02-18T22:21:08.236Z","5.1.1-alpha.20250219.1":"2025-02-19T22:17:33.807Z","5.1.1-alpha.20250220.1":"2025-02-20T22:28:07.128Z","5.1.1-alpha.20250221.1":"2025-02-21T22:18:12.048Z","5.1.1-alpha.20250224.1":"2025-02-24T22:20:52.451Z","5.1.1-alpha.20250225.1":"2025-02-25T22:19:47.643Z","5.1.1-alpha.20250226.2":"2025-02-26T22:18:44.989Z","5.1.1-alpha.20250227.1":"2025-02-27T22:21:09.884Z","5.1.1-alpha.20250228.1":"2025-03-01T00:19:08.431Z","5.1.1-alpha.20250303.1":"2025-03-03T22:20:50.946Z","5.1.1-alpha.20250304.1":"2025-03-04T22:21:54.298Z","5.1.1-alpha.20250305.1":"2025-03-05T23:45:47.036Z","5.1.1-alpha.20250306.1":"2025-03-06T22:23:46.371Z","5.1.1-alpha.20250307.1":"2025-03-07T22:19:21.491Z","5.1.1-alpha.20250310.1":"2025-03-10T21:16:04.922Z","5.1.1-alpha.20250311.1":"2025-03-11T21:18:10.449Z","5.1.1-alpha.20250312.1":"2025-03-12T21:17:00.973Z","5.1.1-alpha.20250313.1":"2025-03-13T21:20:08.228Z","5.1.1-alpha.20250314.1":"2025-03-14T21:17:17.019Z","5.1.1-alpha.20250317.1":"2025-03-17T21:22:37.542Z","5.1.1-alpha.20250318.1":"2025-03-18T21:16:14.627Z","5.1.1-alpha.20250319.1":"2025-03-19T21:19:34.496Z","5.1.1-alpha.20250320.2":"2025-03-20T21:26:16.881Z","5.1.1-alpha.20250321.1":"2025-03-21T21:16:24.005Z","5.1.1-alpha.20250324.2":"2025-03-24T21:21:11.846Z","5.1.1-alpha.20250325.1":"2025-03-25T21:18:37.765Z","5.1.1-alpha.20250326.2":"2025-03-26T21:18:08.998Z","5.1.1-alpha.20250327.1":"2025-03-27T21:18:16.577Z","5.1.1-alpha.20250328.1":"2025-03-28T21:29:28.824Z","5.1.1-alpha.20250331.1":"2025-03-31T21:28:03.650Z","5.1.1-alpha.20250401.1":"2025-04-01T21:16:47.380Z","5.1.1-alpha.20250402.1":"2025-04-02T21:19:43.589Z","5.1.1-alpha.20250403.1":"2025-04-03T21:34:27.005Z","5.1.1-alpha.20250404.1":"2025-04-04T21:20:05.000Z","5.1.1-alpha.20250407.1":"2025-04-07T21:21:47.750Z","5.1.1-alpha.20250408.1":"2025-04-08T21:20:23.767Z","5.1.1-alpha.20250409.1":"2025-04-09T21:19:33.477Z","5.1.1-alpha.20250410.1":"2025-04-10T21:17:28.049Z","5.1.1-alpha.20250416.1":"2025-04-16T21:20:13.718Z","5.1.1-alpha.20250417.1":"2025-04-17T21:22:28.154Z","5.1.1-alpha.20250418.1":"2025-04-18T21:19:50.193Z","5.1.1-alpha.20250421.1":"2025-04-21T21:25:05.669Z","5.1.1-alpha.20250422.1":"2025-04-22T21:23:10.713Z","5.1.1-alpha.20250423.1":"2025-04-23T21:26:20.280Z","5.1.1-alpha.20250424.1":"2025-04-24T21:20:16.087Z","5.1.1-alpha.20250425.1":"2025-04-25T21:22:33.193Z","5.1.1-alpha.20250428.1":"2025-04-28T21:25:07.378Z","5.1.1-alpha.20250429.1":"2025-04-29T21:28:56.321Z","5.1.1-alpha.20250430.1":"2025-04-30T21:22:27.180Z","5.1.1-alpha.20250501.1":"2025-05-01T21:23:42.486Z","5.1.1-alpha.20250502.1":"2025-05-02T21:26:43.307Z","5.1.1-alpha.20250505.1":"2025-05-05T21:30:30.779Z","5.1.1-alpha.20250506.1":"2025-05-06T21:34:38.355Z","5.1.1-alpha.20250507.1":"2025-05-07T21:26:55.406Z","5.1.1-alpha.20250508.1":"2025-05-08T21:26:09.689Z","5.1.1-alpha.20250509.1":"2025-05-09T21:23:40.288Z","5.1.1-alpha.20250512.1":"2025-05-12T21:26:10.487Z","5.1.1-alpha.20250513.1":"2025-05-13T21:21:55.951Z","5.1.1-alpha.20250514.1":"2025-05-14T21:23:08.275Z","5.1.1-alpha.20250515.1":"2025-05-15T21:21:07.117Z","5.1.1-alpha.20250516.1":"2025-05-16T21:25:27.279Z","5.1.1-alpha.20250519.1":"2025-05-19T21:23:48.893Z","5.1.1-alpha.20250520.1":"2025-05-20T21:23:35.378Z","5.1.1-alpha.20250521.1":"2025-05-21T21:21:50.945Z","5.1.1-alpha.20250522.1":"2025-05-22T21:23:18.229Z","5.1.1-alpha.20250523.1":"2025-05-23T21:19:02.560Z","5.1.1-alpha.20250526.1":"2025-05-26T21:19:21.930Z","5.1.1-alpha.20250527.1":"2025-05-27T21:21:20.665Z","5.1.1-alpha.20250528.1":"2025-05-28T21:23:10.477Z","5.1.1-alpha.20250529.1":"2025-05-29T21:22:26.768Z","5.1.1-alpha.20250530.1":"2025-05-30T21:21:58.763Z","5.1.1-alpha.20250603.1":"2025-06-03T21:31:37.169Z","5.1.1-alpha.20250604.1":"2025-06-04T21:18:28.878Z","5.1.1-alpha.20250605.1":"2025-06-05T21:19:30.719Z","5.1.1-alpha.20250606.1":"2025-06-06T21:21:34.434Z","5.1.1-alpha.20250609.2":"2025-06-09T21:22:38.031Z","5.1.1-alpha.20250610.1":"2025-06-10T21:20:11.674Z","5.1.1-alpha.20250611.1":"2025-06-11T21:21:26.040Z","5.1.1-alpha.20250612.1":"2025-06-12T21:21:57.784Z","5.1.1-alpha.20250613.1":"2025-06-13T22:20:27.152Z","5.1.1-alpha.20250616.1":"2025-06-16T21:18:54.703Z","5.1.1-alpha.20250617.1":"2025-06-17T21:25:10.828Z","5.1.1-alpha.20250618.1":"2025-06-18T21:21:50.215Z","5.1.1-alpha.20250619.1":"2025-06-19T21:23:57.644Z","5.1.1-alpha.20250721.1":"2025-07-21T21:20:03.782Z","5.1.1-alpha.20250730.1":"2025-07-30T21:15:29.648Z","5.1.1-alpha.20250804.1":"2025-08-04T21:26:18.970Z","5.1.1":"2025-08-22T21:20:23.067Z","5.1.1-alpha.20250825.1":"2025-08-25T21:19:39.203Z","5.1.1-alpha.20250826.1":"2025-08-26T21:20:18.718Z","5.1.1-alpha.20250827.1":"2025-08-27T21:23:57.853Z","5.1.1-alpha.20250828.1":"2025-08-28T21:20:18.353Z","5.1.1-alpha.20250829.1":"2025-08-29T21:19:07.350Z","5.1.1-alpha.20250901.1":"2025-09-01T21:19:48.243Z","5.1.1-alpha.20250902.1":"2025-09-02T21:22:13.731Z","5.1.1-alpha.20250903.1":"2025-09-03T21:26:14.936Z","5.1.1-alpha.20250904.1":"2025-09-04T21:23:53.058Z","5.1.1-alpha.20250905.1":"2025-09-05T21:12:21.716Z","5.1.1-alpha.20250908.1":"2025-09-08T21:12:28.269Z","5.1.1-alpha.20250910.1":"2025-09-10T21:15:41.686Z","5.1.1-alpha.20250911.1":"2025-09-11T21:16:49.600Z","5.1.1-alpha.20250912.1":"2025-09-12T21:12:47.643Z","5.1.1-alpha.20250915.1":"2025-09-15T21:12:58.397Z","5.1.1-alpha.20250916.1":"2025-09-16T21:12:19.839Z","5.1.1-alpha.20250918.1":"2025-09-18T21:22:20.440Z","5.1.1-alpha.20250922.1":"2025-09-22T21:13:38.083Z","5.1.1-alpha.20250923.1":"2025-09-23T21:14:17.565Z","5.1.2-alpha.20250924.2":"2025-09-24T21:16:38.134Z","5.1.2-alpha.20250925.1":"2025-09-25T21:22:15.833Z","5.1.2-alpha.20250926.1":"2025-09-26T21:15:39.598Z","5.1.2-alpha.20250929.1":"2025-09-29T21:16:42.855Z","5.1.2-alpha.20250930.1":"2025-09-30T21:14:42.556Z","5.1.2-alpha.20251001.1":"2025-10-01T21:12:27.875Z","5.1.2-alpha.20251003.1":"2025-10-03T21:13:38.218Z","5.1.2-alpha.20251006.1":"2025-10-06T21:16:42.286Z","5.1.2-alpha.20251008.1":"2025-10-08T21:23:36.894Z","5.1.2-alpha.20251009.1":"2025-10-09T21:17:03.367Z","5.1.2-alpha.20251010.1":"2025-10-10T21:24:38.873Z","5.1.2-alpha.20251013.2":"2025-10-13T21:22:44.042Z","5.1.2-alpha.20251014.1":"2025-10-14T21:19:51.601Z","5.1.2-alpha.20251015.1":"2025-10-15T21:15:20.924Z","5.1.2-alpha.20251016.1":"2025-10-16T21:24:49.621Z","5.1.2-alpha.20251017.1":"2025-10-17T21:15:39.900Z","5.1.2-alpha.20251020.1":"2025-10-20T21:14:10.441Z","5.1.2-alpha.20251021.1":"2025-10-21T21:13:31.247Z","5.1.2-alpha.20251023.1":"2025-10-23T21:17:12.120Z","5.1.2-alpha.20251024.1":"2025-10-24T21:13:37.409Z","5.1.2-alpha.20251027.1":"2025-10-27T21:13:44.485Z","5.1.2-alpha.20251030.1":"2025-10-30T21:15:27.444Z","5.1.2-alpha.20251031.1":"2025-10-31T21:13:08.510Z","5.1.2-alpha.20251103.1":"2025-11-03T22:19:15.104Z","5.1.2-alpha.20251104.1":"2025-11-04T22:15:11.151Z","5.1.2-alpha.20251106.1":"2025-11-06T22:20:12.685Z","5.1.2-alpha.20251110.1":"2025-11-10T22:18:29.039Z","5.1.2-alpha.20251111.1":"2025-11-11T22:23:39.867Z","5.1.2-alpha.20251112.1":"2025-11-12T22:14:12.087Z","5.1.2-alpha.20251113.1":"2025-11-13T22:23:54.760Z","5.1.2-alpha.20251114.1":"2025-11-14T22:19:40.550Z","5.1.2-alpha.20251117.1":"2025-11-17T22:15:38.013Z","5.1.2-alpha.20251118.1":"2025-11-18T22:20:53.759Z","5.1.2-alpha.20251119.1":"2025-11-19T22:11:58.045Z","5.1.2-alpha.20251120.1":"2025-11-20T22:20:51.690Z","5.1.2-alpha.20251121.1":"2025-11-21T22:17:20.706Z","5.1.2-alpha.20251124.1":"2025-11-24T22:17:28.164Z","5.1.2-alpha.20251125.1":"2025-11-25T22:22:42.877Z","5.1.2-alpha.20251126.1":"2025-11-26T22:14:08.928Z","5.1.2-alpha.20251127.1":"2025-11-27T22:13:21.331Z","5.1.2-alpha.20251128.1":"2025-11-28T22:13:39.937Z","5.1.2-alpha.20251201.1":"2025-12-01T22:17:41.175Z","5.1.2-alpha.20251203.1":"2025-12-03T22:22:57.917Z","5.1.2-alpha.20251204.1":"2025-12-04T22:21:34.612Z","5.1.2-alpha.20251205.1":"2025-12-05T22:17:44.427Z","5.1.2-alpha.20251209.1":"2025-12-09T22:21:41.209Z","5.1.2-alpha.20251210.1":"2025-12-10T22:21:39.003Z","5.1.2-alpha.20251211.1":"2025-12-12T19:53:38.743Z","5.1.2-alpha.20251212.1":"2025-12-12T22:15:40.831Z","5.1.2-alpha.20251215.1":"2025-12-15T22:16:00.078Z","5.1.2-alpha.20251216.1":"2025-12-16T22:13:59.934Z","5.1.2-alpha.20251218.1":"2025-12-18T22:20:33.635Z","5.1.2-alpha.20251219.1":"2025-12-19T22:19:14.693Z","5.1.2-alpha.20251223.1":"2025-12-23T22:14:52.488Z","5.1.2-alpha.20251224.1":"2025-12-24T22:14:20.480Z","5.1.2-alpha.20251226.1":"2025-12-26T22:12:53.647Z","5.1.2-alpha.20251229.1":"2025-12-29T22:18:03.607Z","5.1.2-alpha.20251230.1":"2025-12-30T22:13:14.606Z","5.1.2-alpha.20251231.1":"2025-12-31T22:14:13.810Z","5.1.2-alpha.20260102.1":"2026-01-02T22:13:36.501Z","5.1.2-alpha.20260105.1":"2026-01-05T22:24:08.977Z","5.1.2-alpha.20260107.1":"2026-01-07T22:27:27.434Z","5.1.2-alpha.20260109.1":"2026-01-09T22:16:35.249Z","5.1.2-alpha.20260112.1":"2026-01-12T22:18:17.776Z","5.1.2-alpha.20260113.1":"2026-01-13T22:23:34.894Z","5.1.2-alpha.20260114.1":"2026-01-14T22:22:55.196Z","5.1.2-alpha.20260115.1":"2026-01-15T22:24:00.007Z","5.1.2-alpha.20260116.1":"2026-01-16T22:25:54.215Z","5.1.2-alpha.20260119.1":"2026-01-19T22:15:15.443Z","5.1.2-alpha.20260120.1":"2026-01-20T22:23:47.870Z","5.1.2-alpha.20260121.1":"2026-01-21T22:16:46.791Z","5.1.2-alpha.20260122.1":"2026-01-22T22:24:05.354Z","5.1.2-alpha.20260126.1":"2026-01-26T22:19:46.538Z","5.1.2-alpha.20260127.1":"2026-01-27T22:18:43.195Z","5.1.2-alpha.20260128.1":"2026-01-28T22:27:18.218Z","5.1.2-alpha.20260129.1":"2026-01-29T22:21:26.282Z","5.1.2-alpha.20260130.1":"2026-01-30T22:23:44.514Z","5.1.2-alpha.20260204.1":"2026-02-04T22:17:09.770Z","5.1.2-alpha.20260206.1":"2026-02-06T22:16:16.866Z","5.1.2-alpha.20260209.1":"2026-02-09T22:16:14.037Z","5.1.2-alpha.20260210.1":"2026-02-10T23:37:22.402Z","5.1.2-alpha.20260211.1":"2026-02-11T22:16:19.248Z","5.1.2-alpha.20260212.1":"2026-02-12T22:15:12.875Z","5.1.2-alpha.20260213.1":"2026-02-13T22:14:12.747Z","5.1.2-alpha.20260216.1":"2026-02-16T22:16:31.836Z","5.1.2-alpha.20260217.2":"2026-02-17T22:18:51.978Z","5.1.2-alpha.20260218.1":"2026-02-18T22:26:42.100Z","5.1.2-alpha.20260220.1":"2026-02-20T22:17:55.482Z","5.1.2-alpha.20260223.1":"2026-02-23T22:24:14.625Z","5.1.2-alpha.20260224.1":"2026-02-24T22:15:15.963Z","5.1.2-alpha.20260225.1":"2026-02-25T22:25:13.843Z","5.1.2-alpha.20260227.1":"2026-02-27T22:24:50.785Z","5.1.2-alpha.20260302.1":"2026-03-02T22:40:05.792Z","5.1.2-alpha.20260303.1":"2026-03-03T22:20:59.793Z","5.1.2-alpha.20260305.1":"2026-03-05T22:23:38.723Z","5.1.2-alpha.20260306.1":"2026-03-06T22:29:18.817Z","5.1.2-alpha.20260309.1":"2026-03-09T22:19:00.619Z","5.1.2-alpha.20260310.1":"2026-03-10T21:20:48.391Z","5.1.2-alpha.20260311.1":"2026-03-11T21:19:56.596Z"},"bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"author":{"name":"Microsoft Corporation"},"license":"MIT","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/textanalytics/ai-text-analytics/README.md","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"description":"An isomorphic client library for the Azure Text Analytics service.","maintainers":[{"email":"azure-sdk-npmjs@microsoft.com","name":"azure-sdk"},{"email":"npmjs@microsoft.com","name":"microsoft1es"},{"email":"microsoft-oss-publishing@microsoft.com","name":"microsoft-oss-releases"}],"readme":"","readmeFilename":""}