{"_id":"@azure/ai-language-text","_rev":"466-c007a4956338940ed9bba6158cd20f66","name":"@azure/ai-language-text","dist-tags":{"latest":"1.1.0","dev":"1.1.0-alpha.20260210.1"},"versions":{"1.0.0-alpha.20220808.2":{"name":"@azure/ai-language-text","version":"1.0.0-alpha.20220808.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.0-alpha.20220808.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"821e495927723d97a02ea4a3fec1d6bc313addaf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.0-alpha.20220808.2.tgz","fileCount":42,"integrity":"sha512-n2A4pXi6TEzFtCpDfCM5z1yUEvp3/QE67wQp083P90+AZDqSC7KOtjW+jW1F3opoNICQx/KKIzS0MlGEVoUTSQ==","signatures":[{"sig":"MEUCIQCGpc+T6atpXm9lffspOJGcKcREbAnIfgSuwG9YWtWH8wIgAiCNd29BmHjpQE95563L7LBIFdVW2ofzgIHQg1m6beQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1225070,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi8dwfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmry5hAAh2HNTgz13y70D4gMmxXeLxdjx/CLqX5tyZvbJX3eZiOCso5V\r\nZwC4cfCFP18kkamDsvTIl8r8NkXA74vkvMglya0WSlKPu4S99IRsW8enZoiV\r\nYYMy4hfqa85kC4ejJOJOva6YE5azwgwr5iTAE56eoDsaij+d1eNCXrcgDx3E\r\nNOBNLL7yDLuzGILqSyAzNKuj9ZdxEi9BBYfLeDrcHtjWlKQbIGIm79xy8K6F\r\n/jSeXkrzFH9SzFd/c9OUtr3U3iqm2/AnqIIpukG+2bixWcQXpkFEs6FBi2cj\r\n76QVmMWWto7byABI+GwYv5D5DM9crwpFonjYUpRNHBBx5lZK5HKI8NYlVBpf\r\ntsm5Dr6WKQ5Z0iXMI/deWPhcYIV9fwoEjVnXTe09+XUB1K44fRtcDCd31g4O\r\nTacn7lvvGQ01oX/Q4JOesTCImiHQkQ6/xQh8iDxW2HFfE7V3B+xvfw0cnzb/\r\nVbcPw5ozdrLDO00J+M5KCbnjTbcfi1kuZ9Ro78vu6xh6E+dWF/0knWUFK8aY\r\nj7FUqjWy/S75ToBZGWVA13EAKEecAya0sXlDBL/5Z94s1urBvlWubzTFaYLR\r\nyrYc8EQH1Jpx9ROSBnqVwNv2NIjf5sMTw5Q0csh3xKl4BD8Iut2oTX+Q16Zw\r\neQnZ/Y858iJcnWf29OP/wcNeP4cTE490cbI=\r\n=qjeB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.0-alpha.20220808.2.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.0-alpha.20220808.2.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-n2A4pXi6TEzFtCpDfCM5z1yUEvp3/QE67wQp083P90+AZDqSC7KOtjW+jW1F3opoNICQx/KKIzS0MlGEVoUTSQ==","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.16.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,"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","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.0.0-alpha.20220808.2_1660017695021_0.6532557034042412","host":"s3://npm-registry-packages"}},"1.0.0-beta.1":{"name":"@azure/ai-language-text","version":"1.0.0-beta.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"5c9abf65f951bb1df485a258ba032a5c2259c087","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.0-beta.1.tgz","fileCount":42,"integrity":"sha512-rWYiXLgRMWz4A3DFi0ezF0Y4o+5C5V72cFeQt0vj3XB6homBq0XI3IFp6xKnmXrQf7MgrOgDpc+SOwVNYyOARg==","signatures":[{"sig":"MEUCIQCus6Mc8/OUXsnNJjkgR03hRgRjnon1XIPXsFt7F1cmPAIgGAckjGxrLp/5Kl4SeLfFuiUH8BObnMuVvRyFnQc0lXI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1225458,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi9Y8UACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpc3g/+OM+teI46uViTO5dsMF78eFRi3zGKNh8nsgi7buimKkuRY/3r\r\nQ23043DOa+7zxdCMpcrcGsDX5avNYPje5YRYdsDC2kIkplpdzgDyJ70z3Qc3\r\nNvfGV540ayyQDmrgx0ch55Qz95ZF3d73MINrv/fd/g8JDD9cL+Yg6VDf2UMl\r\njaho/Io7l5wRlQZ9Aygm9p7i19ipsGWueCelUaJb1sXpicxcdXNpxx9Hqh7X\r\n4364AAY3RSKqMN+E9uNNzr1qU+KtYtlyR/FUwLrGULAM5gg+wiwlen8tzKYX\r\nHcsH1mUpCPmiG9dNCGTjSXIeHTgRKamov5m6fEP5OsQWkFNe7863rIrLazkA\r\ncIW0/f9j3jvG69z3V2j6hF4CnJ3/70i2HbimyfoaU1eDRUFfpJ62OGv0nSHp\r\nGg3dRe7P1cuoGrvAMkFHuRXG+hJ9Ao0o7y1Q/Y1WdswkJfUvzmBubNfUlmzY\r\n8f2coCOKiX023nlPge2BW5CFe/h5stHJOzfowGI6PgDlZNqKKmS269DYNP5E\r\n0pw3tK8Dr4vccWrYKQxBXhzLykzrI92WLTU6W0xWIS88lz4qSMe3SN7Vy9LB\r\nVgV68FrhHRctwJAsaxvr/TACezfdev7sbVVPgJqrKHFs1CF6JtFHD4IArnCX\r\nV5gf2RHmbS0G4HVollw8gmbcD0GlCbuMSR8=\r\n=T2h6\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.0-beta.1.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rWYiXLgRMWz4A3DFi0ezF0Y4o+5C5V72cFeQt0vj3XB6homBq0XI3IFp6xKnmXrQf7MgrOgDpc+SOwVNYyOARg==","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.16.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,"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","@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","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-language-text_1.0.0-beta.1_1660260115766_0.515651222420193","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220816.1":{"name":"@azure/ai-language-text","version":"1.0.0-alpha.20220816.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.0-alpha.20220816.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ddfe5dbd83048c98a4686b7a7c8227791c788814","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.0-alpha.20220816.1.tgz","fileCount":42,"integrity":"sha512-zfezwKemWZ9NyEEWJ0jfFS6xCzloG2FLR+pj6BotLdQSgg2B3EBde6Zf3kMFZ5WKRo4yoFukWvlJTRNinvheig==","signatures":[{"sig":"MEYCIQDm90CuUwLGMapbAoNqio7C6mzDcJpYGSGeB11mQ2eAvAIhAIq23U1VNGTCfgaF6VnWGo84sIZAipvMCMndQlDcbzQU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1225548,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJi/GhsACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWsBAAgtyp23bYmx2skBNkZljZUDS50HRusDO6GRR0WKp/wdi8B6xh\r\nX3aNk6f75Pjz7GkvTJ6WJ8x/Nlep7NFG1aaomZU6O2gYGelZQkG4oj940oT/\r\n4PwJgN0YW/PogABgFD74bzMMB212QPx+nOvFyGxvjrm3qsf9UgZUPOyNlIvv\r\n1SMgh5VXx77m7nEDdm26gUbmJ1Ylp237D71LUG9JG0OEdWXlMO9z/eD2Sx3v\r\ngRuzRVRxqOGB1mT4jgFssclfj2/C5MHPDA0H4Z9obmbElzeeXM7ZgBJNvpGY\r\nKEAxeqwB8tDoQeCAer2Wvke9fuq5+ZXsA+nlR7XCE+0o+St/He+1WthKdBZX\r\nuhz4LKzG1HeW/WZn2LfM+TwePQSfOfXw6ZVEhP9jedkGXlQXThAaqKduxKrx\r\n0NJ0mw0eyQRtA1Bh+aRkGvfb/00tkxYC9MITCwTJ52KzkeIef73sqEM1bj6E\r\ntW2RY7hUY6hrDASxlkB7mHJYfZlEVi4hxfAAR85P05VO+hwYc3ffydMkJs/g\r\n4I7mIPXWSOOzBQfcG+7M5m0MquBbW2zss2w/aLjJjPzCo+aFMjlhoeSuKlzy\r\nJb8js39vE3DWiLt70oZ7Q8p+yEwzivgU/lomTk0vwNRzUfKjAAinTko5oWhn\r\n9TpfYJxKyA0JoCMTHEasexZKywb3Ic3mpR8=\r\n=oZsN\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.0-alpha.20220816.1.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.0-alpha.20220816.1.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zfezwKemWZ9NyEEWJ0jfFS6xCzloG2FLR+pj6BotLdQSgg2B3EBde6Zf3kMFZ5WKRo4yoFukWvlJTRNinvheig==","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.16.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":"^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","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.0.0-alpha.20220816.1_1660708972391_0.44673119382285176","host":"s3://npm-registry-packages"}},"1.0.0-alpha.20220907.3":{"name":"@azure/ai-language-text","version":"1.0.0-alpha.20220907.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.0-alpha.20220907.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"dbc74b7fed0b47a7aaadbc814f1ee73913889294","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.0-alpha.20220907.3.tgz","fileCount":42,"integrity":"sha512-t4nD6jPWwFT+g8vefYR5GHmX2Q9jXsyBEFKdzsnhEhhEK8O+yLz86taHMPJ/TshBlD0WHDDjt2GbBtU364vTiQ==","signatures":[{"sig":"MEQCIE7ELOAHhCKJz+beJstT0aunTheMPgPJWelBivJuHmCBAiBulTIazIaH2PA3JARgnesAdV7aGea+14wWKYsTJdtLGw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1163446,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGWlXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmqanw//dI8DxD0AiOsLEEZP1S99/1JO4MGX30rmPwU11JKclLpwmwIJ\r\nsmI1/yK1pBQVduOfuw0zW7VVuvo9TBewbdFZoya/n6OMUQYyJpnnoqrRrLhR\r\nHtJExh2iI1ZuHLe9mPmy5ESgVPNWJf14bK4pYM+KUNldlTsf+EIEGPCqG62z\r\nRn9tio2f0J60L3pkOKUm7+sblVcdIemezgHQTbMfOepxL6lUpFkRQRS4m93V\r\neZGejGvflJrwIt0wXa1e3UrIYt1cJSo5xR6D5sLgLTnhA+Br+fQoH3TV7D5G\r\nQIPKKfupAwTn5ZkTl8KDjbTH7azrDgPR/K1RTtWRkn+z1wXPQcYhzNMME1a1\r\nt45aQLW/OT4uscxssIp65mnQGOr5XPOzmgV9CZ/x6EDw+9Khyfx/kLuf58Fj\r\nAHDUXx2LrNfbEsxx9KMQRUFHNWKQkFCNJNie5dvLsDKOCrFYTxd+0n4/vhKq\r\n3audzVnfg1ujDqM7IdmINCQU8j36tsUQrO9IKQ233YMDxTa3H0d9Dcbh0Y4m\r\nDkKbcZEMU5kUIherEhxqXyAVbyQVftzKN1k6wlp3QGAlrECrKN0vGwIlFHBR\r\nrjRt+SkE1WlaaXCGlU2t+Yzi764/RvpF9hwed1/low/+b1As3armAalWu2e9\r\na8qyXC3uXGvxpoN4JbKISF5PzW1KqhBoZmY=\r\n=qu6B\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.0-alpha.20220907.3.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.0-alpha.20220907.3.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-t4nD6jPWwFT+g8vefYR5GHmX2Q9jXsyBEFKdzsnhEhhEK8O+yLz86taHMPJ/TshBlD0WHDDjt2GbBtU364vTiQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.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/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","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.0.0-alpha.20220907.3_1662609750763_0.6602430778269242","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@azure/ai-language-text","version":"1.0.0","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"666ba6de5b3bc997327af82af8d5054b735327d7","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.0.tgz","fileCount":42,"integrity":"sha512-8kI0PxOZLARxGSdqQoF/UGMB7daJqvJMgiL7IRgUIZebh3ndbGA2YQqsTDU4DM2dUsQTagoCd5TvRNIBhazxAQ==","signatures":[{"sig":"MEYCIQC7saePeQlAVpt/SiEn1MDUeTbdOQ/6bSK/zdac674MwgIhAM5jmT/L5VXvuXtmtb8/0EVSB3wxSU5b7l8r3nNeDqc5","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1163349,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGkWiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpLxRAAgRpeoiRrdLs8EJDZ3Z1vEnXA5cGueR3qPJ4SYTpJDtQIXeL5\r\nkDuwEzX2JyNAI37IgRKTTTY3GQya+c3lxLbSPwVyk32+ufGIcEd6udr+tOF9\r\n50iB+sGVkpsDnv4GuOYwoATg3hpNJzpaf/hmhGPn1dIFI6E2I8uNphdrDaKj\r\nxRopOiqDfTRqgP9+xNqiMRkwfIi5huh3dEhaHEJzRoLGKAupPMxezNQTapxv\r\ntIKBXN4Z93yR4041bZxwq+hZi6YvYZKAeXKtrwTKXfVW7vK6REQw81I9Q+9S\r\nwiVuv8UIKjStV3t4EjYkgLO8Mc6eYD4p9mCUzocHHDym/pnl/DyQHA2oyd33\r\n3PdeLc6VjaQkYiGtrqydzkHXnPIJHNrdudh8/DULVydSi6dbqVv9Y86ks8n5\r\nrvBokMp3uBCmtjuTx/ASoYu1qO2I006NwrfgAuCHR1gRC+FSYP6TR2GT9yNi\r\nmMBq8d4zglRtEhYDfQyRnrlcymlv1+XprzGhPeabeahAN1cKfacBpypsgeoD\r\nALVA7ZjaByW9rJx4qnxLHTVJjbSOX4alAN6/h4AP3uw6PIKeZSMhOB+duHi6\r\nVT5qsBFjsLZa1kMwnh47DdVviQvDjJW28nAbt5xszXa0YXJPtJGxr8IZ3ze+\r\ngR29LyeTTjcAC6UsB8ymO9Fzim7ghECNdLo=\r\n=QAhV\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.0.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.0.tgz","//metadata":{"constantPaths":[{"path":"src/generated/generatedClientContext.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8kI0PxOZLARxGSdqQoF/UGMB7daJqvJMgiL7IRgUIZebh3ndbGA2YQqsTDU4DM2dUsQTagoCd5TvRNIBhazxAQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.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/core-rest-pipeline":"^1.8.1"},"_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":"^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","@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","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-language-text_1.0.0_1662666146513_0.7680194609090676","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220908.7":{"name":"@azure/ai-language-text","version":"1.0.1-alpha.20220908.7","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.1-alpha.20220908.7","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3152e76e2e3d8dd6ff460bbed3b5c346a347e7f8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.1-alpha.20220908.7.tgz","fileCount":42,"integrity":"sha512-Ka5iZQkB7mAXMO0YFpl7Jszyk6kgx0Jlqc0owmzYR2G8ahleQuR2clEIktJpLAdbpWg3HOdtXgF7IisfuDIOUw==","signatures":[{"sig":"MEYCIQD9nbxt4yPEZoGCz1G0I7WJXsTuZTnA5CdfM4fs5Qk5PQIhAOzj/pypwQMbT8gACFu+KeabGcEl0GdvhQtVz3QlWxyL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1163524,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjGrpkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq1Cg//X/w4UXLly+ukR+ZNxwL+/DOoA90Pt0zroZbcQrxgN1q+WjGG\r\nhG+17UXHWSGU3iqvrCpV0GQLrPN/7I0Sz9u6+sfw9earO+ymrzEMASJMnBXy\r\nybDBqdaXNb4d/0QYtIhkXXk/VOZ6MNLxf29/yyC5L1mwk9nK1pib3Z6rpIPO\r\nKd+1EeN5e+COcnnFFlWE2uH+N3gT8MhJIP/R4kFm+QMlQgOBTKSHaK3+L0Cx\r\n1KgqEvetDCNV215JnNubVkxk32dc5FcV5pZTEt8RFtSRFTdvfx9BIG0sojeX\r\nfM8wlHTwkuouhEaCW28YcRyYFQUDQe074k8LbkDQZ1P+KKu7vrFXLA1I6yNs\r\nPaHEM98VLM/UnQn7lZM9WK8tk9PL4ebTMP3eehEvUrPTXhs5nJ9mwaLu1yvR\r\nu3F6kQCSVmyM4bYpCEa5zMlAFbQvWDCLNXEKBZvGhtjOwOiWun31WtONDTzt\r\nvNNJHrZB2qeFZuC2+4a8xMFs5JNUVO0wzxm8SWlz6Y4TennB6wuScQU3mAC7\r\nHFF2hcn8UimQFw1Ve1vHM4EVsfQxRR9jIKCaT+PTePvJ1+2W0a/+iuAHrX6a\r\nXKNNSqr6TgH9B4ASPQeW/eUA7XeI4eOkIH1yxaLb2Dc28txw3XVzGAS62ort\r\n/2iJFiha3xOrymMajok9EzJAGtp1MhC+G5s=\r\n=+zck\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.1-alpha.20220908.7.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.1-alpha.20220908.7.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ka5iZQkB7mAXMO0YFpl7Jszyk6kgx0Jlqc0owmzYR2G8ahleQuR2clEIktJpLAdbpWg3HOdtXgF7IisfuDIOUw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.0.1-alpha.20220908.7_1662696036190_0.0765649090352194","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220914.2":{"name":"@azure/ai-language-text","version":"1.0.1-alpha.20220914.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.1-alpha.20220914.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3ccb8fb7f5efce8e6fc0e083c19303796057e96c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.1-alpha.20220914.2.tgz","fileCount":42,"integrity":"sha512-w349WFbiXiqcvX8gD/ZPHOARZFYZUC1qIOeYR7X9PWTf/zrYaEdauP9GPY9gTrgvK3PUuZqtfwTcUy6jGyF/bQ==","signatures":[{"sig":"MEYCIQC7OG0twyIoYT9DAgPo+v0tzk8IeceiMlDy+TwQMypxJgIhANR0GJsAma/C9verRH1ONXyTRtJM9wLvmgS6y4OHcHab","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1163215,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjIqPdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoPsA//QzE0tP7pJ/mMe9Zcg7H9NzOSCiQSfelrhBIbMO9EBQhvnMOl\r\nZ5mkU3MgGsGxKb902OeHRk36EF/Hi5KCsdzrGS5HBO0m3Ywkqx8k+oELqB7R\r\ndMuSUTERIt5DYS6j4o4lMOkRd/vdUk7JHVJ9h+0s7xFdxxL4Q2oiRvIrxcSE\r\nRau3Xy/12fpfmMv3Xy1Tc+nPE57ehMadYrhL4wRvsMvR9wSe8tdgy8y3pyQP\r\nwNBPObhmylTM+UMCbUhUqYFRn/GSxZGsQc+10KX1LPOOC1AqvpuXpRC1OlFX\r\nOIAJ5Uq8PiLny2QwagRgva9XRr5Wx4b2hXWBbdq1+PifTv0rhsCo893mgyXo\r\n4MPjJtd4wv1K0jfUnS4/OH44jK9mwjFDaFP28mHz6eLro5WwyEcwaFjdYldO\r\nPYegFJhRIVYje0uT/z1k6UxZg52oQqTVSsw1jgPVzHKclxkP7Q8l33D9Ag0S\r\n4VPiE3R/LMEl/tTTOIeEHUhpQuk882sdURcnhrlHV2kBt429Bw7oMtsDzHJL\r\nL3QitCFbeWKzU0bSHZpYUCBA/FIpAMOGgnT3vn63c1h1vKHrqTpYAkI0zAHx\r\n0KqeSJRx09gbnP9GflmNTapBgpLHxfNBhL2yKQV4gLegGdR+EnjeQCmXZ/x9\r\npHhosY4AIefAdRwAZJQypMJpUVK8FQcHMMI=\r\n=f97K\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.1-alpha.20220914.2.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.1-alpha.20220914.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-w349WFbiXiqcvX8gD/ZPHOARZFYZUC1qIOeYR7X9PWTf/zrYaEdauP9GPY9gTrgvK3PUuZqtfwTcUy6jGyF/bQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.0.1-alpha.20220914.2_1663214557271_0.1726016736338969","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220919.2":{"name":"@azure/ai-language-text","version":"1.0.1-alpha.20220919.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.1-alpha.20220919.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9d867db6e07a1d56f6aca8392b2b93fe6d8ff088","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.1-alpha.20220919.2.tgz","fileCount":42,"integrity":"sha512-hL1scYtHIWiurhU/jJE+T0dgzPU5231OO3aNgoBzbNw6ma5oW8G48yX2cZpbG+ZWG6csn+jzD8gavTLDZMeKOg==","signatures":[{"sig":"MEUCIDrBxA+95aFrLwEDrvK0t6thLtIaqiESfrmLdUeTPStLAiEAqvTDXTd7dwQMwRwg5Kj3lIeyXjnI2LOCfSBncHuGofA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1163231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjKTv5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrW7Q/5AdwNphuOIa4cQ8vWFtMgrMYBv9BWVXz7dt/Ei3hdNtWrXrMM\r\nTGQK5gDmrKwyELL96hoq8MsKuNMeBJusaks6es1FBRl6qtghJ403OgJ+8qBB\r\nEPrpBJIkpciEyRkyVr67k1z7lpFRotFJ1SDGk9W7srHoWk26n/+lvvJhM6XZ\r\nP8KtlO3Z4IWWcABZRBAfBE29dM5kwhr0TvaD3BLP5hz/LCxRFJv1AI4MeKqV\r\n5nXV1HVi+buqtq4TrQMQ4ApDQ5vG5jRJogmlTbcKY9Tqam7EDejQUTD4VK9y\r\nbGOB2YgB7zs+JVqBO9wW9cscLhV+AX60pFJ8ccCPlwrXulZZLRNrmv9usHxa\r\nGFkUKAfe0ZfhvlAguRzm3GGNZYiB92qMyrCP0anH0fXkkIzPXVigpo2m+/Jp\r\nobYJyyQblY1nZqHVuMbqG2phmfUsIB/auRLOciS3B5NqZxdtOwH0tf4leOou\r\nGe7p2ru/L4hIWyT18taKYP0CUgC5x1gMeowvpMyc3smYVfegyn44w2yOlL7I\r\nTZPR2bN8jTM/c8ZWDZ2490Qv534sB8sUmWpkN52ftyxeyTr9drhi3Z9DXKIM\r\nTqkiwT/b/bBHp3phEMy+2rjks8dkJHNHPWpHULuWypENJlLWSOlHHVYYZwpQ\r\nIs7KZQ+mSSDXw2x4S9sTHItvJ06ezmUW0Y4=\r\n=cLHJ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.1-alpha.20220919.2.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.1-alpha.20220919.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hL1scYtHIWiurhU/jJE+T0dgzPU5231OO3aNgoBzbNw6ma5oW8G48yX2cZpbG+ZWG6csn+jzD8gavTLDZMeKOg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.0.1-alpha.20220919.2_1663646713522_0.20509369955195478","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20220922.1":{"name":"@azure/ai-language-text","version":"1.0.1-alpha.20220922.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.1-alpha.20220922.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e85a5670a6346e0d78c21d89c753810688250941","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.1-alpha.20220922.1.tgz","fileCount":42,"integrity":"sha512-3e5+dHNfJjeJWUeHovBB5V+7NDgMYdnkqVI7yVFUgIm3LO6yCAHrUYVe2Bomp2erh9kX510jM6cF2ohazkVchg==","signatures":[{"sig":"MEUCIDn5W+xsVwlO+yG52y1b/7ft3So9hgPHnarB2OMjQDkXAiEAi6iEFpclwVsxWowQyIs6relYd4hnv5Q9XIEY247zP6I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1163231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjLS9hACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoU+A/+MDdSRXmVlemmJD9OgC8kLffd1CnGIGpK4hgXTIYygTaGIukU\r\nTEovjQPlJJNTAP1r0U6pygLSPR+3qD+DV/+TytxY/AG0HmhoLbAQWG5j0WVA\r\nnSKg5wmQDYd9KwZeJkYEOD+V4R7pK0c82SxV2qc+gFDwZjjsyMCoygP2mDyg\r\nfyTtq9H5t9+ZKehwFlVmgeSTpVoHO9nMRFup0QKO15A+UZHRQP8Rhowb+Iqz\r\nVl8LHqOLbCVy7/n4t5pJtFBrHhw8fMfpHIeF4rsJFwXJxn1DdC3VOMx8XsTo\r\nllT3PCSHw4z+QzTkOI0roFEjS/mXX1YQAvktrapbQem+d6SeRanqdcpreoCt\r\naKJncGZgbI/w1gqr3x217g+DTE4OodD8MdGa2gBxZBT4nssSwK5xVFoaQBGN\r\nIREg0PyRwSimJH2tAwQXxhGLRRpIgKz+I0NxmBYqp1svi8yw6VCnmHLwqI4J\r\nRPzEPrJwmMuJN1iiVEqvZ9CvxC3qApZk6oRAZyiVA3aGh8cSAKtugX0LMfel\r\nFIGvknE25g3fw56u6PnvxZKDOeS9j003xL+2RmKVxm8AH18tctH38IMlns4i\r\n66Hr/+vBXqgMFB4pksF8In0HFWvUCXasRZLucJNow88UAXg7bupkcS8Vf7Xn\r\nZjqlCc0JKk7165wp7ZPTZdgaAx4Uq1rBr5Q=\r\n=VwtC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.1-alpha.20220922.1.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.1-alpha.20220922.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3e5+dHNfJjeJWUeHovBB5V+7NDgMYdnkqVI7yVFUgIm3LO6yCAHrUYVe2Bomp2erh9kX510jM6cF2ohazkVchg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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.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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.0.1-alpha.20220922.1_1663905633617_0.013629465382150041","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221005.2":{"name":"@azure/ai-language-text","version":"1.0.1-alpha.20221005.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.1-alpha.20221005.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"81c223923a469f28c52a8b8fe98883515841c496","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.1-alpha.20221005.2.tgz","fileCount":42,"integrity":"sha512-c5Wizw7VAUjti5RyLhw7w27dMCkdh2SoCpQgt46FO9ioy5jK1hMO/aVxDwgsrKHwIRmznDLQKgZHLCeYTPKWEQ==","signatures":[{"sig":"MEUCIGcbNC9T5dfup7qQRXNcCD28Kf3II+6HWzzU500qj4lXAiEAmNKiZlRjMwUyoseQo8IKamMDK8dSlhByx4T3WYlSlqc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1163282,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjPlOOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoWAxAAofFXuOFhlCehSeDV1c6hnv5tmJQ12QgQCoksocFtcPfzVVe7\r\nal72a4BS0qMvgadqWjIc+mvd6wVjJRAUI5pqr/fW9DGSR7uplr/DinyQjBMw\r\nW4fdoKM7G3PjyvibgxulXWYNsPhDnHo3BGVbjdEueVHKhjjn+7tCKO2GteF2\r\nIADz+Czl3N69e8mRyfUDf+2w85tRnydN7ARrP5HeOk8bDCDUXilFYcO5qNaq\r\nH6Tg9ITbcupvAFV3rvZHxQTT9lHvHdaMbf74lPkJm0FiLjIGUVcY1AG3sYo7\r\n91YkcmggZCtsQqWnF8hNfRbpFrB3R665QKLOivpuTjWJMo6ef1hLJT1lGVws\r\nVycOuqsMYtzEqnrBVDdqsX9On5+fxPVkU5PWAyslbrnniyeMsEZC8sxrUpmH\r\nE2w/aE4rvDFVDvlGdHeFYqa05yLBiw7GJr7fMa2MCJeNLDfNSoAgQz9iSUM+\r\n6Mf9vN9QSCGbf3TfAe2DyDZqNU20hZQZ3j4sprwvTwzW03W/30FowW+/P2y0\r\n6WetScGTktr1cAHFJ5XdLKayqz1ChxqbBGvoCWXHjseqcMWaa23YpbgNVj0K\r\nLLimlCh7oErLpuP0OPjz9VnonFHkHp/sqcyzz2Qp0TaS7/bPT2fNJeNTUhxC\r\nH2JAxI1iiglFwDkup5sIxhvM4KZcXR7m0GE=\r\n=Kmhw\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.1-alpha.20221005.2.tgz","types":"./types/ai-language-text.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-language-text/azure-ai-language-text-1.0.1-alpha.20221005.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-c5Wizw7VAUjti5RyLhw7w27dMCkdh2SoCpQgt46FO9ioy5jK1hMO/aVxDwgsrKHwIRmznDLQKgZHLCeYTPKWEQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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.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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.0.1-alpha.20221005.2_1665029005745_0.0007291148553054683","host":"s3://npm-registry-packages"}},"1.0.1-alpha.20221014.1":{"name":"@azure/ai-language-text","version":"1.0.1-alpha.20221014.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.0.1-alpha.20221014.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9e55f171a796f7e549306a2f9aa92aefe10c3ee9","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.0.1-alpha.20221014.1.tgz","fileCount":42,"integrity":"sha512-PTPPH4k9bHYQXV/W/dz3F0XjEWq8JUXJCxMnpwXAdOG4QqP1rlXs00zN/HPFEInDkGQFO5yaYtmZD/b77mSV9g==","signatures":[{"sig":"MEUCIBxe+7+c3Pmqo7yJ3H6txB/zz0pdoAxUL0mPQMcva/uTAiEAt2kcEKASpNZAN1Hrn8r4Y4io4QDE7AveD9FzblDy5Zc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1163282,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjSjBeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmobGw//RNax1Hq7RlHWB1+UzgIQf59JStd9uSoPOQ5j0+0LAtD6A9Dd\r\nW1iYGG4Dt2Dp0k9iw9imSczomk3/QdyCa8+u9+i1jpwTxF9tbDqHZAVgf57p\r\nzgrhehfhlqOTznbMcRnPdFkeRPIyd/uIOfoa0bDaUtRL1+HFf6LcFSPS/jqe\r\ntjV7OrxvSJl78XqcTjStu+ugTFlwB7UGhrHX/3GK5bo74FtUat9ClXs3iD9f\r\ndSLbsA7wDxe4bZjbNmLW1bq6yE+9/LjilIgIvvVcyO1PldS78zQ8ZePwTqdf\r\nmbXbxdS0C5LN/SnAToYezVTV7SzokE8VFlI0cQEelGQ6M46BK9HYzxn7Aom9\r\n69FbTq/czwR63D7bDLO8rnmhSHm/NCEDpD1BdVWXC+BvqGyURR48ccrYWDfO\r\nN6rj3kMRWFdLMoYWLJYnH0X2woVkLyzRWkl3FErCny/qpBQJxrwH4uxdU/Qm\r\nx7Wy9lQIM25eEvpogL28CPvR9qpbzy7WosAit/PZ2RTPaH2W3vfKysQQR9Y/\r\njDWYlKEt0jdfqrxhgv7IRSpiCieNlaWk4y4H+XwwbWBHhIkT5R8oPqbAv9Rv\r\nzrjvxfvzUu+Pnd2v+uBiC+hXTND+XDpV8AAQN8sReACM0J5uSaMcfhv5HUwA\r\neaGTbIDrozNzSJTMSZE+J/sBWmGyEAKd2Hc=\r\n=WKiM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.0.1-alpha.20221014.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.0.1-alpha.20221014.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PTPPH4k9bHYQXV/W/dz3F0XjEWq8JUXJCxMnpwXAdOG4QqP1rlXs00zN/HPFEInDkGQFO5yaYtmZD/b77mSV9g==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.0.1-alpha.20221014.1_1665806430058_0.9454192042090501","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221101.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20221101.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20221101.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"89b11173438d281e425a90d8528cbed24ea4d34f","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20221101.3.tgz","fileCount":42,"integrity":"sha512-7Atmfo1SEaD20m+lUoTi65V0R4fBHuJ8H08j+82ToGGtU4LuGuJkcIFH4+qaoazgtN1qV1gP7qhyeNONO9GBIg==","signatures":[{"sig":"MEUCIQCRIRxswjvC0KNXt5nRoM/E7wSgRy40hL8unL9Pw+UBDwIgTFJhV8bE7GqGLDN8k2vdvQv6s2aw6AwGaa/bFAEVozY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1529314,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYex4ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqW/g/+L+YMWL1/8r0hrcQKOt9R5gr6z7hKHsET+80/8uHZCxtE1qIa\r\nKP65MciVmAaYCmi9Rj0Zjn+zTsYpoDG6gVoLNaKrE30+S+xqqmN2ywfCtWaG\r\n6nvdJp/2nBfTvqE8E7Nzaq/3UNwm6AkLNVqkMsLCTzM1t3bmwcc05kOLJMdm\r\nnVjzTaHEq7LfqOVUGTcRYOOIKW3TtL+VSfOpQqi/yeZ/aOqh0cBwLN9AvvH6\r\nh3nHlPuy5hYIvc+G52A7/KWBPmWP3Xel4VoyvyT6cKjW5a4GhCEinkxT1ruG\r\n2T4t8JHqmvpLIo+P76jejqTB7xkTvpOdvKz1YSszE45vZvAXaspnTVA0+/8+\r\nCB37SyFXb894vuk2192j9xXldM2Ub2J017tM2Fs6K0vZqvqid7R997UNVlxK\r\na4sXUw+fZMReC8az5/PfRxN1i8guKbWuMUJHhxDZsaWjRerwRDtTPAfMVloF\r\nZfO06W+ReOVwsoaFAhwPzdK0C9QRkE8CL5polyIcRplM1zlVTu2OiXVcl9V+\r\n7X2kIyW6MWAIP9xXUVQio+9FTjOx5RfUAEuKQcMfiNTLw1It9BbxS/BObSKz\r\n0ek4BF5MCFROEynCJVUH8Qnoht5NIRv2WPHIt4+6Cj+jtk5AgkIB/y45rZSK\r\nlB//hke9Ap0jM7uvZYCMugx0g9SxaGfK4K8=\r\n=EuCf\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20221101.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20221101.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7Atmfo1SEaD20m+lUoTi65V0R4fBHuJ8H08j+82ToGGtU4LuGuJkcIFH4+qaoazgtN1qV1gP7qhyeNONO9GBIg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20221101.3_1667361912753_0.6423367079403886","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221102.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20221102.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20221102.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cef9f0b76c1c78e73a69281593c7320f4a0be13c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20221102.2.tgz","fileCount":42,"integrity":"sha512-Hf/i46zOnQf3SRt94OTQmEknk4NIBdV0dBjLiCqxcoq4OT7QIE9SgP9sgvFzuv0ZCRtMrF/UBO5FpsxlyAKOMw==","signatures":[{"sig":"MEUCIFlilDw7mvhDv3ebZla/fQ9S9+hNDfTwFvKySd4m+6IyAiEA/sFpbYXb3PRqFmYUffZwvSqehCROayXTr8Xjd8kqnps=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1528552,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjYzz+ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrXxQ/+MPEqwKfOcwlePms/xwgGZGvbwAtdTWm/19HoXU4SJoUXZVw4\r\nuRTNla3CNqmHV00oz8G9PeJhpakMiZLRhSkkJNXTsb4sOeKSYLBkmZxVNKDS\r\nf773H0vYM8/TgSWyqcUyYKB7Jc6iTZLIbX4JrVHsWnTKklOBZO0SutfEyfnK\r\n/fjnR9ww2VYf9D0PCen0xh3vP1/+5K0hvJk1tVPmiuaDkE32X4pkx7QA6All\r\n/jplkptv4TS7rU50tTCPOS97sP5tdnrJjxNSa4czthIjlfZj9r9PeerK2vqE\r\nqSfknc8zp2Gh1r/BGGbp1gYAT5WfXSmaMTl3PvkinKIfRGm9ndNFfgjCY//l\r\ntxWYPAxZUqKoILVdhHwfLN6TOIfIQA1L2Gj86telMWtkdCMN/B2WeNGWuyZp\r\niwX4iSzWEJqGQwPsFgf86f3bf8/Si2d8bDQFQQ2/3YIH5X450tSmAR8y1V5s\r\nFGgAd/zP/4k6Cx58JLPVufc4GGqHg24bska8qio3KnrssGxyS+xjHpb8fU+o\r\nQMBEiNFvcwyqZOpivg5MysucrX4stte/+IVTj3+L5qoa5XVSjI6e5Z+m7N4v\r\nHVQ2eVQtrnOsOzh57JH9zR8AZG6dA/AWohSmNOTx1TrtqYz5aoTZCESZBA9u\r\nowP8VRCKHh4hO7UZwiakbDaS8Yb164BuvM4=\r\n=cW2n\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20221102.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20221102.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Hf/i46zOnQf3SRt94OTQmEknk4NIBdV0dBjLiCqxcoq4OT7QIE9SgP9sgvFzuv0ZCRtMrF/UBO5FpsxlyAKOMw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20221102.2_1667448061921_0.28734060158325225","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221104.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20221104.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20221104.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fea88d82405a22a3b99b460a5aafa4f9d78b98c0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20221104.3.tgz","fileCount":42,"integrity":"sha512-hAw4QHpASfBbcs8BFC1pJKd4VhSE9IZ8BrAKWnNmRCTKUmjvizpuccRNMk7CGCV3tIy4VB3u0qF8Fbx6tbuwMw==","signatures":[{"sig":"MEYCIQCis27D7ebNFvMBFDanXt0SfvtdentfWqrjs3/yJvX5tgIhAJuuWMBckRRPZinPUZ6Cl+DLd064S+5GktXwezeUugMJ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1533936,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjZeC7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmryQA/+MZcgo6OaeY1/geTfjk6lsnt0jJ/GPwNGKjz1rIHXtES9di48\r\nRU0PMVhCCzX/1l8QgAhSNNfzVWhAR3K7XwoqoI1YtJBQg7lj4ICrsuro7PTX\r\ng9j3lFG57RFXv+lR7fD3jb6BtBIFkRLojwXO5JvDZWYbnwjHs+ZxpAn8wdXn\r\n2rFUzKsjN/0jxhlxByl9cHmBXNGik0KaNvqeZYVpfe4q1yHf+1Yq+8MA5EFJ\r\nyc6As/QxyoW6R9sW0TCUFx1JSjrs5E1cnqdVpfr7BRDTpw6nwPtJvWT7VBoa\r\nMwWkps6r6YtYL7uwNy8k6g7EixDboDCSqdsVAImUeBF7RIv+Bm2NFab8ROXt\r\n5EVeQgn/JsVoPWbeeH3A/Mc+IS5/wc9FLm0Kt0pr+Wjscg71Df8oy5trekSN\r\n3pKEPQ7aSjvwPWUrQlVXFp8VKn8uRZogs5MZv7Eah9fq5Lmh9ooV4KTMEewR\r\nBd1KXJcx0Tx4ZDh0Ru/ybTqsPbxvHcKRaLDHZXrrLkpIfxMiHuEsYgV1Cnlz\r\nW5ynptwxtJdg+cQ3BWUJWyCBX2FWez3EGQUd3GggRAjSqRR1R+E1Q7/bly0b\r\n2v4gUzIBjL7Cnuozd+F4EZ/yp8yk0IAV9UJLAKXx2PXcwZmrsWDcC4C257Gw\r\nwzAbNOMKbSuRtJS6y1quX9hkc/BCRyfadmY=\r\n=ahOz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20221104.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20221104.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hAw4QHpASfBbcs8BFC1pJKd4VhSE9IZ8BrAKWnNmRCTKUmjvizpuccRNMk7CGCV3tIy4VB3u0qF8Fbx6tbuwMw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20221104.3_1667621051688_0.518265351894241","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221107.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20221107.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20221107.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"139ec2f664ad1cd4d8f476e87d516cab7b80beb0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20221107.2.tgz","fileCount":42,"integrity":"sha512-hX+JchNUHmwxz48Y/OpOKfMyHXTbToGfbDtIvghXMj4V8TZpMtR2UDdf6U6Rr5XYVG9dEuIeCkPg48MDEftZ/w==","signatures":[{"sig":"MEQCIE2/vwAC6fFCfHfWsV1ekwaVn1VqR7mfWKsiVE2OfVPtAiBek2ySwxWIMTJr6221hm2O4GCd04ScgCZKx0JIxaTVOg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1534678,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjaeNHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrw+BAAjykU8DXbzjI7jzZbMc7mKMC6J6dF9OrwgMT7diuseVaJjHBv\r\nFewyNecvmQ/00ud/BEvqYe1+1HdC8ZvEBiAEqDB5RDZa1QsBgCuNjdUfsiHS\r\nruNenvZEOuju+2UGvzvZt0G01INgI3eqbE/HsmEvWes6yG4xIsh0oYCBLe4M\r\n3qGAzGCWLZAZuGUYjHnFMUUavvWLBWfl1NTXWTBSxkxjmSzLwXnDEE4MPsfW\r\nOvTdiqcpbAVW0sWKcUh0buGn7h0b3HIV8BhETOrK4AAbubdOzSyaiJCjPSB/\r\nvWsNvOFNDvR+vBsmMKgqIBnT3SxQ7dpBbIwVoKFf6954nJ1qTTV2vqj+7Z/g\r\nh863ieb0JDmhMZfhXuUUl21wg2dmYJl2/XxYG/8LTEAl3NzKEjSfM0Zbt9vE\r\n2/aD/ttIKuEga/aWvSGSBMityI1lnL2x1t+L44bdpfF4nKgY3pSX8krhfqE5\r\nmvFHlMofEkyINo9++gb+KueoMAnRGsRhDjPr18BlW7ZY04uejbtBDxAlRtQA\r\nv3ATWHpvYdEoJjuv3+btRVlTXod/hO4qf1EYpwJ3soPxYzeknZAInh5+Wxgy\r\nyI2rfroeeGUjulk6/lb/TB2P2214aEZOFL13ftvk+r8NrsIvtx2UY/oGJnbD\r\n0fZYtSU1dFpIZZO4TQqBovyVB93w3fRVjRg=\r\n=cYT/\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20221107.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20221107.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hX+JchNUHmwxz48Y/OpOKfMyHXTbToGfbDtIvghXMj4V8TZpMtR2UDdf6U6Rr5XYVG9dEuIeCkPg48MDEftZ/w==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20221107.2_1667883847263_0.4350349495366306","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221116.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20221116.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20221116.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"24478c165afdf78c58d0dd586ccceb4e0c0ff464","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20221116.2.tgz","fileCount":42,"integrity":"sha512-WE4uTG0kCTbUD9Z/obD/In+VLJlAkDMOcks+S6NjdEd3z+2VBBzKxcEE9aAKYj6WaL5s4nUKz7qjLGIqvRtRFA==","signatures":[{"sig":"MEYCIQDFLKWo7sen7gR0iG9R/2mYEm62byMEHKtQTSpW88JbNgIhAMYOyV+33v1P3tZ4ocAxAxdM5Wc46gOagj4Sd+LUImg9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1530138,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdcJKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmptoQ/+NwcWjEGTbeQNn8O4q8KRhS+Ra0pBbWfP5Ra++MSLSgPZKxik\r\nQXK6btJmpVKKukHhaZ8jXqwX3YuhvyW9eEwGbZkwt3K83L3g7psLuaGe6ouR\r\nClrFwBVpF2ynfEGt3b2uspoAyZg8jB+iOzwxqn0PQCehNgIVcsbnz/j7cIPc\r\nDrTkfF/eT0W7hqw/mt6iABigWBJaFcHypHRWHVzbELxN7B0pP+7MQ7yIxyXs\r\nE5hbr9Y18Vvisemciz8ctCZKsBl15AEmcG3SMuDPx8569fmR2lXU1YFI0AfZ\r\ny6nZEUMyPvdciU2Ac4NoQJiVEbfVX/cbBWGwScaQGNOJZqNLaNxDDGI+L64O\r\n1grHIpO6nEyRlvVfd2T9gn7aONMFdz3K6hT+FLSpaIWxveyWJWnHbgtUkknl\r\nsdRVxIiRVRsUapcPpkxmqCjluynk6pL4HHRxHPPSfcQucsKIYNcmb+tmstB5\r\ngmvvIfDjoAUz+JSU+1B7R+eRyg2RqUvq4aXKfenULc3xtY3Cbb/W7ZDznU4Y\r\n1t/7eKOlzULw1eZkyEZXs8Olv9VUR2IUA+SJNtBX7o1BDcImZ9sWVL9MFoYi\r\nmtbD7LiAZ+0q2JFDFIRrZST0daWIZsgOoEq4Z79JxBxlTXtl2fHnJfwAiuzG\r\nxVfcbIWByo84HtjUje6Xr/RIc8/HsUy6Woc=\r\n=IyCz\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20221116.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20221116.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WE4uTG0kCTbUD9Z/obD/In+VLJlAkDMOcks+S6NjdEd3z+2VBBzKxcEE9aAKYj6WaL5s4nUKz7qjLGIqvRtRFA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20221116.2_1668661834043_0.4204070583912085","host":"s3://npm-registry-packages"}},"1.1.0-beta.1":{"name":"@azure/ai-language-text","version":"1.1.0-beta.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d1d940c59c3d78c04bd7e47f99ada36e7bf4faaa","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-beta.1.tgz","fileCount":42,"integrity":"sha512-/N+68gLChUYSoWB+d1WwTssEvtscLqDhh7JwGhqivW3pp0liE4Awz7pEy6pCGHZalamgn9/7Kiyob95CoDdzww==","signatures":[{"sig":"MEYCIQDwMwaXXJHJUA3Q4SrvBPoY4ezZjo+zZdxiB4IqZZahsAIhAO+W5e7AQWYGmkRcjDZpRZDgBL5XjDJDyslXYrm6SkWL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1533793,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdt68ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp7Yw/+LcoT0HZs7Vc/f8QdihgPQ5RWQFcW2WO1c0+XIJWhJWIZQKWi\r\ng2jP0N5Ni3P7uYSjkRkhbqdX5fZH+CJ2BiGEIqOLJS4rJ3Iyq7YdnAGpMqri\r\n1hUfv7OzEKMb+p5Di6NYrDbMayAWqqzdIlf7R4q+pvmDg+uSdt2fHH9AHDmF\r\nqCEIqzZ+fbi6iu7unl7caWSpTYtiAFP81yq3Nos7StsVt33YN9XlqRyB9z4R\r\n/BZ/cvzIqyUZ8YkL9BgYtiokY3Y7YxJNrVkKN4oX/utA3+eKO9Trw2bFFf0h\r\nccGsr9p+fWCY0jUAmXnnIV39uhlMs6xcgZylU4xxFGMySV3uP1SF7EfJEd8H\r\nqFVgo0adAI25f4u6eA5xyXehgHr4fG+xoVsDL+JBrFbiFNs7LOb8yRcCiRKY\r\nkkxF+PyIJl8hrtEyqcFkGGSj0cG7MBmXpsXUemL8+i43g2ZaYWjQ6UWMEjHO\r\nlKchS0wVtxJhWGvwFSqIC7I343piMmf/z2pa/lZ3UjjNALuY8HDF/IkXBhA/\r\nxUDLYiq0P+Xvx8UjUrglxv5riJUOo8nJESN7xP32cgBSwM1YHR/WK4Ftwj7x\r\nm9gneG//5R8DQmtDcMWICs8Tyym68gkQsnU5bY//afchUfClS1hrBwg+M0lT\r\nWIh41o+Oem1T0w8XzUEFeFjyZNA3MsSqUK0=\r\n=itiZ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-beta.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-beta.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/N+68gLChUYSoWB+d1WwTssEvtscLqDhh7JwGhqivW3pp0liE4Awz7pEy6pCGHZalamgn9/7Kiyob95CoDdzww==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_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":"^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","@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.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"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-beta.1_1668734652626_0.017361795970022076","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221117.5":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20221117.5","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20221117.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6dbf30f7d73890bdc63ba5a26b0ddfd30d3963f7","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20221117.5.tgz","fileCount":42,"integrity":"sha512-YTFgxvhKGm9hBrQiU2xF8NL+KRBSdcBBrXnkPDLvpntD7B+5NWleIhvvVJ9xolqGAQ5EL9f91jwhiDkctIMITw==","signatures":[{"sig":"MEUCIG0XYwrzjN1/AfzqjKs1BOAFYb4VSlKA1+vpAit5e1wVAiEAwoFW/oXTH1ilzGgu9v6VBA7XNZ2mOdE0cEmL6Yh6MAw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1533883,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjdxIZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqWlw/8C1pswhrDnDinhycXlBZHQwcTu5005/m8CDUt1UqO9/Z7Q/hP\r\nw9H5ucLxeeDAqYXc8b7+jk3NEsWbUdvjfOzJwrbZfliDFKZmHhjdZmnNWEpt\r\nm0OsdD6FQqnGuQPI79eqmoi3rkVGvBgsgyVnJqFAnq3626RCbTiDGr312Cs/\r\nqpbRomCUURjsgOEQf0Z1kGJbbLtYct/aaFi2HmbupJsaEVuU11x25vTBK1lh\r\nVK8jnU70xuqvSokW7cHfhV/tMhBLYjlyTkQwrwye2vv3JLBBzqW4ltJiNA0X\r\npnBiuj/YNo2b/spXZzXwchecYClN4SyR6K+AnLZbtn7K+u+U3uat0+Zw2CIu\r\nO8dRvfOrxgoT/981pgHJrCseYcqDtW6AxJ5wt61rldi96hKHkkso6xemDqGo\r\nuyiid6HjCWY7VOPqV/vc8ps/90iKpkx8viy3DRp/J4MWCjRUjKXqdy08R3FT\r\nMATgRi/sq2vN6nz8diHEAS6WjpNYMz9bjKLEo5oUlwMlqGbrxdotV29zrxu6\r\nKvhtp1QyMEl/FUZNFcOKdxWhbPXMw0au9Q87rmC9AHg6yhEbocEYiPYGcQ7j\r\n0Yea5a6suttvTg34NedTPMJadADMH1QJ5zFxcCuxwFf6RWwVUE9IPikD+REp\r\n/EKNmNZHjNmTZOCOpvQL141hkHqvfoSPxcw=\r\n=fyYb\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20221117.5.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20221117.5.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YTFgxvhKGm9hBrQiU2xF8NL+KRBSdcBBrXnkPDLvpntD7B+5NWleIhvvVJ9xolqGAQ5EL9f91jwhiDkctIMITw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20221117.5_1668747801480_0.47599938963166233","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221128.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20221128.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20221128.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"39d1241a13076e6e4f82bfb4d8d8e55f1ca40323","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20221128.2.tgz","fileCount":42,"integrity":"sha512-edOlwsDpSGNdOCxLj8mITIfNoAXUs76iyLC03yh2Ec1uqi6SOrO1MsnZvfIdbAa2VAi6oTn1+83O/tWIGu/pKQ==","signatures":[{"sig":"MEUCIQCr7RVzFhnZrdJiGyQlZEcUs03yO9JWqyPJ1D5Qv01cvQIgSv1ue7DmnTIZWomeFKmSHQ7QayMK9i2T47xP88vu934=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1533884,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjhZKZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoS4Q/9GtO1zonzYfFvT1EPsQIfLAYTol6UUFFf0mIIsu7KOJedD56H\r\nqmT1zkoeg9U/ip2xvJksIC9COHZSPE6XKaGf3zxC+uKeVu3KHCImEKaP8obT\r\n7HyzYLk8jTlzUi+u8DTLFD8Pr1OpbMWwe+blUJeDgsx8BLYm+I8EHbZH7wWm\r\nAaIMxq0I51xBjt1q3uVS60EqCsht4kX4Sv2vDKom+uXtWDjSWFMPYj+ot0B+\r\n3nDH8UiTagAdYM3bZi/hqvvD0R+m5xLh02k+GIml/GDHqy9bJ7m57G3ebOfY\r\n+jeqWbGqrBJi7sijU+xyZrX1HOWhpC93n3pgD1vJtMkTGQbzHUrRdN9bHY89\r\nnDSYTfU3s8gZyibsZS+hGRlFqM8YAokql79kuvjgSiho++FHPnEIopIBbmKk\r\ne/50xwpXg1wDEWlDBQCuj6eVnsuVCFYkKi9H/147pQ+UOioRxfr7ldzaK2K9\r\nbnC2UTQRhnnSK4aPi8chjMMx/raE/GLuzbWFgX5HPiIMGK8GyrOYKEja0D/f\r\nvgjpb/PT52UxMgdQHRJfkMcfXrj+SRV80vI+iJGu8h0SuYpX3umZ6Z+SFrQh\r\ndXKvfmh9Z3YUvYbkvQJ/hUtH1CXyNd/ulQgWkl7Hs9GWgr+PYfueIgCghLBV\r\nFNz0ok8H7sWaVNH1piT71s0S5fVnsDEGbJ0=\r\n=zR+E\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20221128.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20221128.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-edOlwsDpSGNdOCxLj8mITIfNoAXUs76iyLC03yh2Ec1uqi6SOrO1MsnZvfIdbAa2VAi6oTn1+83O/tWIGu/pKQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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.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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20221128.2_1669698201438_0.45598849706018885","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20221130.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20221130.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20221130.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"9f779b982dc2b403c1abf78a6e3911a7e0a56a59","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20221130.3.tgz","fileCount":42,"integrity":"sha512-oPbkCwyNpbC62x+R6mef0P+cYky8ypYhRDtTlx8XrMxj67HZk0dmOTsubL1X9bj3yYkaCrL4Ww076AdKTGdcog==","signatures":[{"sig":"MEUCIQD051mXzQRPSY8Ysyyfzv75tQ7Qyugn9bST0SfOdPr+pQIgJNdihXONaFSL4K/CnT8l67yPsKFb15c/CWIV5E9qckw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1536330,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjiDW/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoCjg//WXaNW+ZcIBSovcGEjDdqlc7Refa9K99Thpy4jjo1LjcH6ABQ\r\n35Vaprh0oq5vnsB+/FPqlRQUMt8dE8vgXLOU+CLCoMmaYOJ/qZP88rFMAvmg\r\n8wOjaN2537rc9tyUtFQPtn8eIulM6VOJE7HzTiUmN7xD7n2momiJbUHZ6Y7w\r\nC8Meb0JU/JEj6DIAeU7Ehf4mE+96mSvsBz7DvSSq83ArmXoMdIgdZlrsXVYp\r\nRTdj26eydP0KfcT4VTTg2afcNTACNgbr66CoxnCmVWowzDpIFUYXnevi5tMY\r\nGfeqS5zyMd9sG6PZW3gIT0krORf71U+q5lCd+FoqfHMx/EtBGmkcYPMJ3ocH\r\nAuVplTMrY69tuFSmE1tD0G815FLS124LSZZ5Z++b+eUd5m3OyYOfFkWhn8Cp\r\nO7vIcoynuCQXA0ZchnD+X0wD6ZpsJbEutfhKDcuYWH8PHOX+xHHTGEMuuqde\r\n6xi53wtxoFsK+8f//KeLciFSA6/w0pHg/SDGHQ1lb0YOfJi1YF5+Y78BdLru\r\noM35vp4/d+uN3UvDFZxyfPXLlr3L0o938KM0U95Pb94zAsUFbGSK/8kwoV32\r\n9lsas53ldwVmVfbbzuJ5aXr+PlE7u60nIgSx9DS4Ra/FE0RQqw9rsELCWdci\r\nFmJffuByD/W7SPwv32zSwSlmZwbMiIANs9Y=\r\n=JkvB\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20221130.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20221130.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oPbkCwyNpbC62x+R6mef0P+cYky8ypYhRDtTlx8XrMxj67HZk0dmOTsubL1X9bj3yYkaCrL4Ww076AdKTGdcog==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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.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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20221130.3_1669871039327_0.3599077687598995","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230112.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"0cb003935792daa9c63213f26c3a8238604d2dc8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230112.1.tgz","fileCount":42,"integrity":"sha512-IgXYFH4zvEstiL+gc3+rM0cClJfGBqIDz+Hb8F33igRMCOXz8BPeQBrmhgzUB+3EJJ/gua52Tro43uubFHCDLA==","signatures":[{"sig":"MEYCIQCkwv7aL7+NQcc1S0T6Aynz21B6hOg6q9xDPnuGsQD8kwIhAI+HsdAhmD1Qu6Ip4FDAJdZgVP4QYlcIyx257fYyR5KA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1536514,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJjwOa6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmre1A//TwFU9UMe9Qs0SF6kAGdhWjoCVaSebQQJhqtEovOhrCL4S2yF\r\nN10X6GtXFYZ/4KXeBOo45UgDfhYZsbcf+yiQwUvpC5crAnGzf63zBXYLHnNg\r\n6iZsup8mePhw88P6PF1UMtPYzDPDZ7rIfw4YZhwRbK8u5XTsx8xSa+wlAEAx\r\newqCgkmSQQt5EkZhgq/yqYsyUs1k95Va5stBcw93IhhDBKsjABrrmlWlNOgv\r\nt5vGgFKoEy+bahMc+dVS0ynE1knKjBCM+s1IyKVpCPqQQJjmUeTxB6Dluwr7\r\nLBbARtWLWT9NBhebdOxKBWH5YM4gK14TN6MxP6bOSzVscj7mYhFVhow5sO+q\r\nn5KDoJ79hRbWdwWLFlZ8mfLrq2WvdA4EWWays8LMQm3hWi49NX294wr1c9++\r\nRGFHM5hDAiU1Mg4CoZg0R81ZzkpiarJh1KdBDfGcPMKJMazeGCb9fQS0U+Pk\r\n5k1tV+2m+efWHZIF7lTlXTazw1FRHATr/yL1VwJZ58ceQ4+NaybTUFNVq8Cz\r\nnajXk8pR+ELv6lp2W+6AUP6B98rUZSmvKuXJY6KhbaTdoKXWHrjDrREu2oOI\r\n7Y3zGuBWApphShuS/kNY/qpSVPoOBeGCZHIpY4JUZpSYg9k54/D+LkcKaDBm\r\n92VUgJRdR9C4m241U5SaRkfvymFIo/nrOV0=\r\n=qbpj\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230112.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230112.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IgXYFH4zvEstiL+gc3+rM0cClJfGBqIDz+Hb8F33igRMCOXz8BPeQBrmhgzUB+3EJJ/gua52Tro43uubFHCDLA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.18.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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.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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230112.1_1673586361852_0.5233093806980917","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230126.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8ee3f4e16332bf75aec91c391768a4059b62f8ad","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230126.1.tgz","fileCount":42,"integrity":"sha512-kuhbB6Yoii+9sDdn0qNLkyKtiR30CpbNhUsePGUom0AUYs+w9AmtGrQiR7789yNceUwWS4JsInX78vc+dec0EQ==","signatures":[{"sig":"MEUCIAKSj6vEVgCkG6sud0eo5WbcARSG+qLsLS2aW7DouHUrAiEAma9+TkUJ1bG5/1ZPBE4MsVVC0S+UvuUS2qrnhGvQI5k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1536494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj01sBACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoZuQ//RiN1lV5TaOoejS/XInqhtKb03YLN/Cp5LSA1yNTMUrBX2YnH\r\nHpOGnSnYe6LWO9FEvaSBkPpEKfS3zBJfZC9HNWPuZggSOdM7w1EEcY1IGgu0\r\nuzOw+pOjG8cOMV2mQnGoJJdpcxWEfib7/A9P68w70Urdm/qbaRWeyMPa+PSi\r\nepj9nyNjryC3dGMc1ezmJY6Eqv3x3hrjLcaBG3Nh//4/NhDKAGpDNzhB/B+W\r\n2KLR64Gmir/QtCEhR73YotjFlZLYL6WuohgszC2QtBIwgNYppYhE2k+ql1gW\r\nz7Z/nBAO4cUaklgVUj/sQDpEim9GCkpMj4aCiNcG+ZINZx2mSycPg97Hi2m4\r\nIOwi8dNG3T4i2eIIwsTMm5lnOu2Zu+P26ZqkNipWwpM1YaIaurwi6UeFYHeC\r\nv72Rmkn7mMl4FdfWS1NgTpZBgTjs/0492Wg3EF9SiOsyGXQN/zj2tOt2uMpc\r\norFsxTS98ESCOaEUIwLqNEBNbobEsy+IJ/Xt4V13HkdmYi5qJh0jo52zDM53\r\nyLQDwDUKcoioz+t4A55ntk7HlcuaIf6X+hf+mLVTiE+8iK3HKUFnpPhp2Def\r\nghBKnxIHV+lQP4niFnQOnOtOst68u7ABz7MtzvyrGG8uJro5wLPq5i30FS//\r\nLQa0FXTfgyzL8cibmhyJe+VrF/lpkXDYyY4=\r\n=WXY1\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230126.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230126.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kuhbB6Yoii+9sDdn0qNLkyKtiR30CpbNhUsePGUom0AUYs+w9AmtGrQiR7789yNceUwWS4JsInX78vc+dec0EQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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.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","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230126.1_1674795777705_0.6315549158490315","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230210.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230210.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"8ca951186064b5183b980884c955dabc750e6959","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230210.1.tgz","fileCount":42,"integrity":"sha512-mjVIaINzAzPOYg5U/FvGK+715cgdK7XPxyiu91BAdeMhdGzDzTd4swIjKuXjhiY0kAegfj4ovX5xOgQsdWlWYQ==","signatures":[{"sig":"MEUCICPQYBQZwNeONQe4f7HaY5lhBRAOmvg/vRHbHiQm/3fRAiEA9Gv2cO0/0FXB+Qk1Rlp4rIwH7I+bSd6ncU6aGjzrt6o=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1536494,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj5yK6ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmoFYw//WBRfg81npAvAnVzzzb9N1HinrwU13owsvaZDKh7mNpbBkeUW\r\ni4N19lFyCOiNT8XhXGpeYRjpdeIMN+yaMN/gSl5iI4rOeQYGYyn5PS/u2nhg\r\n4M9FdwwaPXtlDjW8VP3jXVJqVwM/20SwW1NRHhSMtM33uN5ziFD3fLJ1AFhm\r\nXVxXyqYr+3lTuG8pCmvBhZ04nR5YOcFeyRqf2SlSH7ptoieJsU1wRPe3Xfu5\r\nGbhd+Q04wFhLWtnur2HmGc/jabEDagQGwtomEhNB5QEpzg1Dy9yfaw9R0j5z\r\nGKpElP06+XbQf+MJ4hmIvqa808DS2PB34bPWsMtLQAfRx9w4o9wDz9nSzwui\r\nEVNfaPBknWScjjtA2ky0bOIVlC9OuYq9eTMR2Xz/DEtYogvQfM9mI7X5fbGW\r\nl3I0pUAI1Yj9qs6kSPUWHgLit1etAOXrnimHv0yuMyT9TY1ns1HaFdeDbN/1\r\nAm+uiaODQa4HhCleyen0xMqgXJEwGcks3BWP2Oww28ju0Kji7/5WISv/ZYL6\r\n29LYVxmuCXOA2zbVEvFXhVnNll7kvnoqlmCqt8UuQdDVSOzFzxv79tcPXW50\r\nFjKY4coGTyKPvzsqNJSUxEoXxh5rDYHf0SWPmZVb58rwXT8Ja83o5FkCRLG1\r\n9c96kw/6S5TCXVDzh/HceJEU8oJM2VlXC1c=\r\n=6o36\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230210.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230210.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mjVIaINzAzPOYg5U/FvGK+715cgdK7XPxyiu91BAdeMhdGzDzTd4swIjKuXjhiY0kAegfj4ovX5xOgQsdWlWYQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"16.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230210.1_1676092089948_0.7073088657281779","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230223.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230223.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230223.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"da54df3e110a96f0a5fb483405ec2822a3783af3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230223.3.tgz","fileCount":42,"integrity":"sha512-OdZi/XWhsRl/AgaxVF3ioqoWY8oJ74H2vw8VurtgY5smoA2qvnyoKw+SJvOB8y1sBiLFGkLMNxObn/qPVudQiA==","signatures":[{"sig":"MEUCICrSPf17WR3FgxqhH/X/mHsMFg/ixrvS8eettRdgTWB9AiEAyp9nr3JxW0Bgmp+YXWJ8PavJjpMghcvaYVizzdOoMkI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1538119,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj+EpqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrKhw/+LPOP7MIjsTN8/1YyWQjUGs7HFhy3H5Yuc1aPMApjgxc9SUm6\r\npLOXzIrAIzKXyaVyi/QU8qYjOENkw5y7X74hhmTVUrxHfSvuNr2haIuat2jl\r\nDAnaKFR0aLdjw+x4gBnZPC5PXQXU5rwWYvvpeei5DFDCQobD5dv+Ke1YHfvc\r\nZxRqunUlRiXuSOnlpCyA5zDgQdIU7/cdW/1tf+aNvkYjPevdTLm8IMaR+4Ik\r\npFfBSXulYKDdx0KP+r/y2LH9KM0e8Yae5nrlt/bugULj3RH68NDqs1f0/AD3\r\nIUyMAHSHpwYzdF4nNqvldXSjLzrzUDfzDyslB98DCzcYaUfafHx0uUYUmpZj\r\nnO67Z/cgjwOlkMYgrj+sRRYnkpU0mt4BvZwFFLRsBpMjHX46OmzFJWHUBnbM\r\n6wx6+DTq8aFa60tb48WbEeW8/Su/SJk3S2WSzpwO/Xr2PrNG1GWbOinTlfxu\r\nPBMP4RRU1/yu0o6jQMS+z6e76g6mxSASgOKUvNaE4xTWo5xE5JVzembANSRM\r\njCP2ZsCXv56ZAE6ORktcK7he1J0coCDmQ46JAOiDjwDKLlTYjT+b+DZfbt4f\r\nMAMdvItymej/6gPB5DF+KQziCEf948k8zftbfypMoK0/sxg1px1jQ8+InRJg\r\nfLN7W/22yw1/XOSylJRpiBgDXL5VtdELLBw=\r\n=wCIA\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230223.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230223.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OdZi/XWhsRl/AgaxVF3ioqoWY8oJ74H2vw8VurtgY5smoA2qvnyoKw+SJvOB8y1sBiLFGkLMNxObn/qPVudQiA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230223.3_1677216361874_0.8092418088348874","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230228.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230228.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230228.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"187ff6dae43497ee3c668be22fb82b905709e762","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230228.2.tgz","fileCount":42,"integrity":"sha512-eX60LWwrjK+VJZza0YnOEAXRt5xyOdXL6PjfJvg0L/K4+9SkvVvJryN0MovWLUFPy26YG/2GRYHOiNGFo9PotA==","signatures":[{"sig":"MEQCIDl3zh4Jb6rCG7LfZlHaK2bDOX+n4kjOHUyWhuM7QH7MAiB35AyiOLu7caXxiPRQ7T3W3TZHsoHi0UD6pMZWpSC7ug==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1538119,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJj/ty5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmo+mBAApSiyvEXLpyHBDDSrF+dmXlfX+zTyBHPRzVFEPqfYKLjeT20T\r\n/jKbvfhu1NKV2LVp91VOL8AaHMW3Se1O29yh9a6oJBCt4V9ccHQYUOnVrxJm\r\n3myXc7ZxqmNNgjgDynfDNtFkOypZcdVwB0f2m0nAb0tLfJ+I0NQYeWntSuUV\r\nCwE0ugspHpvxtROccJrdPeWaKgSWQhQjimYlaKzSuuFVbJ9+9UX1JECPoGA4\r\nr6EkUumkoRlYLR28jMpAtAR6uytcTwgn5LHwvH+1YCCDqCgTatiDxUzP6cbY\r\n4Zl83iXBLjOC19jkWDRLCiM/ngcVjW/eAKmDE5dEambdc+sObBWlhLl4pe8J\r\nt3VDdjd407umF42Dw5n2fFUT+5QOP4Qk/rG6+NICP5TBQekVWAck+Sy1g9s+\r\n1CbFw/gSyMgFZQaAonXRIdYD+v0GuF1MejSFI8Zg2fu9wVlQFny4CvnnA/33\r\nC0DmQSMpiuQziPd4+IxnTM0Adsxh26AI088aRu2LMY6F31zlahvWA0065aVB\r\nyxyV+TuF7O8Uekkd2mzRVIaC83EJYN5LsEiJa6K22ZMer9Npz7l/F3sYYYFV\r\nweWMpj2QcNB1p1fpZy/lHfJOj2PBc+j9sEN/XmFM2RuUi3UrFrpThBYxQNon\r\ntf7dENJy31BPQWKv8aOdLX1e6RG3tI2ClsE=\r\n=f+Fg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230228.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230228.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eX60LWwrjK+VJZza0YnOEAXRt5xyOdXL6PjfJvg0L/K4+9SkvVvJryN0MovWLUFPy26YG/2GRYHOiNGFo9PotA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230228.2_1677647033000_0.8563074694420945","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230301.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230301.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230301.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e6d65844205629f60eae3fe8825b08346d0a447d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230301.2.tgz","fileCount":42,"integrity":"sha512-9pswkUJCzI4ZAOoWNhcT+4BJRVg41JYg4XsmpJlF51ToSbjNxczQnz310KIqvJMB+V7pDXbIZWALWQ0VlDBnNg==","signatures":[{"sig":"MEUCICgoBkr61JBQcj+KwCMaa+nwLBcD7iMv3ZwKcUV1uIcIAiEAwjiUOzUswbaIntakcNFOYubmDnU8IN8VT1d3OAV8Kd0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1560591,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAC6lACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmowmg/9HezUnborq2CQMTLRUJlG8S8MYRTWCbp6eRfKOHhHQhTxBM4p\r\napJ6qtQMrt3RuIdK39hXKBLXP0oWK09HErn8NDQVeVsqoCHlsULAQmUns0iy\r\njadGTXppPi3ZY11YVKJ0x/4BjZXoGBx922WmCohxoN+H0MvFI21iMqzgD4KI\r\n9ds6uLpWCunnzkzfBKqXDaxHRgLOJm1Nos5M6kxs7/dc+Ob6agt+e5QcrfJy\r\n6SMa4l7lKM6/VKufkoOsH6c7vdiheuB39ZeztPTKJPG5+MLRVIiFyasBr5kR\r\n2XEbcHvjMztJ5eKEOGZdMfO2uWUPlE2qwnVwmORIaP79FSmcbyPHXL4d7fii\r\ndrGYv7h6zlRJCiz/pPQuoEg2F6xBLCtCNtukIRqRLawmScW/RNINjiC6h4G+\r\nYqT+pGfKFD+HZhoqxyGEbsQ76F/d1Kwt27xvbTxEtVubfOsQF7m7023wCt34\r\nhniUOR7y+QKWwM7qAOCx6HrTfOAAM+VP8chrN588VItOXJ0uWPmqKUerzBC4\r\n5BEN3UuiHnMIm/Wc3VYW9gjqyJ3npF0wyILux1m6zBtGJdEvv4NtQgpJywHj\r\nyG76QCzha56fFmODp3UNYPmclSCbQw4XetT2or+FeBw9R5Xl0L1OgzqcgyJO\r\nzXto8bncsoyLX5zdeGf8EBwD9yfSuTMUgqs=\r\n=3W07\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230301.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230301.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9pswkUJCzI4ZAOoWNhcT+4BJRVg41JYg4XsmpJlF51ToSbjNxczQnz310KIqvJMB+V7pDXbIZWALWQ0VlDBnNg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230301.2_1677733540940_0.5807821209852957","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230302.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230302.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230302.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"68c239aba2faa31205b01215c660da5678ff04fa","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230302.1.tgz","fileCount":42,"integrity":"sha512-R4EJ2yn8uZL68ZFeLpLl3aRb3aAeXlj6sDTFCaAehu8WD12ZpkPG6TzYluLPAdRhGc8XO1mFf67xb2fahROfsg==","signatures":[{"sig":"MEQCIGR/i0gl2eeglnzoFXuGweamsRFjwk0ql0H+ke7DYcFWAiBYvdoClla3GSlg4jmGlnfUxFvxCBLu6h40CJblX4smmw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1560611,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAYTfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqTSxAAkBMC7QuPqPZfptZWPzVtmXg3ntxzVtauTRiVRBrx1PgY0fQX\r\nU7UkDejgujnPSdvMDZKUN19utNb4OLQJTCnICK6I5kVNVVsSBMpbDqs4RI48\r\ngYLu2STyOZ6fwSFDAqs9IIk9GpQHUak1h4coVHU6aU2V9mUj2MheHUW81cdH\r\nwjvLhiAVFNFu2UgWVol+3o+yGetKw9IEaDDjU9ezj4cXz3vdJKggJUT/Vjwl\r\nw+T1QPIu3nxTB46IS5bCGG+It7TXCTZxuz8Ih4VQsSMg14jfyMt7ufZBE5ip\r\nU8zExKhIyAVCyhWhD2+ytDNlJ1PkXPEoEw1cnOfz9pliBuJZlP/d4KHxXk4a\r\nyfgRHgNzkOZmBIIMj3R2WZ86caHPu4t/QHZqBlnNxJenjensGPw8A/ExdDiw\r\nHDgR0v3aBkguiQZY2/lkbuNc+QuyGVHisQEjZK7gjPip2ELK5W+CH5Ib01w1\r\ndvh5tjG0HNiumhoGGnSG3lBW0uPDzxbrPgjD5nLMMUYdU3qOvukOCDx1rIMB\r\nGHqd/r80ZL+0gs561Mvcymwug0qAF5Vu5OCIqQ6jYrDOlO/qmyfOQhaT1SlB\r\ngxsVZwOQfb5dp1Oi5R4+uH26l6DvyE2qJEmuXKP5is9UlBWxYhR6qI8H2tkB\r\nBFk5TV4X+mS/498QEVXEBOZ46mEMzwhRxp4=\r\n=vNY7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230302.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230302.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-R4EJ2yn8uZL68ZFeLpLl3aRb3aAeXlj6sDTFCaAehu8WD12ZpkPG6TzYluLPAdRhGc8XO1mFf67xb2fahROfsg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230302.1_1677821151012_0.4179457099683379","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230303.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230303.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230303.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f803d0af976ce7e10ed0daad56636e095517ffb8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230303.3.tgz","fileCount":42,"integrity":"sha512-JwbVQNJ8DQfqCSV6kUmfKLoO6FNKu11k2oKYUyhRM/PQSNqTmUUTwJbA3Mkl0y9cYOPLDJDI3P4q9blkXGBSfw==","signatures":[{"sig":"MEYCIQDYUXK4lPhgLO1VDXkUCbKAh8B9AUFVN2vSuNn5uh58UAIhAM6o4tk/85Gx+9lrLvNKk/aGV7zVT7uDzsX36S1v/EY8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1560773,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkAtBzACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmrc+hAAhL9cz/l9TttdrxlSqCXnsPHvuV2pzh9ZOKVbQnxd1XEGo1Br\r\n6oCa5HX9BIjTFUnslCZPhFk7J9BQhf6sbICvBUMmz1qrWdOhtmmRNZoD89JP\r\n40yjmZGJCMSU7DDty8RJ28ArTlyuH8H/jTXAqEQ0A184NSNUjvYGG3ZydZP9\r\nrEhjx2W4zOrtGVSz181N0IX48Jt59u+EIEpnB3qYBZY0vVDwWrmiRfpnDqNl\r\nsyiCBffNc93pHr+KDX9s2O4m7CXpQJ3Oe2iIGYg1TrYsYqYuoO2ck423bCGq\r\nSvAfGni6Za7CmfR/yv3gIcgp/xS7923mEpN6AdsoatjjWKxiFCDgXsefkruh\r\ngRK/7SQ6dOm5VE1hV0dlfMtgMqfM+se8mGsGcj2pRmrLgQ8FcpGfrV+57ZiB\r\nsM6Sdb+uJ7uu1/rujeWiCJMdmvRrfKI85N+Wh8mozB/G4W0k3JATPNGL6YfX\r\nd+wULzjXLzBqeDFpmlc4qO9iCyFmpJCr8PbwqGeMhjGhV2pIPBz+HJRkwyM6\r\n+fIc2/DtZyK1pLGPGG5Kg82HYELmu996+m8CzvTGGKfZlKYrniILIYwtJBbl\r\nHd6go7W+VCJi74dgT5eGJ3/qpUXLFsaSeKxnwJ9Ybo225/NBWR+mrPBbU4B5\r\n9EUqHXhJVd+xlW2LrSYYNfyKRdJg2bhdj0g=\r\n=I0OT\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230303.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230303.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JwbVQNJ8DQfqCSV6kUmfKLoO6FNKu11k2oKYUyhRM/PQSNqTmUUTwJbA3Mkl0y9cYOPLDJDI3P4q9blkXGBSfw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230303.3_1677906035148_0.6720728360931925","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230306.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230306.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230306.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1e5996ed7116afd84f06194185108381f93a7c08","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230306.3.tgz","fileCount":42,"integrity":"sha512-PSlk/Dqqi3ZCwMg5WTiZjf3ygW+LnaonI9kDaAs2NjSkG6bRWq6JdvEIz91+GgKxexDmU4+14WonxU/58adC+A==","signatures":[{"sig":"MEYCIQC/et9a7FFOQLyfAGTLoQafAV6NEGxdCnZScStFlgv8kQIhANuxs84eMbPSdtDaWHXJI6CbKlqGOlJW23Cel7Yhl0sD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1558738,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkBsXyACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq7Bg/9F/E4398v92fwXeHkMwwES/LT6XT7rv2NjMmem1XjiQO7N24M\r\ngNLUmu4Hb+60SMworK5l6SCsXjpJauqo+m54wx5orm/Z7ea204myOLxz0BgC\r\nEc81FHlMj3vlNS1jktwOM0RxovJeG2JmBo0lVacw/QgQeaHXYAQukXAPEBOB\r\nG/wHxLWpIZhS6Ms+I47/h6/rpM+vkwgapW+wKxzxMkqTsqirfKrJexRbSpes\r\ntpmySQMnZsOCv6Uhpg2tRBCPC2N16kDEocKKtpAZ+CBImmdij27BWwXSHnDA\r\ngRdGEcPre3Q7IrTdKEC/N+Sdk8YmedmteaX1R2ju15kikOK7viTwwEsDpCoK\r\nbMxK56k2WbWWMYdVlv+6z/W3RZoBoySVhEQeSA3cYMRdeJG6bVKvx7Mjl8aQ\r\npJ0IwUxWxgJjHCBvJaj4Peh7I1q5obG+eT8pTdtqi7tSzqhwJQS2Tm2+bl5v\r\np1TEtk05oVb3xWXdtwaeB3N5gLpjHHHpSl9TakDAdX9uhc8oqd00qSzY29Nt\r\n8nNGVD88lK9PmLkNdlT39NZcc65MNHB3GEVZwG1XX5941gqKlKer+1InPKyo\r\n9r9deoQYKE82ApbIsnynfbeeIzvjI0G57TqeDE4pfpU4LlfMSNHr6KYhENUZ\r\n6DDSsTy1XPD7P8mxfeqw+ztFBf4+ej6rmGM=\r\n=OTM2\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230306.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230306.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PSlk/Dqqi3ZCwMg5WTiZjf3ygW+LnaonI9kDaAs2NjSkG6bRWq6JdvEIz91+GgKxexDmU4+14WonxU/58adC+A==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230306.3_1678165490033_0.9929113157664209","host":"s3://npm-registry-packages"}},"1.1.0-beta.2":{"name":"@azure/ai-language-text","version":"1.1.0-beta.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-beta.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7522c4a1bd4ed3a44092da55a9a1113fecc9798a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-beta.2.tgz","fileCount":42,"integrity":"sha512-CtfxXDInfc4EoejXLu+Mhxq51bg0g1rx+T8omlS1IHwnE+8UEgLu9KEe7GtKwmUkR/1JUmemIJy+CvugnFK9JQ==","signatures":[{"sig":"MEYCIQC7ojJcJLYcC2RWUfDgNB//QkItivqinOwk82TKgSGPEwIhAOXoDHWPgNMnFYQ5KN7n+1+WE+9B44pKPILQiXDcAVfj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1541014,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkB7XSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmqRmg//WfzuGOrwmydc/gbgmjFfSnV4z2QKQon30udeyINOaWz9CHVK\r\nz8cJxbk1sBJODCg+wHJuWUNhl1q5f5TCWOh1EHbYtos3ITMA8XLEJgukSPZl\r\nLhgXC7aV/ye2UCdjr9wrTrtJKiTCCRRRmmaE5Q1j3oc1WOvihYHgw/o+MFjQ\r\n7SDSs5gZIdPQfgYiA/ommTn51F/BCd9GGL9HT1sYbIHPWvlZFNZCdEMfsdZR\r\nlGqTlWgV5e6Hxxl+9lzUD8TRGjfG/iMlu0qXFQYvL+31UHTFZNxNP9Hn1ggy\r\nF73zN2Stv+ztP7xOKMvaEDRShCu+VWRwAfWcQOEHKZvFYMpoZ9H4pXn3miEw\r\n1VX34xYi8fgBKoQSk6Of5W80nEddGdo/ooHkcyTOOMB0/euLjuYSX/3p+ETR\r\nwZ1WoAHk8qzYYw5Q1bM+QhygbfEiq2C7Z8SAv8IQeenFPWRKdoSj92LAO0Fo\r\nZl1YR7yKtn4eFwUuyeJYd0mycjKNDVsY7pB+ywLfcE1BUDBUmj/CoOmRVV8q\r\nQwVS3h1ehH/upU0PdZb5rEhnff+g4+L+/V9bRqt3OnXE/tCFAcVqeD9TCsgl\r\noSiuSHKmc/6elSULUtuBbniz3TgN1+H8Zq20CU2p4O6liGT4HbFKY7oj3RYs\r\neVjvHToOf23vNUM0IjHu12loh6a+SbaNYCM=\r\n=Tev5\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-beta.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-beta.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CtfxXDInfc4EoejXLu+Mhxq51bg0g1rx+T8omlS1IHwnE+8UEgLu9KEe7GtKwmUkR/1JUmemIJy+CvugnFK9JQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","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"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-beta.2_1678226898290_0.4708782668291993","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230307.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230307.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230307.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c137652267bfc367e9082e349fe775b98be52966","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230307.3.tgz","fileCount":42,"integrity":"sha512-FCvL3mst6VuSHi5TAay+kuh1SMJ1m+v138UIGQVy8zjZxmyvckMlfbtorRkoRArz5guBTyBH/Qctq5i23bJ08g==","signatures":[{"sig":"MEUCIC+MytTD9hgiQYcGPxWkvYdxamSHbl1sv3Fde0E9KquKAiEAr5fY1EcsuHopoBMpHFwZi17ubSVVSGBdSU2vzNd4qkw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1541104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCBeQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmq2sw/7B7g8X4KtzsEqKyPuPeRtwdckZGqgnJgcsbyZnTQlgyWd2WPK\r\nteV7WLopmM1JPrllTZj02aV3JVrdjTHHQUu/lUrAfRbatLpg4wwC0fIY+wIy\r\n06fWkrLQyT8TE4Ziozzw3pxtEGV0EOImpWoUyS2Sd1X9jzqaCkgk8gglT7eF\r\nfbQbGTRvlPDKid6BsD2aDO10tVqAs2+h8QRRDgehk91ToHIYwGhJwCU7RSfM\r\nLN7CvhJkByA2f4gZPzG0YTnG5tY7jw8boUSF4ytrIwR4zCRu3NapBB3FSjDS\r\nuRC0c2sAzj77mii8KMxNYHICHhoH3oQK+jy54T+k+B8qON1eNY3CCgloVwBY\r\nuwDSxlLOXdDdrcoTfSYykuAB6ya1FXQoPcedB/Trv6GMolk1f0K9auf2i34F\r\n7GzbNkS5hzvCWW4KVTk3ZWBFApKRY2RfzfIjBihOkDrFa8/oBv12wpHikXNm\r\niorUDTVQWBgLWc7LGae6sJtIxdr9rk6PJC5P+IhQ+L13MkcQSbRUIeGbxezZ\r\nxsrQa9WMLajcEyg2p0/ZfwrKH2tB9kaU6Tfz9VDxJI/FVdG9kxA1fdRFs5SJ\r\nQilGkIJnEFt4Qi+GWDUxEOnLZepSv6+GOolHP6DkEZ13ZbyPhtGc58mLRl0z\r\nmh1WBtHFiDmQ5HVwAApBOLLNak8S0HPJpss=\r\n=jK1Y\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230307.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230307.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FCvL3mst6VuSHi5TAay+kuh1SMJ1m+v138UIGQVy8zjZxmyvckMlfbtorRkoRArz5guBTyBH/Qctq5i23bJ08g==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230307.3_1678251919964_0.24386591255018653","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230308.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230308.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230308.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c2eed719a21233899a97d565d04966b28e57ce35","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230308.2.tgz","fileCount":42,"integrity":"sha512-CT1zTASdocqQl/AiBrR087khurg6fn1UjG06CwGFGWa8f3lZHGjgfNH9BNMVq77gi8RNuhtW3zsO0/FEU1MhxQ==","signatures":[{"sig":"MEUCIGpVhSstTB+frimGblzydHF9O30DcgLgZPhl9+sA9Z4FAiEAqfX4cepDzc/FgZrVfJEXkHIkRm9R2kU5Vx+w1HXNrHw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1541104,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkCWglACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmovhA//bd2H1FDSVmjZLzrmJXhf2+vlwgIzPLUNPDBDZ2AMlXUQxkDj\r\nqMS1h4sTY9Ek0ibmRKnFXGLtZAogQa5F6lwRWSA2+tP7qFg4vfTXs+SSfU54\r\nDLDLV2fXyk81UTAq7gR8CvxbIcQMSC1Y0cE/MxysJ4iUqs7gnddiS5Q4weZu\r\njv1QAwImiXT0/1kgXdJepIYHVsYuB57EAqCPEx0Qw2gN1+ZLju6V/sjJZHxs\r\ndGEM6cydJnmU9/yVyluJfUvtwk372VX1lmBS4gYxcpP/d6i9LpuUxIxhzbru\r\nvlgSQhsAYK9omsgY/x6Hxsshc9NVUktQ0QmN538d6FuL7M8ff/T5fwVebQF/\r\nfjH6adAaDIFiFi6Tbj54FZR034NuU6riDfTgr1FDLBposnWOUQlZ0gJJew55\r\nuVmTdJXPZHBIQlTUgxxAtVGhJjqRmBLKu/CoEJG8QI5K5dsoj/0LIpzkzJEu\r\nN8pTb9Vi59TeFp9XeiegA92RYQL9JY98Icv9PDZ8JEUaiNflyYlR29fiQBaA\r\njo1AhcHT3i8XvmlsOvv15QPzeBpzzFGVTinXZMYFN921CBqhYGnsVmcUOJlC\r\n1KqaZ3B9aJF7VkIyvQ+sOYF0QEpoNygIVl6Vafv5OaNNPTO7TeBbeFTpDri6\r\neISzI7xAgypq8xLTzPVZfulOjjjUp1PD0Kw=\r\n=/5GU\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230308.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230308.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CT1zTASdocqQl/AiBrR087khurg6fn1UjG06CwGFGWa8f3lZHGjgfNH9BNMVq77gi8RNuhtW3zsO0/FEU1MhxQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230308.2_1678338084832_0.2758193981200836","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230313.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230313.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230313.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3244986bb6873759c097f3f72a7cc34809e88867","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230313.3.tgz","fileCount":42,"integrity":"sha512-p96mTmKc7tKy2Ru++atkAdqzDka+NiuidO5ETdY0odUDBF5NZma9f+dzqaIg+f81L/1p5IP7l27hjj/nzG7GAg==","signatures":[{"sig":"MEUCICmlnN+1PeD6yEeWJDItOclgjgLAZhtESMJ5zc9hyLUFAiEAvZM4/uyF8Z4q8jJMiPH/dNu1mp8DqfRxq751mlE8Kas=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1540875,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkD/H/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmpN2g/+JZdnrzzbMOCTIqt3joo7Myeh4v6Wa2Do408v/B22u3WGPKkp\r\nNHMiQsNKM4MFFGQgoDTkCISfAmuegCIdeB5Gpzkly8sjKX3fWu/Bhjh2T2WO\r\na/WApY01JLMBScAaYpIQOLIatuswdkkQ8gK5zjMFqD9sAM/wBqJh4zxg3lJe\r\nmsydfUL9oMaQFTsVtoL4OsUUUyOz8b9AzLkhDtxuPp9xkMmz5gUvK4HQgffq\r\nmdyyJRp+/KgBpXnaqgKGBSYaKia/yCwHJaJ7YyGL+tNSQ5K961Msca3WQByE\r\nJAAzI3GDRDd+3VpRFT0tW87Mn7pPui2175soTomZSB+tAtPtvz/SrxwRpHNy\r\n9Zg8lCrniuaAaTTFH9zOmxKy8XgM89ZXbW/mRLv+MrLxNJdHRbmm5bO/Mt0b\r\nr9pJ3+j8DJwwkE04spDac9HkgYOOxfYt3sZE8lH7VldLUIyTzlRmuXVjbrT2\r\nK2JOsHqtbh2d9khJpZcQdgkGk3Z5BjKRgc+wHFYMI6gGSq27ksI9ZDGZu1yQ\r\n7j+HixD2hGC0ij0gDjLE/R2wm05jJZ/I1J/egU/tzAO4kigaGiXjJuIiW2QY\r\n52H8i0a7LjWcK6CfLNXRy36isNponwEoYLtGB9gbJXd4Z6H6fvY+zdnMJA2y\r\nEbHhDFxhHFzb7oSN2xktoJ1zRgLfBYI6slw=\r\n=Vrty\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230313.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230313.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p96mTmKc7tKy2Ru++atkAdqzDka+NiuidO5ETdY0odUDBF5NZma9f+dzqaIg+f81L/1p5IP7l27hjj/nzG7GAg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230313.3_1678766591072_0.009912509018065174","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230317.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230317.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230317.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c6ed27de1e078f931b218a476d2644ae38826862","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230317.3.tgz","fileCount":42,"integrity":"sha512-qtI1gGR5fNZk5k+IUwZTVYvDslKBeB3izpeEfdqajVl6JlOI6SQdZ2HbUhfUqDBRdl5iEBZMqZmN2HYShf1R0Q==","signatures":[{"sig":"MEUCIQDiuAKsdaSxrOD/q3i+mY3iPU2SP/csV23KUaohqxSiTQIgRPPLkTorez80GTQi54F1a3fqYTNuK7Eu9wHPM431tfg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1507136,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkFTfOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmp3+w/5AESNA6HVpUWDxTZpwVTus25m/JsFeou5kBqc/CPrPxLorr5L\r\nItJ1kRgbbPbqlFYF15p4q36q5Zesl4+LfdzN+Inqu1uPfUHadbRiM9mq9ggg\r\nFS0ZdrLWMDmgLN5t7sRZP8FXnwF9v0UVQlGOxVDcBsYIj61QWYoO/jexlxXm\r\nGI7wxbaT8yNhQ9LbBxz6L8ctuZ0QdymgaPqGDmVPnbW8BV7H115rXqvqkJyn\r\n7MDsKb9/8M107lYK3xoqyOyj7KIQjmqdQ0UizgdWwHh5qbz1ok2Lk/aN073Q\r\nJjig2Bm5VgSFh7DVo+yFhatLQEaAz77xikdvbvOoZEtJHOHOHC5ziqnw27ub\r\n6pu98QCIjDwf+8kAZwbod9mbyeFZNs85NHS9oIQFxkptNCiFVuzh6o1oFOJI\r\nVy7zgiGbV2xbi7y2wIKH+l1k78J3OT/gRJxcT6yhOTQhR3w+oUeLJOzk2yxU\r\nazYh97WPr0qVEWEQ+sQpDjQTBgr3crrCtK8EG2hk5Ki9iONitTe0XqxXJN6k\r\nATQfMzd/Zy5aR6ZfTaz565ib+2CnIPVmYb/gzBFEhoQnD2O6Bk4bHAeSqV25\r\nIZsHAoQGPWs6q5faD2SbIXtt89z5GTlQ/GSz7ZFE0Gxvhy/tV0M5CNvToj3x\r\nWzv7qg1tfZ38PE8bHf058U9udXX3ZAfiIzE=\r\n=dKy9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230317.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230317.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qtI1gGR5fNZk5k+IUwZTVYvDslKBeB3izpeEfdqajVl6JlOI6SQdZ2HbUhfUqDBRdl5iEBZMqZmN2HYShf1R0Q==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.14.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230317.3_1679112141936_0.7953383037965629","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230320.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230320.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"38d0be6b7791384d83c3a8c5ea7b013d3e49273c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230320.1.tgz","fileCount":42,"integrity":"sha512-pYV7wmWzWaDb2nhQf5yE1w2go1Vp3nv8gkmUeF9//wo3HIAi8q0J9febQwNrQa6Qg9ZWTi7Q2aEQqr6yi5k6Fg==","signatures":[{"sig":"MEUCIQDdy8pidabe+Hj8k49NQKeI8c/gKcuIPpB+OJP55Q6pZAIgeQbvFBwTBg85U+dFrFkb75AxU7MohcznmApaTH9bZag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1507116,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkGTE5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmr30w//e/SZtbH/lVPab/QeuML0eq57BvGbwDEPULr9cx7ja4J9FkMv\r\nn3gTkAJhxVJhzsbwC8RQCn1PiembUDsBnpHA5dJaUi6vU7h/MunAZk0+/+dr\r\nTOl5dyhwkCz0ivxVXIJGLOVAzB/QaGSw5xDd30bOYAhRnK4A4rwP+6c+ecR2\r\nmCdDgceigyM+GnvsBY2Xx7pZhsX3YPf8tzDP67tnnFjBGH4azBKXoHiZjZJy\r\nsScKKzSHjjl/kLefGvx8ZFSamyjSxiS10MhJ+EIPjXFfJVWvRJIL7TbVegSh\r\nDJ9PsqdoTkXVGrpNdh3g+q0nrSKJ4jaEFO2X3Yb4nc04iM48WnUD/tE2xFd4\r\nDze5AqiH1w27b/UyKLKXzxogszcTzFHJeoOnUL6BhYawJUnziNJZFVSIwupN\r\nikSg80n/9stYahmoT1jpM2jEqKVFL7/as9wQy0cJg8ZGZRMgoukp5Y8maa7/\r\nnRwnjYyPTZP+H0Vdb5/9zuTRI0gLb0cY17EhnMpuBIUZHk84NWJuAcsaPmTN\r\njcgWsB/h8a2/1tybhJPuaAa3FcHrQ14SkD68AQOLN9Mu/DG4JqTrSah8b6gZ\r\n+bhVWIeqIcNRzRLtAtRyko6Mu05hAGmL40Gi3ysVtMlvK6eLEnN0E1DSjL7i\r\ngexZ1lAd9ILNKimYFoFfcKphz9xLeHHkhlo=\r\n=NlUr\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230320.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230320.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pYV7wmWzWaDb2nhQf5yE1w2go1Vp3nv8gkmUeF9//wo3HIAi8q0J9febQwNrQa6Qg9ZWTi7Q2aEQqr6yi5k6Fg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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 Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230320.1_1679372601084_0.7298106734182073","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230411.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230411.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230411.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ae171556d8f3e11cda10fea5a8a828fa0e78b190","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230411.2.tgz","fileCount":42,"integrity":"sha512-vszkZ0yklCFFGVSX9PB+gW62k3N6pikRR4m7i+/TAu4u3wbGoDz7Bht9P8tQ0UO/arzZbIhJd1yfU5DYhYWEzA==","signatures":[{"sig":"MEUCIQDjkS6pD8t0ch4lMPy18dw8gTkkZUqS/+TB7SKPIWE3kgIgQoO4wGB9o0EkY2XR9KcgTTR/i9wgVB8e67VyOzmLkgg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1507310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkNi5aACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2Vmpx5w/9HP4DQLcC+Sj9ztq1+/GSnoFLayKbCuTp1s/evvkbov1PHQIS\r\nj/UG8yxnHO8aeAP1r3zxbBV5StXebolEipqY+poJEMCcAKqN49vvE/9uoRJV\r\npdq+g4TT92fMd/wgD2bjC3+i9W5MeP1IR701NT4aNxWMXTS4VBfGtVpn1/lI\r\nn0teReoQglDWxlBLnMi/p1TSTmCbH8XMf9I8FWNmgnyyBqnE9jjKr/4ISAPi\r\n94v9myioIX/B4Lac1pkRkg/rbx9qujwG8cvYDitmq5OzxnyCESCmfp+Sjkss\r\n+FLjIbzKpo+3M4YrHnFxQowz3MCymT+vPaw1W1NCSdho+5Bf585diJGvLj5u\r\nQWkSmPQpm26C9YFZvpqVb9AaAIk0NEE1eGZ3yV4XigtTTAQdhIhu83TIoO3w\r\nFPYQsm3G+Zyie6hfi+YwK9D3MGFfSaursCwl2wJPfK7y+/0NZocIYlKilLUj\r\n8z77xt+QiNp1BdPs/+bix0lRnG9X9KBF99ZG2LDDP82bQbbRVaxX95AsWxGs\r\n/UdEpeH+VnWfZ/I25pXpok3eeuCn+BLCR9X8R+2pXqXglpjbWFJFNs2jWMah\r\nwOtgY3SyO7UOY4igktYYal+RSbokKoO81pky6E+KPa0GS6df6J70rGQ1gp8x\r\nY3j250LW6J2rBRDLAa+36dS9tDPQoEcu2EM=\r\n=0QbM\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230411.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230411.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vszkZ0yklCFFGVSX9PB+gW62k3N6pikRR4m7i+/TAu4u3wbGoDz7Bht9P8tQ0UO/arzZbIhJd1yfU5DYhYWEzA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230411.2_1681272410235_0.27731384318549956","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230418.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230418.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230418.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c8dd7b35514056272481188f1d0cffc3205a8cbb","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230418.2.tgz","fileCount":42,"integrity":"sha512-6xucJSU0M2xLaxc11MG/iIEkg+F05v5unclzqlC54RgcqtUuWrNNzUKKMIZjwVZHLpWtdw4vsog3Q5wfT/hEZg==","signatures":[{"sig":"MEYCIQDOAB0aCU6WGQJ6JoVBbiotUP6lbvjsJKg+cTVvEMSLTQIhAOHLJAP58RnMzpqgzklC1+LzSk52dxGIFKIvQTwQCOZ2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1507310,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v4.10.10\r\nComment: https://openpgpjs.org\r\n\r\nwsFzBAEBCAAGBQJkP2kjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\r\nEgJ2VmrMfg/7Bxt45pfVufFrZ3rUH4zobH30D5P25VhPPwvucDXvHA/QLQBs\r\ncsHfdneB383+b/PVC1LbzsxGXRsnh+pQhw9PoOwQShHs6yiIrFOb+Xdj8FGJ\r\nGHtycVRUGLjZHngDOiMV3jA5TMRUyWK9oamoS8vocali2yZGDIpM9dqpDRC+\r\nQtfjcVgkyMbxtT0GF25/aSQN3C+jBQkzhpJEHCK/3qHL/g0eyzX8CT14b2vq\r\nN4WPNarvgij2b9jiL6nt1fZ6QpG2z/tUOXS0HesHWKnyNZKvC69n6ZsIZxek\r\nKMpXeTVb6G1+Wn0gBnyGaWpCjO/0cW0H/wtt3dnto83u3TrnpnAwZwq9Fh+J\r\n9aRk2yJ/anFv5ub3ojnRvJ+C5ILe+YsBtx8zNvsGf9gwe8vMP+g56wYGtOFq\r\nXOtxsLP+faYGuKetzOjM34oHTUD71py+UjkqjrzoJAw7FWXAWJe1PcvIHoNN\r\nQyUAT86V/CskDjrbk6/zBCeQwvYzRpF6hLuCyw9z4e4KftxuSSrn76Udxah5\r\nYHz5FAQSbe5lVAaqHblXiXZLsElu6pyhNJpAmg9Gi++AARTuWRaJHlCnllXp\r\ntqAKs1uc8jTfFznSlgU+diIlV8LUoYr9bFHe2JBLcyZdNzsqk9H5bOOCcMM6\r\nf6rpbcONKqA5tDot1W/OAGMr9I61siBh1yo=\r\n=KBZC\r\n-----END PGP SIGNATURE-----\r\n"},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230418.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230418.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6xucJSU0M2xLaxc11MG/iIEkg+F05v5unclzqlC54RgcqtUuWrNNzUKKMIZjwVZHLpWtdw4vsog3Q5wfT/hEZg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.15.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230418.2_1681877282788_0.20458660492171155","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230508.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230508.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230508.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"f91c25aab479a2e131c772d8c475bbb805817d77","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230508.3.tgz","fileCount":42,"integrity":"sha512-LrJ3SxbBt4rsojaBxKYWgYywhtdgKmTrvDX42XB5jOSkGu13Nx3EkWo8MzWgS7mzTFyDby/8rPvB3328xMn0rg==","signatures":[{"sig":"MEYCIQCwRheGqyKE/QQc1eB2lLtj3VnThqTmveplw7pznwQWXQIhANNDHUwl0Xk3hPkBDvwqyAuMI7V6wHAnT3XgCoUw4nTM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1482206},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230508.3.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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-language-text/azure-ai-language-text-1.1.0-alpha.20230508.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LrJ3SxbBt4rsojaBxKYWgYywhtdgKmTrvDX42XB5jOSkGu13Nx3EkWo8MzWgS7mzTFyDby/8rPvB3328xMn0rg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230508.3_1683605046299_0.6094806736209262","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@azure/ai-language-text","version":"1.1.0","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"16c642db8ec13e9c308ef37e0c6199ddc23a2f8b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0.tgz","fileCount":42,"integrity":"sha512-WAAQJrh7EbYgK+gvqn1nTaqYbonHVxdACse3ud3nd/kCLUl3hK6l3vpkEIJped0YffGH4HlTOUIsuIhZei92Ng==","signatures":[{"sig":"MEUCIBPpKcN31ZXGmbdd2mPFlvcrsNt/2FZ7caPXrYIH17Y1AiEA4qd3xU7O2ma7G63RW5hML03uCa4kS/f257SNv6/X9dE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282315},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WAAQJrh7EbYgK+gvqn1nTaqYbonHVxdACse3ud3nd/kCLUl3hK6l3vpkEIJped0YffGH4HlTOUIsuIhZei92Ng==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.0","@azure/core-rest-pipeline":"^1.8.1"},"_hasShrinkwrap":false,"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","decompress":"^4.0.0","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","@azure/identity":"^2.0.1","chai-as-promised":"^7.1.1","@azure/test-utils":"^1.0.0","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.20.0","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":"1.0.0-beta.1"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0_1686872210560_0.9245357857050711","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230615.5":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230615.5","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20230615.5","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"7c1b43ee929655469e7958ba796fcc303d70e4f1","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230615.5.tgz","fileCount":42,"integrity":"sha512-ANJylM4zwGlO0c9B3xOlYksMYfTCv/kYlRiN8lUPop6ijsMxnLrUU5NQXZbrNyOzFnONxfk+ciSREbDMXopfBg==","signatures":[{"sig":"MEYCIQCY8puBKjY7hvqwgq0QrA99dj9R6s7uFRZ+NG4L+V0kTgIhAJnwV3LtNj30PanOT3lSictNGC5j+UXLgiCtjmDAt4/a","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282428},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230615.5.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20230615.5.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ANJylM4zwGlO0c9B3xOlYksMYfTCv/kYlRiN8lUPop6ijsMxnLrUU5NQXZbrNyOzFnONxfk+ciSREbDMXopfBg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230615.5_1686888649823_0.602791408410964","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230727.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230727.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c92e531a5f97873c21ff68862cd4bbdd48851adc","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230727.2.tgz","fileCount":42,"integrity":"sha512-T6lKg0Gv0esw7jXisH/oqvaHcCAz+ioF0BUxcLVbedcEl9ok5UVjcIL10+kN+KCSqcLLDFNG1u3p8kSG6rjfbA==","signatures":[{"sig":"MEYCIQDpjzq2Lr0Zn2VtC+MVvgpNgkn68ge3v41PwjwvYyDMPQIhAK4gHXZQeO/IsyiYGqSlfpCCJYemmnD3RO451t5Hs/li","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282430},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230727.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20230727.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T6lKg0Gv0esw7jXisH/oqvaHcCAz+ioF0BUxcLVbedcEl9ok5UVjcIL10+kN+KCSqcLLDFNG1u3p8kSG6rjfbA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230727.2_1690516992317_0.5725669543037539","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230922.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230922.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c2f5269e00e3b933320db10c30bebca48b40e441","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230922.1.tgz","fileCount":42,"integrity":"sha512-Z/0+kjO2d4X1fu2hmWvXqCFaGzN3ytopyon3caKo42IVZ/pdZMTSRu4gpL+W6f+qAgcGy7M24NasLtY/yFzRSA==","signatures":[{"sig":"MEUCIE8GTwKOFobjwBsS4b4CzPzua3fDWvRXH5AEGwVkWo8tAiEA3oFfneO4rkvVcJbuIANRJ/WvYyUYpjBCdrt3/JbxjSc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282430},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230922.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20230922.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Z/0+kjO2d4X1fu2hmWvXqCFaGzN3ytopyon3caKo42IVZ/pdZMTSRu4gpL+W6f+qAgcGy7M24NasLtY/yFzRSA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":"^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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230922.1_1695442929635_0.8864108242827045","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230926.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"daec699453f301fc884c2e676215f9433676350a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230926.1.tgz","fileCount":42,"integrity":"sha512-dt4GbXTL+mX437WQD1wzRbQaYo/o2YGpeSe728pjErh/dXL2zKvvH+qRKQU8whbssFB6SectY2+ohh+FCfY2Cw==","signatures":[{"sig":"MEUCIQCTELkgy3w4wwqX0/tq+bLnDjmJgNHTSmBbZPyPeFygawIgHUSzLSfHaQCdGM1NGmdACO07Lt0x1huZI0JMtNEtm1g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282454},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230926.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20230926.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dt4GbXTL+mX437WQD1wzRbQaYo/o2YGpeSe728pjErh/dXL2zKvvH+qRKQU8whbssFB6SectY2+ohh+FCfY2Cw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230926.1_1695788502072_0.5253244337117724","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20230929.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20230929.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c55a0459a9212f0e81f2a48ff53a60b4746370c9","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20230929.1.tgz","fileCount":42,"integrity":"sha512-FKa7982ZqhXcanFw7C+Vmu3PhCbJVtNkKOwjqht7Co55nFc1ukg5j1XMIzAvDqQfcXMd+gCoMRBdzF5yWwbDGA==","signatures":[{"sig":"MEQCIH1kNH+PqHFgPqZkbeTwAryyuZm9g1GSYAIu3nC7UHdFAiAp4qFsabwv9xNZ2CEdPGwW34phs0uxgw/M/8JsXmoZeQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282601},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20230929.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20230929.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FKa7982ZqhXcanFw7C+Vmu3PhCbJVtNkKOwjqht7Co55nFc1ukg5j1XMIzAvDqQfcXMd+gCoMRBdzF5yWwbDGA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.17.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20230929.1_1696047667663_0.12431214522314882","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231009.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231009.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20231009.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ce773f12989cbea51487c441f6632d5e12a52cf3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231009.1.tgz","fileCount":42,"integrity":"sha512-ATtHL6kIINkzFnPYraxf8ZyLkmpP9M4EaI3iPRNyzKobeXks6NImlmGwukSmOeaT/VaImyVTVBb5dqRaddWgAA==","signatures":[{"sig":"MEUCICGmYahMjezsTLNFv9U0bT5OnZ1vH1i4e8wszNIRno6yAiEAqIl1rs/cXZf2lGywdnEwMIkhBwekqJl6HBFgH2xMj6k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282601},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231009.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231009.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ATtHL6kIINkzFnPYraxf8ZyLkmpP9M4EaI3iPRNyzKobeXks6NImlmGwukSmOeaT/VaImyVTVBb5dqRaddWgAA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231009.1_1696911740119_0.6318732042960202","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231023.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"cacf42c89a1c96bfd429c74ded9fdd79e90c1e0c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231023.1.tgz","fileCount":42,"integrity":"sha512-IX7ixEvMhb3ElvWe7DO2WEOOY4IYbjE6IYJI+h0sE1U02GwOuZvTGm+T8/InvwKHoiEfIbhIfLk86ZC6JJDFYg==","signatures":[{"sig":"MEUCIEzYZUZf49TLTj8i6jDXeEJeaJCf+qi2jBTC46sMX3zDAiEA5QK9MQHcgvKWDWLV4uXJQWE+1zvQj3wkUjyu/p99v9Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282599},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231023.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231023.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IX7ixEvMhb3ElvWe7DO2WEOOY4IYbjE6IYJI+h0sE1U02GwOuZvTGm+T8/InvwKHoiEfIbhIfLk86ZC6JJDFYg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231023.1_1698121254910_0.020178903686071115","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231030.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231030.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20231030.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"3bd196281e4c11e3945057dd75a28362c0885722","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231030.1.tgz","fileCount":42,"integrity":"sha512-ViyPl8QYB0nOKmYT1Zx52Fv2mu+GJdvAG0YdsNmi0mwWgdEdu18Ot0yreXW0X209YXDtH2u1d9sMnqNhHPhNcA==","signatures":[{"sig":"MEUCIQDHvmYFmnp/7EQ1jODhExQ7+kRLWTKHjW4kBhgW9g0mAgIgYnDGCnfWvpPNiCDzLwd0Nkhs3GJW+2Gp1guu335xvIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282599},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231030.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231030.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ViyPl8QYB0nOKmYT1Zx52Fv2mu+GJdvAG0YdsNmi0mwWgdEdu18Ot0yreXW0X209YXDtH2u1d9sMnqNhHPhNcA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.20.0-alpha <12.20.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231030.1_1698726108953_0.5534679174330659","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231031.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231031.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20231031.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"498c02f64783ea00341586884d6bcd7e50412a55","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231031.2.tgz","fileCount":42,"integrity":"sha512-NJR1n9vazulefJTmvoER2wp4j6qYKSL+vq7aVJiKXDxEbISlhQ744pRhWm5cnDz1o2g++2imok3SvYjI/eTvBg==","signatures":[{"sig":"MEUCIQCwolsuVG2NJuyrZdR4GEbhGLZWjLy7bX+erMnornF5cgIgDCKyxZf/7sRjpQDfTo+hswUCmsluGAcm9Kg85LqV4qA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282599},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231031.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231031.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NJR1n9vazulefJTmvoER2wp4j6qYKSL+vq7aVJiKXDxEbISlhQ744pRhWm5cnDz1o2g++2imok3SvYjI/eTvBg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.23.0-alpha <12.23.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231031.2_1698811345538_0.7220802728793483","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231102.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231102.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"ca08332c6086c8d464cfb0b33df4668f84b60953","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231102.2.tgz","fileCount":42,"integrity":"sha512-EC8z3t8a33cRSl48mWXqJ+bFSPxyKWJWXiAd8M/xLHH2PVTxOndiJhwQw5RPQ6ttlnVhTSeDakoO8vNv3KBg7A==","signatures":[{"sig":"MEUCIQChZa8Uo/x5LU7hJBQ8xnqIESot3m7b5z3sATlQOMin1QIgZ2zdpO/FVDEG5UfwsHyxNMJoX5TLHuG0CwDjgu1LWFg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282599},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231102.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231102.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EC8z3t8a33cRSl48mWXqJ+bFSPxyKWJWXiAd8M/xLHH2PVTxOndiJhwQw5RPQ6ttlnVhTSeDakoO8vNv3KBg7A==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.23.0-alpha <12.23.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231102.2_1698984249115_0.45400587923656155","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231106.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20231106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"e596951108874502b807eff435df76b8e8b2fecb","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231106.1.tgz","fileCount":42,"integrity":"sha512-yQ252j3Gb+ZCV3U9KdqF0cKgVdywSiUGyktLD6kt45kwJJYeGJlB6kr223HM9a6bNeDjE/+WT+NIbMpUpqQU2w==","signatures":[{"sig":"MEUCIQCEpRxLq98fLpNkg06ppHm1Xn3MR2w/Y49npJ+z3CCgmwIgWGkxDmwO24qnh5Tvjf+AJlsZcpPGgqcLehK6K2czYpc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282665},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231106.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231106.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yQ252j3Gb+ZCV3U9KdqF0cKgVdywSiUGyktLD6kt45kwJJYeGJlB6kr223HM9a6bNeDjE/+WT+NIbMpUpqQU2w==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":">=12.23.0-alpha <12.23.0-alphb","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","mocha-junit-reporter":"^2.0.0","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231106.1_1699334453696_0.7589010869704316","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231116.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231116.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20231116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"6f2f458b43362d6857a5a6ddc882a6bf48df0f7e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231116.1.tgz","fileCount":42,"integrity":"sha512-I7qwP40P8/EA30Di4jZ+1BM3hOrVskUk7kiyk2wrZg/kgX3/2qw3CPKpchxqyN6Ab99m7Ct5hCxEwB97x+jIpw==","signatures":[{"sig":"MEUCIC82zYq5p2tz+x+E3f2E+SAuYqUsm7EjnKe245lJu0boAiEA4a/qAwA0FDMyrgZMaLxx95Xc237aPXAAt0sLtB+g2MI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282650},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231116.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231116.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-I7qwP40P8/EA30Di4jZ+1BM3hOrVskUk7kiyk2wrZg/kgX3/2qw3CPKpchxqyN6Ab99m7Ct5hCxEwB97x+jIpw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231116.1_1700197435189_0.9828636856981736","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231120.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"fff28f57be2f05b5d0bb9b54894ff0b4fb09ad96","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231120.1.tgz","fileCount":42,"integrity":"sha512-fzL2pFk/ZH6cm+DI4RVqxDYglR1RZuT/lQS4H5iU10cEZjEwouic6UsyKDQB7d1NurPyq3l6dl/zELj/60th3Q==","signatures":[{"sig":"MEUCIQCowCii1BRp7dc09qypo3H25iBqphaoi9nOM66/Si1sdQIgCaRA15TlGGvgQB3EAOqbaB26wX3k8Sbhw6p0NtPXO6g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282650},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231120.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231120.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fzL2pFk/ZH6cm+DI4RVqxDYglR1RZuT/lQS4H5iU10cEZjEwouic6UsyKDQB7d1NurPyq3l6dl/zELj/60th3Q==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231120.1_1700544074902_0.252352752593475","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231206.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20231206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"c658c40d2202814b0c3beff770a07c920c41c1ed","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231206.1.tgz","fileCount":42,"integrity":"sha512-cVmphmRWa3hXdVQF2QItxTnCd8AT4PeOa+WF1q7zeJTiBrE62v/YVpDG7H6GT/szzn6lUmGgBxJXVp6cCrQNtQ==","signatures":[{"sig":"MEUCIQDFfhAFpMu9n4YcBhhOB6lFcYqF+38X+PIGFtmgvG2IgAIge1c+OE4l+hnlB+KZnScoEfhj8X1F/tKZuYLyZIrcwIo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282612},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231206.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231206.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cVmphmRWa3hXdVQF2QItxTnCd8AT4PeOa+WF1q7zeJTiBrE62v/YVpDG7H6GT/szzn6lUmGgBxJXVp6cCrQNtQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231206.1_1701925368401_0.8460367025412305","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20231218.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20231218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"515c75bcd033bbccb869dc88c5fc149e45aa54c7","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20231218.1.tgz","fileCount":42,"integrity":"sha512-eLad3jwNyouc8xum63xuwAIGqZkNSIS6e2yFCk3uazkv28ok65LKTJskpZZiLf0HWDlJPPFrDvgw65/SPFlvOA==","signatures":[{"sig":"MEYCIQDzailQjkYCmgXG8GjaqGVzFvCMSBMQ3Q6JnM6wTvnlEQIhAPqU1C/drjXR1NOu+WYHkJ8YCBkkkp/Sg+UEGtPoAbQ8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282612},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20231218.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20231218.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-eLad3jwNyouc8xum63xuwAIGqZkNSIS6e2yFCk3uazkv28ok65LKTJskpZZiLf0HWDlJPPFrDvgw65/SPFlvOA==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20231218.1_1702962041993_0.9702055946270669","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240110.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240110.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"4c634171cf633040ce6c569c837c481d0f89b9df","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240110.1.tgz","fileCount":42,"integrity":"sha512-pw0n9UyC0iLd5ib7WK3z0cAhhzYAzCWUXRnTYKlO/ipdO+mawzRUKKGfNHIfTQsci7jXU6tvMMqTGU9Nw0j79w==","signatures":[{"sig":"MEUCIQDA9YwvuiVzdofJNvxBr1DWQK15JsRCKN+5nwQvdx+6kgIgPUjbF7F6OhkgaUORkr5600ZPBLmJICvBLdXX+gh+ejI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282760},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20240110.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20240110.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pw0n9UyC0iLd5ib7WK3z0cAhhzYAzCWUXRnTYKlO/ipdO+mawzRUKKGfNHIfTQsci7jXU6tvMMqTGU9Nw0j79w==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240110.1_1704949400749_0.2382269880787815","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240112.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"49deafbecd675068f219d38cdbd7b166f30a1076","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240112.1.tgz","fileCount":42,"integrity":"sha512-3KATvSJkayrbiAsAh9PKEKnGcU56x/So7Hj4XtCO3dpRiCigeKUhAVNLSNBu9zE4EjTiWPUBQ5qWGym1RODIZw==","signatures":[{"sig":"MEUCIQCTYs/KH9HyeaWR7OUfbq8UlTZiAcz/Woqtvm7nYZgD3wIgDFPCOui9KlQEVX8/H8icwwiJPEX648qLyPQEawV4VbI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1278993},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20240112.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20240112.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3KATvSJkayrbiAsAh9PKEKnGcU56x/So7Hj4XtCO3dpRiCigeKUhAVNLSNBu9zE4EjTiWPUBQ5qWGym1RODIZw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240112.1_1705123361928_0.17246406931592095","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240116.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240116.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240116.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"345aa0c0b3fe06790599ce9cad41b25c70834e24","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240116.1.tgz","fileCount":42,"integrity":"sha512-pCHj7d5ZluNM4fj1BkbJRe+Z4TIebuI3LkFqj1zk7O239FgO1PS6E6ABLAzR+w+JczWejlF4lu4/dHa43Al3Hw==","signatures":[{"sig":"MEQCIGS8juoevwbP2DIyMPbNCyMuZHlPCQjFO5QQFoAnVB1rAiB92Y+VFT6bNTjwWLaBgdJwt1gz01CrGDXUWnSfyUm30Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282760},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20240116.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20240116.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pCHj7d5ZluNM4fj1BkbJRe+Z4TIebuI3LkFqj1zk7O239FgO1PS6E6ABLAzR+w+JczWejlF4lu4/dHa43Al3Hw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240116.1_1705467757237_0.357989980420524","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240126.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240126.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240126.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"09c4ffa3abf293eb00a5a80d9cada4b9953d3a80","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240126.2.tgz","fileCount":42,"integrity":"sha512-XY4YgBd5mkcf6xk+lKxcgOK6v2b4EY1qv/QhuL084LCih04w0xvQ7LUqV3GVowbWZHkWJI1sdCfjRWFxsFkibg==","signatures":[{"sig":"MEUCIAw162F9ZJm/G/IABhqPO6iDZcCx0FXtsuauPw20n/J8AiEAwh8fD/s10x7hLqrL1ZeoQ52gLcgJhX/OgzdKfefpaqA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283102},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20240126.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20240126.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XY4YgBd5mkcf6xk+lKxcgOK6v2b4EY1qv/QhuL084LCih04w0xvQ7LUqV3GVowbWZHkWJI1sdCfjRWFxsFkibg==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240126.2_1706331825961_0.20614747673375233","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240202.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"aa48617de84a81ef169980c22cbbecb431a08410","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240202.1.tgz","fileCount":42,"integrity":"sha512-lH04e5g9XXHFwoCCgiXZF3I0IfH4M8of0P739+kLadaoqu427KVyVUoZBSj6DpIPUeEitTowvTF4FX2wgl5DFQ==","signatures":[{"sig":"MEUCIQDPTHJuFgNoybnvuz3hzQOvoY1F2o+GqixdxG/98lrJ/QIgHOSxWChobp7V3dFda8wbM5gcmdF/Zqd5NpnjHoOvns8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283102},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20240202.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20240202.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lH04e5g9XXHFwoCCgiXZF3I0IfH4M8of0P739+kLadaoqu427KVyVUoZBSj6DpIPUeEitTowvTF4FX2wgl5DFQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240202.1_1706937738422_0.8346733782706666","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240220.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240220.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"d73f9cc29cd95102898c17b16ec4f647e6d9951c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240220.1.tgz","fileCount":42,"integrity":"sha512-njcxQpAaPvWUptlCo8aKPpaY1DAnzxRbbUPYwHUcq6UunKAJZTShRjEyXKXItyz9km3R46ZUEYSflY9usB+Uyw==","signatures":[{"sig":"MEUCIQCPc58mlDpOuC7nG1Ad7262BHmLLnlcx3rOSyU3BgFdmwIgUDJYrz+jtArjjx6XS4fdJ3Hk4UVm+oxUfcn/IvTKJeY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283128},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20240220.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input --use-esm-workaround=true -- --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-language-text/azure-ai-language-text-1.1.0-alpha.20240220.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-njcxQpAaPvWUptlCo8aKPpaY1DAnzxRbbUPYwHUcq6UunKAJZTShRjEyXKXItyz9km3R46ZUEYSflY9usB+Uyw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240220.1_1708491769022_0.8786927261816917","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240307.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240307.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240307.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"77a4d169ef4360ac6c179a4b09d0c853620da448","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240307.1.tgz","fileCount":42,"integrity":"sha512-2YfxOIMjLoz8q2VtV5w1KWh/JjLCvjtByadlBtEQv0rwE5w0oDrObEGUL+2zI7Psori182DVhVVRlWOzuCbtLQ==","signatures":[{"sig":"MEUCIEB+BTBOfFSJ5zPeOfgx0IBPjyAgD6ynZ3ygOzg2G23sAiEApZygCE1UqUA94OYDHBV0q/1o4QCoLIxYRMHnTDKiyIA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283135},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20240307.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input --use-esm-workaround=true -- --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-language-text/azure-ai-language-text-1.1.0-alpha.20240307.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2YfxOIMjLoz8q2VtV5w1KWh/JjLCvjtByadlBtEQv0rwE5w0oDrObEGUL+2zI7Psori182DVhVVRlWOzuCbtLQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240307.1_1709874485226_0.8010383889881434","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240312.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240312.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240312.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"1686719d068be17c38b072f68641a212cfce9dfa","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240312.1.tgz","fileCount":42,"integrity":"sha512-voioTxCy7S1MQqbgquy+2p49VnM6p/RMomdtL5ho7ToSHsZwHjBSos8KDzBl79ikJy2VI5epq8SaC3b5m20WfQ==","signatures":[{"sig":"MEYCIQCM5rML05pSocFrisCr78XZzrJdnAbBLDVnhaRJlBtzkgIhANFju1rh5pB/A+CiHa91chKw2BI5Krs7N/nFdqOdmEcN","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20240312.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20240312.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-voioTxCy7S1MQqbgquy+2p49VnM6p/RMomdtL5ho7ToSHsZwHjBSos8KDzBl79ikJy2VI5epq8SaC3b5m20WfQ==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240312.1_1710302926340_0.06434771599870026","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240322.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240322.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"82a346a1f40252fd611f317bcd8414ebe829f4a4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240322.1.tgz","fileCount":42,"integrity":"sha512-yZvYwowMteZfsZ37LKntdRlcvpSnO0xMuooxitagaPrm5E429gsyCH4C8ZhHeSzY4be8oZId4e4xlWf360N/Kw==","signatures":[{"sig":"MEUCIQCbDofScN87rfDHhrIRtstgjKOCNNQ4N4/vvitkV8PQ4gIgcWSpANLxE75Eenl7iWY2+ty2VBWhD+7WvfH+ReCTG9Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:/mnt/vss/_work/1/packages/azure-ai-language-text/azure-ai-language-text-1.1.0-alpha.20240322.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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-language-text/azure-ai-language-text-1.1.0-alpha.20240322.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yZvYwowMteZfsZ37LKntdRlcvpSnO0xMuooxitagaPrm5E429gsyCH4C8ZhHeSzY4be8oZId4e4xlWf360N/Kw==","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 text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.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":{"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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240322.1_1711166840237_0.4759249499704805","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240402.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240402.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240402.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"49bb4f47c86cc958d11e95e3e1cb0b1d943cff2e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240402.1.tgz","fileCount":42,"integrity":"sha512-/iOf/+W+B69JRwZYil7Er/noEjIf5gYLi9mKILP56jCK8shb6LcToYWU/4nEYjiqVn0fjiwJRwjQsp2Z+r4WLQ==","signatures":[{"sig":"MEUCIQCP5HtHMg9iakfPzJ9IUfrsLVnI1ekMmruEV/PSCEL/EAIgSGCyitcJZSMgl3Wm59+Y3iIlxZHRcyREfMEIucq3vyU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\da420c03-997e-4926-9fe1-04a5c84e6b31\\azure-ai-language-text-1.1.0-alpha.20240402.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\da420c03-997e-4926-9fe1-04a5c84e6b31\\azure-ai-language-text-1.1.0-alpha.20240402.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/iOf/+W+B69JRwZYil7Er/noEjIf5gYLi9mKILP56jCK8shb6LcToYWU/4nEYjiqVn0fjiwJRwjQsp2Z+r4WLQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240402.1_1712117203084_0.17510717451110502","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240403.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240403.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"97637a093e1000774a0b5a60dd27326cf6d63731","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240403.1.tgz","fileCount":42,"integrity":"sha512-XrI6XgYTAj6APt38x/2YS1wsja0eGt6AaTDgqXXwPHaE3e6CowN8th0lGEPmWXIU/t+0wCWsyPiVyCQbZX04LA==","signatures":[{"sig":"MEYCIQC8+nFKI+GleUFJZSW3gJAbSLYqDJYgbu0tVJ9M+HdPCAIhAIn0oyrCpVg+pRB8FqVpZdooX64MRbhjp80ekQBL6OiO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0ee5fdff-a317-45ea-b3cd-567e28faf736\\azure-ai-language-text-1.1.0-alpha.20240403.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\0ee5fdff-a317-45ea-b3cd-567e28faf736\\azure-ai-language-text-1.1.0-alpha.20240403.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XrI6XgYTAj6APt38x/2YS1wsja0eGt6AaTDgqXXwPHaE3e6CowN8th0lGEPmWXIU/t+0wCWsyPiVyCQbZX04LA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240403.1_1712203619737_0.05585821032693561","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240409.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240409.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240409.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c9ce1c133829f5f669424dee4aa33c31d593d81","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240409.1.tgz","fileCount":42,"integrity":"sha512-MCVUrHgm/jNdnVWXH7Uu12V8+WblLo/QnQvj0V/9FrOncWFHV8q+2G0EzmdankXFYQI52if4tG34WmigS0sY6w==","signatures":[{"sig":"MEUCIQCAGH1d9evcFf1oOOthHcZYuZVW2DuOXK3wGrMNJanjMQIgJjYDt3dhaJpbdfAEpjz/IJ6eVWOpmjOd2hQP/dRXofI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0548028e-edcd-4748-8003-0d87fde7621e\\azure-ai-language-text-1.1.0-alpha.20240409.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\0548028e-edcd-4748-8003-0d87fde7621e\\azure-ai-language-text-1.1.0-alpha.20240409.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MCVUrHgm/jNdnVWXH7Uu12V8+WblLo/QnQvj0V/9FrOncWFHV8q+2G0EzmdankXFYQI52if4tG34WmigS0sY6w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240409.1_1712722209269_0.30083050239944975","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240410.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240410.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"18ca9fb39afcdfaa9c28d62ca04edc702012a5fe","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240410.1.tgz","fileCount":42,"integrity":"sha512-zTAQr1jnE5IFUCR7DYvCfbAyqJ3GeLR1kcJHrTBsue4sKdGoyrpFDIEtnT35600HMuPt5xEgPxpRZvfDZbXGGA==","signatures":[{"sig":"MEUCIQCPGzTfSsoi8Z+rUY93nazfXTzjylIbbHjXbm9mecgm0wIgRPqmo/O2l7RuiYJLtNpKuIfIA+V7n0cTa1BlPpYyqp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3dfa097d-393d-47c3-9157-8d3c88aa0aa3\\azure-ai-language-text-1.1.0-alpha.20240410.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\3dfa097d-393d-47c3-9157-8d3c88aa0aa3\\azure-ai-language-text-1.1.0-alpha.20240410.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zTAQr1jnE5IFUCR7DYvCfbAyqJ3GeLR1kcJHrTBsue4sKdGoyrpFDIEtnT35600HMuPt5xEgPxpRZvfDZbXGGA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240410.1_1712808638132_0.29113777045814726","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240411.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240411.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240411.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"66b83a6514f29acbbb29bcfff9c52243c7e836e4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240411.1.tgz","fileCount":42,"integrity":"sha512-2kWZzlmTjnH44S9WCs5R7Wzv805l8KeichS8y/AgtLuTs84QtdDXw8nFpr6tI2oWWq2CbrA2jdDG84ujfU7n1w==","signatures":[{"sig":"MEQCIH366eXK7cmWcGJ2+pPFWkogxqS+zVR3YCWNmk4/EQ6MAiBNkRnnzWc2+zsSSQ2wGIiS49/EWvyAuQqkAgUmwCnzcg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6701afe5-e4c9-467a-9ece-2c45ec00ce1c\\azure-ai-language-text-1.1.0-alpha.20240411.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\6701afe5-e4c9-467a-9ece-2c45ec00ce1c\\azure-ai-language-text-1.1.0-alpha.20240411.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2kWZzlmTjnH44S9WCs5R7Wzv805l8KeichS8y/AgtLuTs84QtdDXw8nFpr6tI2oWWq2CbrA2jdDG84ujfU7n1w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240411.1_1712894998715_0.017699046397761764","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240412.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240412.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f0603737d62b37910dd48bd8433737b6f3b15867","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240412.1.tgz","fileCount":42,"integrity":"sha512-+ygPxwDax/ezcDlbnxfTAHelQLKdHllgazmOMdpg2NkbOb6UcfI62du1Y3jgCqZtFTSB7ym4AdT0vWyaZdErbQ==","signatures":[{"sig":"MEUCIQDs4E4Miw55yxmXuxdkUIU89McwG++ruUc/sZv7e2HaIgIgCeZNVbpOuSSC/iLsKslxuzvQiwxsm+Od//FjY0z8v7g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8b0045bc-78ce-4168-b84d-bf87a0b06266\\azure-ai-language-text-1.1.0-alpha.20240412.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8b0045bc-78ce-4168-b84d-bf87a0b06266\\azure-ai-language-text-1.1.0-alpha.20240412.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+ygPxwDax/ezcDlbnxfTAHelQLKdHllgazmOMdpg2NkbOb6UcfI62du1Y3jgCqZtFTSB7ym4AdT0vWyaZdErbQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240412.1_1712981116493_0.04975632223541848","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240415.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240415.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"44a7463d915c7bcb14be1fa0aa8723803f2fb232","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240415.1.tgz","fileCount":42,"integrity":"sha512-KE+1pYWtwD2a9PwazBU8SC4BniQe0R0xuxpwoXtsF57qRTutV5wvPuhgCsQgu5M9WX1srsrIwQKsLSeHcK7oZw==","signatures":[{"sig":"MEYCIQCzChWFFj7xqngmPtzJB2rT2VIp8/ZKCy5lw4PNP25f/wIhAI69FF59u8cPCLZw7vcRnB/IuetfJEVIBOcw7RcI3Iv8","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2f0c1815-d3c9-41a0-a11b-0d7bd5a37aae\\azure-ai-language-text-1.1.0-alpha.20240415.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\2f0c1815-d3c9-41a0-a11b-0d7bd5a37aae\\azure-ai-language-text-1.1.0-alpha.20240415.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KE+1pYWtwD2a9PwazBU8SC4BniQe0R0xuxpwoXtsF57qRTutV5wvPuhgCsQgu5M9WX1srsrIwQKsLSeHcK7oZw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240415.1_1713240374415_0.351969605827815","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240416.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240416.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240416.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e32ae6caebb115439abeb0ecc16a82546a4c23d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240416.1.tgz","fileCount":42,"integrity":"sha512-uDUg1zK6oiitNa04c5fBLjecEqRQXJGVUCIJkq07nf4UaxohOXELW7PRXGhVCc4gTLAkdDWzi4VzuPI/uvKQNA==","signatures":[{"sig":"MEQCIHbxVXSvtyG+S4QxIZUTSXIq87tPrg/4J1MDHbl6xH+FAiB1+TikkDxaXxPW0nkVxX3KYnhNYz9LPBFJf6TgTdRSNQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9af1469f-ff7e-450b-8d02-72a719a23bd6\\azure-ai-language-text-1.1.0-alpha.20240416.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\9af1469f-ff7e-450b-8d02-72a719a23bd6\\azure-ai-language-text-1.1.0-alpha.20240416.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uDUg1zK6oiitNa04c5fBLjecEqRQXJGVUCIJkq07nf4UaxohOXELW7PRXGhVCc4gTLAkdDWzi4VzuPI/uvKQNA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240416.1_1713326896819_0.38948707535665417","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240417.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240417.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a3ee3bd8ba80460e6b35fa885649c2073329d52c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240417.1.tgz","fileCount":42,"integrity":"sha512-W3+o1iDr6buW3CN1ekhGNhdSsq8R8FylVXz3QUmufAPa9YHRc8QCnrZosILq+5VbeW8aePn6Rew+lQ2GUzASaw==","signatures":[{"sig":"MEQCIB4eMYZ9YxB8iWPlISxu7pTX1faa4eytaflwnIqtGogNAiBLUggUKuJW4m4dKmJ28Y4/hNbUNIlQgrmXM+2ZsBcmeA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6e6d1037-2375-4f9a-b5f5-cea5837cc8cf\\azure-ai-language-text-1.1.0-alpha.20240417.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\6e6d1037-2375-4f9a-b5f5-cea5837cc8cf\\azure-ai-language-text-1.1.0-alpha.20240417.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-W3+o1iDr6buW3CN1ekhGNhdSsq8R8FylVXz3QUmufAPa9YHRc8QCnrZosILq+5VbeW8aePn6Rew+lQ2GUzASaw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240417.1_1713413497728_0.44571652815820517","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240418.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240418.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240418.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7128bbc6947508d9ea9ff7d0b8aae0b98ec6d62c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240418.1.tgz","fileCount":42,"integrity":"sha512-BYVpRd1P/XO3tGBgJzVkVusLEBLKeuc8GT+seva3gjXynsMOVSPgh9XP4DB75z2QI2avVKzvuRuYtN7jxu3wkw==","signatures":[{"sig":"MEQCIEtqoMLtvSflkGInXAdX3nGmMyjc7fzhfFxNOOoca5g3AiAPhzn+hXW2F1/8O8UeeqrFQEtKOOGPF7empUn/7arQ+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283109},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5c81fdec-2d0c-49b7-b57d-5de39c9b898c\\azure-ai-language-text-1.1.0-alpha.20240418.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\5c81fdec-2d0c-49b7-b57d-5de39c9b898c\\azure-ai-language-text-1.1.0-alpha.20240418.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BYVpRd1P/XO3tGBgJzVkVusLEBLKeuc8GT+seva3gjXynsMOVSPgh9XP4DB75z2QI2avVKzvuRuYtN7jxu3wkw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240418.1_1713499584765_0.6938753311473296","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240419.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240419.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08f3c9d86b03846ad9f5214b2a5a7c790a423ed3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240419.1.tgz","fileCount":42,"integrity":"sha512-1fZj5UjFES9s/adn5YBUc2zZXAZ0xPKcowG3BgPVXEzgYPNkEnvJCBC1TOUtgC9BsZeFZ0zdmpVrbtdyNJdF5g==","signatures":[{"sig":"MEUCIQDruGZuTkAC0cb3ef1bvRrcKQnK2BU2j7CYDr4gKx8ccQIgMSJRSP0FIkoKALx0QuDxt5NhNYbJdZI0M29DHbN3NBI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283086},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\642ad472-2940-460a-a960-79f6d3447ada\\azure-ai-language-text-1.1.0-alpha.20240419.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"dev-tool run test:browser","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\642ad472-2940-460a-a960-79f6d3447ada\\azure-ai-language-text-1.1.0-alpha.20240419.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1fZj5UjFES9s/adn5YBUc2zZXAZ0xPKcowG3BgPVXEzgYPNkEnvJCBC1TOUtgC9BsZeFZ0zdmpVrbtdyNJdF5g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240419.1_1713586036525_0.36556358189655813","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240422.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240422.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240422.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d5d5d85985e976e8a64665be72a1219e881ed32","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240422.2.tgz","fileCount":42,"integrity":"sha512-BwXXZvS+ts1pQcMiXdju3ywn16tbRWGllyTkvnsmYpLFR1EDosHALZPuj98z0yDAWZdNGCjjEfYeUJAJzondKg==","signatures":[{"sig":"MEUCIQDBjkIfYLBuSyqk5F28Z0EtU9FwHrNPGL7k5kzM7Rj5mwIgc9fmZT1tO/MvEo02brzMdg8DzBqz2cje1rY8jvK2JKU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fccaf7e4-a00f-482f-bee5-a62dc4f1dc7c\\azure-ai-language-text-1.1.0-alpha.20240422.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\fccaf7e4-a00f-482f-bee5-a62dc4f1dc7c\\azure-ai-language-text-1.1.0-alpha.20240422.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BwXXZvS+ts1pQcMiXdju3ywn16tbRWGllyTkvnsmYpLFR1EDosHALZPuj98z0yDAWZdNGCjjEfYeUJAJzondKg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240422.2_1713845270427_0.24953165327312","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240423.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240423.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e7ae8b6b2ca5b5ecca07ea25d291a2ab2810b6b3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240423.1.tgz","fileCount":42,"integrity":"sha512-BFNy6SCxM6ci5R5YB8rCEtXx31jTUeKmxodvWXXWNhTEkLYM+Q+X3R31CtDRZkST8qpKVu6n5JpkfSGk/FtSkg==","signatures":[{"sig":"MEQCICloACk0FsrNnTHO8eDDlKDPZxFBpg2q7wty/BmpNSCWAiBOwL0FUNQjSOHKRw625ZgABPLkQeMtZavw+34G5+DRPg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6ae46973-2c8c-4daf-b1af-4a9efea31921\\azure-ai-language-text-1.1.0-alpha.20240423.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\6ae46973-2c8c-4daf-b1af-4a9efea31921\\azure-ai-language-text-1.1.0-alpha.20240423.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BFNy6SCxM6ci5R5YB8rCEtXx31jTUeKmxodvWXXWNhTEkLYM+Q+X3R31CtDRZkST8qpKVu6n5JpkfSGk/FtSkg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240423.1_1713931819027_0.10644324745480471","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240425.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240425.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b36dbefa58136a7c981f773f68c7edb3c8dc3d96","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240425.1.tgz","fileCount":42,"integrity":"sha512-/+ggKAhirl0msHYcnLJ9Xuylo1S17i/qhS8arAiO6MidLkDLqgwWdjk768FTdck6KAzzMr2s9txsvLQyhX7igQ==","signatures":[{"sig":"MEUCIH7i6WCv7LfLv/MWWNV638rnd3uSTuOSqwiZVTBNChT+AiEA15mEHTaqrxTf7qBx6R9mVoIMXuWogyS2QO7aRfdbm80=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d9fd4cc4-3bd7-4a1c-923c-c649cbdd0a87\\azure-ai-language-text-1.1.0-alpha.20240425.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\d9fd4cc4-3bd7-4a1c-923c-c649cbdd0a87\\azure-ai-language-text-1.1.0-alpha.20240425.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/+ggKAhirl0msHYcnLJ9Xuylo1S17i/qhS8arAiO6MidLkDLqgwWdjk768FTdck6KAzzMr2s9txsvLQyhX7igQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240425.1_1714104373291_0.8003246561400164","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240426.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240426.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b66124803fdabd446eb4d28f57af6a2ba76f1222","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240426.1.tgz","fileCount":42,"integrity":"sha512-V+4v9z4Uxu4r/hpJ7UNkoeN8xdveDNKmYUK7Hp5NsIVlOGANTlDb5Gh8PjAV1bGe4cpji4Rl2N3Qs+G/Ovpqyg==","signatures":[{"sig":"MEUCIHZ9xNq52vcCEth8sTvKPQRc2HBJc5LzFhGw/ItS5wazAiEAv5Ddtpt4wA+mMXKfJaTy+AKxqD79yhStzE2U+rxTq1M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0ae45545-52ee-4bf1-8125-20c3bc490fae\\azure-ai-language-text-1.1.0-alpha.20240426.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\0ae45545-52ee-4bf1-8125-20c3bc490fae\\azure-ai-language-text-1.1.0-alpha.20240426.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-V+4v9z4Uxu4r/hpJ7UNkoeN8xdveDNKmYUK7Hp5NsIVlOGANTlDb5Gh8PjAV1bGe4cpji4Rl2N3Qs+G/Ovpqyg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240426.1_1714190627487_0.4522212613047585","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240429.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240429.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"304d572b5f890ae763bc7224af4be05ed9299b15","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240429.1.tgz","fileCount":42,"integrity":"sha512-lMFCaFGVy9IfBGOpmJiXADJZbnrP0V0R1ZklfKiSfGEizmCXyTSGX/49XL2Qz+QjAXbVJYh1sR/wFcz+6srTFw==","signatures":[{"sig":"MEUCIAi+N3WIREzwScLQvJ8Vy8L05EiIRUUCemkjY/Dl05MFAiEAuLT4+TJ8rXQtsIeb1om3Wa+OPvMK5ObMYDh+CH1nV0I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\e013a089-b9fb-4c15-b84d-f37a9da3e313\\azure-ai-language-text-1.1.0-alpha.20240429.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\e013a089-b9fb-4c15-b84d-f37a9da3e313\\azure-ai-language-text-1.1.0-alpha.20240429.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-lMFCaFGVy9IfBGOpmJiXADJZbnrP0V0R1ZklfKiSfGEizmCXyTSGX/49XL2Qz+QjAXbVJYh1sR/wFcz+6srTFw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240429.1_1714450004475_0.47416778941236126","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240430.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240430.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"471ba99dd1c756f64514124c997449d8f73e64b2","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240430.1.tgz","fileCount":42,"integrity":"sha512-2gZ59N+v6zXP6qBNz7GTyDeMwER8KjVAnRyFttJ7UNRVc6eQ18wcVU015gLFJf3q/lOcdRlICOx0r2iqEYnNQg==","signatures":[{"sig":"MEQCIBRTjerGmvFOHKKhgA8ZifuxstK0e3Otv00EubPZAlkGAiBF4FLfFGAvcWV29XEZ1UnSPTcC6kb6Q2o7YAeWnSyUQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d40e2f4c-e121-4d56-804e-9db918cff0d8\\azure-ai-language-text-1.1.0-alpha.20240430.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\d40e2f4c-e121-4d56-804e-9db918cff0d8\\azure-ai-language-text-1.1.0-alpha.20240430.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2gZ59N+v6zXP6qBNz7GTyDeMwER8KjVAnRyFttJ7UNRVc6eQ18wcVU015gLFJf3q/lOcdRlICOx0r2iqEYnNQg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240430.1_1714536291844_0.790913516861286","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240501.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240501.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c4001a77cfe6676df353191c4eeef13707b1552b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240501.1.tgz","fileCount":42,"integrity":"sha512-xIuYeLLcipxyEtFxz7uvtZ/IBJst5CcRi/lodWmyKbI0R78GZ0NaRFOFEwoz6AvvKppv6JC181RBhhzTsyX4jQ==","signatures":[{"sig":"MEUCIE4Kqy+fu3HVp95b7Nhi2Q3PsFhFXcdSM/Qm1GF9FGtOAiEAv8we9QTtRFuHph4gH1tdcqyLl8Hku1uqzCmRlrFuDqc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\330f9f3a-e652-45aa-ab78-ac13f9bdde8a\\azure-ai-language-text-1.1.0-alpha.20240501.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\330f9f3a-e652-45aa-ab78-ac13f9bdde8a\\azure-ai-language-text-1.1.0-alpha.20240501.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xIuYeLLcipxyEtFxz7uvtZ/IBJst5CcRi/lodWmyKbI0R78GZ0NaRFOFEwoz6AvvKppv6JC181RBhhzTsyX4jQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.0-alpha <1.0.0-alphb","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240501.1_1714622780547_0.5780684889650987","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240502.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240502.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5bee6319c7324cb6516700356f4a74fe1ee89c8e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240502.1.tgz","fileCount":42,"integrity":"sha512-XAvHkEItzLGmmo0KqtUWhyZGJ6oGjE1g5Gqr/gV/hRFJxfcdOfJaaI36EQBZLrLAawrDO4JBBf1wwFEKcNSNsQ==","signatures":[{"sig":"MEQCIFP+kff/ZfkfVQl6qxhBh/+wi5FxuaxZkU9NS5kMcprTAiB6VWCzwRpSYRdE66TUp9zkj10FQJVB7WusBox6Wi6Diw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3668aad7-7393-48a7-b769-976864d4d819\\azure-ai-language-text-1.1.0-alpha.20240502.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\3668aad7-7393-48a7-b769-976864d4d819\\azure-ai-language-text-1.1.0-alpha.20240502.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XAvHkEItzLGmmo0KqtUWhyZGJ6oGjE1g5Gqr/gV/hRFJxfcdOfJaaI36EQBZLrLAawrDO4JBBf1wwFEKcNSNsQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240502.1_1714709099648_0.6290491198480626","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240503.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240503.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240503.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7d060e6517a440ac1253890752af908293e6cf92","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240503.1.tgz","fileCount":42,"integrity":"sha512-WE/bTwZAEgMbzoC4zSTKYy4p6+Wf29FBskA98xQAMmAgtv2M1kzd3OWSqlv/LFResPmUsDCa+4DD8QULMkOPdQ==","signatures":[{"sig":"MEUCIQCm9fUV3Pm1aGYVhCyQll+MavtstqDI3xKgTDk4spIQ6AIgXa7se7C3Vr5GJlzaUhBLSZKrDH49PkH/s6S67se3++k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\93d08e48-289a-4a33-8f51-57da5290d04a\\azure-ai-language-text-1.1.0-alpha.20240503.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\93d08e48-289a-4a33-8f51-57da5290d04a\\azure-ai-language-text-1.1.0-alpha.20240503.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WE/bTwZAEgMbzoC4zSTKYy4p6+Wf29FBskA98xQAMmAgtv2M1kzd3OWSqlv/LFResPmUsDCa+4DD8QULMkOPdQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240503.1_1714795456449_0.6199148494182967","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240506.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240506.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240506.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"13ed9cce2de56b50bd6fb6871d60482ac96dac5a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240506.1.tgz","fileCount":42,"integrity":"sha512-3HDTf2RE/+GyPV9FS7gtVmY1str2j7wQ0lmxxbzKbF9rkYGHn+OnuM4mKkKRmCJVou7iswGvwTs/qxa/9YXKJw==","signatures":[{"sig":"MEQCIEvaGSfZLRiDvzh0ogw3a6vt3HNALoWcxCwgPO++O6i8AiBke+7R6ntFtxY3uigbVbfjJE5lI0fl/f3eZQddfh9weg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\abe3d34f-922b-44d0-b1ec-8ee137273136\\azure-ai-language-text-1.1.0-alpha.20240506.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\abe3d34f-922b-44d0-b1ec-8ee137273136\\azure-ai-language-text-1.1.0-alpha.20240506.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3HDTf2RE/+GyPV9FS7gtVmY1str2j7wQ0lmxxbzKbF9rkYGHn+OnuM4mKkKRmCJVou7iswGvwTs/qxa/9YXKJw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240506.1_1715054714897_0.4424602369506445","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240507.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240507.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"dist":{"shasum":"43e40e3d7a6c85e1102138eede13489064c923ab","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240507.1.tgz","fileCount":42,"integrity":"sha512-so/QtwjQwCg1Lh8oGbkGljpxEm7zazPHHTgsmOJf1mN3n6PimPiJPBXESeN20LUlyVktj9pr7jkKmeOMaW5BuA==","signatures":[{"sig":"MEUCIQDTt6CkiN3aU3KiI6ouw+TpHvYYIa1VBbLTUjGqJZv0LgIgETrEYqdxcP7osDLE+rWW2IszzOUutwzpu8hgYnsxNL8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\23624ea0-8d9c-4e78-8303-cb33fef86a55\\azure-ai-language-text-1.1.0-alpha.20240507.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\23624ea0-8d9c-4e78-8303-cb33fef86a55\\azure-ai-language-text-1.1.0-alpha.20240507.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-so/QtwjQwCg1Lh8oGbkGljpxEm7zazPHHTgsmOJf1mN3n6PimPiJPBXESeN20LUlyVktj9pr7jkKmeOMaW5BuA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.0","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240507.1_1715141162247_0.68392021885137","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240508.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240508.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7e4bea668569be4ef2be5fe9c3c8936779e60a5","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240508.1.tgz","fileCount":42,"integrity":"sha512-Jx0PPcqyi80UJ6WvmeYvSwLiAJKxxjFHT+nSRfKcmNVPBhOm/ifrSmvKaLkrFZ+/Yc1TrAK1BKQbYoScbccc6A==","signatures":[{"sig":"MEYCIQDm42W2CojQJVpdJlAc0z+J++k/64pLttXTpTkSV9zwgQIhAKAtdrRb1GgDbN7lMl/9E5/qIVZymsy8qxKIWL/lU4/S","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\46ffbdcc-cbba-4c91-bd39-af79729fcbe2\\azure-ai-language-text-1.1.0-alpha.20240508.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\46ffbdcc-cbba-4c91-bd39-af79729fcbe2\\azure-ai-language-text-1.1.0-alpha.20240508.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Jx0PPcqyi80UJ6WvmeYvSwLiAJKxxjFHT+nSRfKcmNVPBhOm/ifrSmvKaLkrFZ+/Yc1TrAK1BKQbYoScbccc6A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240508.1_1715227523057_0.888477413390409","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240509.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240509.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240509.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"566a93be41428061bc4d6a03967d4ec0d9549ecd","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240509.1.tgz","fileCount":42,"integrity":"sha512-G3SeMDxQojUgxH4u0nXDqESTJitewnEfije7Iy60zvY7wz/34BnpCbOKOfXTNL+4BbCmNllT6ARWos4ttuezpw==","signatures":[{"sig":"MEYCIQDTDOVTdO9b2rGBPDru4c0eh1m/IyfIYw6szoeb1FcOVQIhAMh6yCnv1Lv3hrN7WJShPal8e75AyhD90ugVUHTZUoIU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\08731f2c-0f7e-4cd5-bd03-cbfc42628762\\azure-ai-language-text-1.1.0-alpha.20240509.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\08731f2c-0f7e-4cd5-bd03-cbfc42628762\\azure-ai-language-text-1.1.0-alpha.20240509.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-G3SeMDxQojUgxH4u0nXDqESTJitewnEfije7Iy60zvY7wz/34BnpCbOKOfXTNL+4BbCmNllT6ARWos4ttuezpw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240509.1_1715313798639_0.6609444170072127","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240510.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240510.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"706b5632d424265c39477133a9be535b70d47f7f","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240510.1.tgz","fileCount":42,"integrity":"sha512-/do/rD4h0fQlaK72HK1MmCxZcz2raMTcIPve6IR5a3axarJdrWrBRs4YQtUoMRLmLU+Bjng7RZpsR+Y89MyaEQ==","signatures":[{"sig":"MEYCIQCgYVw3ofBpoIDmuOcS+aUneGJHe54QIpsKjB/dgZrHTwIhALb3EdufUOANWC/vGFzqFO6gyM05UhqduDHcVvKcQoM0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7cf32769-02c6-4538-8fd6-c026a30bca5f\\azure-ai-language-text-1.1.0-alpha.20240510.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\7cf32769-02c6-4538-8fd6-c026a30bca5f\\azure-ai-language-text-1.1.0-alpha.20240510.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/do/rD4h0fQlaK72HK1MmCxZcz2raMTcIPve6IR5a3axarJdrWrBRs4YQtUoMRLmLU+Bjng7RZpsR+Y89MyaEQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240510.1_1715400480350_0.5345491665587001","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240513.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240513.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240513.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a4f8931500e77ba0c20f119e071d23f83b9ca24e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240513.1.tgz","fileCount":42,"integrity":"sha512-r61wSIY1h2bLauAmIjQubYvXDhG/M0TA+vNc4kzJmQoz7nEfPOwxPnm1zGJUh3pwLkMmWwfdIdHtUPov+o4Raw==","signatures":[{"sig":"MEUCIElqdhxjfGNpempCVc/7ThfmDbOavOXJhHjZpFhAUxRfAiEA52kigrpCuTVKLhQDn4zMNy4iLhskpMTf3L/2Ak9htZk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d3c7f64c-f360-46d2-81c9-9bf13233455e\\azure-ai-language-text-1.1.0-alpha.20240513.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\d3c7f64c-f360-46d2-81c9-9bf13233455e\\azure-ai-language-text-1.1.0-alpha.20240513.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-r61wSIY1h2bLauAmIjQubYvXDhG/M0TA+vNc4kzJmQoz7nEfPOwxPnm1zGJUh3pwLkMmWwfdIdHtUPov+o4Raw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240513.1_1715659459906_0.04432752300911602","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240514.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240514.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"55992e5e8264cd91555375683d8f93f6f91416f6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240514.1.tgz","fileCount":42,"integrity":"sha512-t+z3xayCbt2btOv6O/nGytFjDGZVCU36hnXlNX8jENfMG3OT5wZng5DrsfKA34Zq+ipSYHwBfFtae4VARdsXNA==","signatures":[{"sig":"MEUCIBUC7BLTzj1krY1ImeRxv1f3K3EP6B6uMzIfG4zFbhwvAiEA92/PND7+Ewu1L2+B71QnqgexigcXe+M7zjrZLCazpSE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\152c39e5-1e79-4f6b-9e6a-018a882fdadb\\azure-ai-language-text-1.1.0-alpha.20240514.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\152c39e5-1e79-4f6b-9e6a-018a882fdadb\\azure-ai-language-text-1.1.0-alpha.20240514.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-t+z3xayCbt2btOv6O/nGytFjDGZVCU36hnXlNX8jENfMG3OT5wZng5DrsfKA34Zq+ipSYHwBfFtae4VARdsXNA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240514.1_1715745808990_0.25284568960700304","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240515.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240515.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240515.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b2666d70ede3a3d873df20ec775ab6f5b45ed42e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240515.2.tgz","fileCount":42,"integrity":"sha512-MiqJrhXxhz9MlmHbw7rXSl9dJfK5kd8vRLJYtdScg/umus0ojHQxNwFa+52/BI4GlX/U0NPXmrTICyRQs96WFg==","signatures":[{"sig":"MEUCIHWxP29748wQ6T+353tdsRDuyJxksr/DZEp6LPHW6yLeAiEA3EbRtZxw67RrchnC7WPtJvKs748KkFBBawjnoj/FNYU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bd48fd51-be37-4c38-b7b9-75033de9a627\\azure-ai-language-text-1.1.0-alpha.20240515.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\bd48fd51-be37-4c38-b7b9-75033de9a627\\azure-ai-language-text-1.1.0-alpha.20240515.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MiqJrhXxhz9MlmHbw7rXSl9dJfK5kd8vRLJYtdScg/umus0ojHQxNwFa+52/BI4GlX/U0NPXmrTICyRQs96WFg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240515.2_1715832256474_0.022451957517378496","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240516.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240516.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"516bf8a69b4823429b96487c295a4dde2bac88e3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240516.1.tgz","fileCount":42,"integrity":"sha512-JKHqgYGs+7kO84tradubljBwz7l2POOfm+w13iDSgkIWDjuIqY9K2amEkkNmf3E+suctUDK21kkP7sQIusJCyg==","signatures":[{"sig":"MEUCIBj84dGzqce79YmSQWCK6ZRs5hhmFlfzoh1LGdEyoKBfAiEA9pb9JLAKp31eZkdlQhbdEvMHghbLcjR9t9ZVj3irLmk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\eedeb720-99b2-42f2-8b62-69b7e37eeb8d\\azure-ai-language-text-1.1.0-alpha.20240516.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\eedeb720-99b2-42f2-8b62-69b7e37eeb8d\\azure-ai-language-text-1.1.0-alpha.20240516.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JKHqgYGs+7kO84tradubljBwz7l2POOfm+w13iDSgkIWDjuIqY9K2amEkkNmf3E+suctUDK21kkP7sQIusJCyg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240516.1_1715918678184_0.5779802036081769","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240517.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240517.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240517.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3fbbc0765d3d433a4166f60e410bd45a39cd7675","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240517.1.tgz","fileCount":42,"integrity":"sha512-ll7pjKP8cZ38XuhahxLq9TuVEx1N//vY+Zubjjb1Qi8bOSv20jhB07LKmwr22mBMjQY0qKAvgyLMS9A5k4ce7w==","signatures":[{"sig":"MEYCIQCi+BmLAFHaImn3gc3FfWw8kBEJuw6lC1PtzQu3sPGQ8AIhAIZnyuBHE9LdK9teUeqERRANL6oXGtYefeuxO+3Lka5U","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8b698961-24a9-44f3-adad-aad00368908c\\azure-ai-language-text-1.1.0-alpha.20240517.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8b698961-24a9-44f3-adad-aad00368908c\\azure-ai-language-text-1.1.0-alpha.20240517.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ll7pjKP8cZ38XuhahxLq9TuVEx1N//vY+Zubjjb1Qi8bOSv20jhB07LKmwr22mBMjQY0qKAvgyLMS9A5k4ce7w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240517.1_1716005004345_0.3961338610439429","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240520.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240520.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240520.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4068f10bd691dd36435a30f4747db19b48046f26","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240520.1.tgz","fileCount":42,"integrity":"sha512-EcSj8LIJpEu2zXfdk47BPSz6EBbY4qtWR8LrUXtOdSndlxaLecUyXkxHvPMg9pgGMfM1c02tXGRtUaRCXKukDg==","signatures":[{"sig":"MEYCIQDDpnCitOD9u6XgP7GuZYOtLDl6ixld27EdnUy2Dd5EnwIhAKH5WV751gUnCEVV3zskz2N83qV8ErB5eGkqqKM676oD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283051},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\1a2a5abc-e3c9-4edd-a03b-2103fd6a74f5\\azure-ai-language-text-1.1.0-alpha.20240520.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\1a2a5abc-e3c9-4edd-a03b-2103fd6a74f5\\azure-ai-language-text-1.1.0-alpha.20240520.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EcSj8LIJpEu2zXfdk47BPSz6EBbY4qtWR8LrUXtOdSndlxaLecUyXkxHvPMg9pgGMfM1c02tXGRtUaRCXKukDg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240520.1_1716264303672_0.7777456081897074","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240521.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240521.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240521.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a01368d5a3b2347006954ec505ca1470b73763ac","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240521.1.tgz","fileCount":42,"integrity":"sha512-pjbAamTzLjG5By7rFvybtb1ZBEaO1MPe74tTG1w/xmD5Peb/+coOwz62z5Dxj8BiydszZroEeNlpho7Vp8FKVw==","signatures":[{"sig":"MEQCIGn1BAr6udW2lwnPLIn8ltcjEtUylj2NEBZZAtYIeuuMAiB1Ywf98yUDkzXwvnfcIMKlU0i7IYUqhRRypYAsM1lhFA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c7ceb5d9-5a3b-46f2-965b-7949c51763e8\\azure-ai-language-text-1.1.0-alpha.20240521.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\c7ceb5d9-5a3b-46f2-965b-7949c51763e8\\azure-ai-language-text-1.1.0-alpha.20240521.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pjbAamTzLjG5By7rFvybtb1ZBEaO1MPe74tTG1w/xmD5Peb/+coOwz62z5Dxj8BiydszZroEeNlpho7Vp8FKVw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240521.1_1716350779005_0.5592873687192434","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240522.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240522.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a61a1b3a722545e0b60a5a04d461fca46679c6f","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240522.1.tgz","fileCount":42,"integrity":"sha512-C//1UfiOnk7I3ZpM5P2rcRD7VWJQ+1gvlHozcRJqfmHH5hZXBYIEhfdgYYdZis4L9g8LcM9yLJutiXaOk74C8A==","signatures":[{"sig":"MEUCIQDKKEpR5oyZK9iP+/4PRFG/XUXK6iKt5H6Nx8saF8NOBgIgRZHH8qxfhI4EmxCF3vTBdcyeNpbUV11Ekg3tHZfLy7U=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f68b264c-aae7-49ff-b242-cf835f158de8\\azure-ai-language-text-1.1.0-alpha.20240522.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\f68b264c-aae7-49ff-b242-cf835f158de8\\azure-ai-language-text-1.1.0-alpha.20240522.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-C//1UfiOnk7I3ZpM5P2rcRD7VWJQ+1gvlHozcRJqfmHH5hZXBYIEhfdgYYdZis4L9g8LcM9yLJutiXaOk74C8A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240522.1_1716437075217_0.7977642487973049","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240523.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240523.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e01ea230c4ab46a75097c3497f3cf55afc18310a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240523.1.tgz","fileCount":42,"integrity":"sha512-rH5tIf2OD/mM84MOUq2fRGpEPdPKmiuvyHwt+nl0VLmOkJ9ErFVjP5l6uConmfecc9aNYxkpXa3alrBbDRxrbg==","signatures":[{"sig":"MEYCIQCTLYmo3PbUNF6hTKlsGOuYcTA5UsC7LJg63HfF9M04HgIhAINVIJmliL9n1cWblSTGQmvWiVzghxj6k1ok0pqU8dzj","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\abadc1b3-9139-430c-bb19-63796f09e759\\azure-ai-language-text-1.1.0-alpha.20240523.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\abadc1b3-9139-430c-bb19-63796f09e759\\azure-ai-language-text-1.1.0-alpha.20240523.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rH5tIf2OD/mM84MOUq2fRGpEPdPKmiuvyHwt+nl0VLmOkJ9ErFVjP5l6uConmfecc9aNYxkpXa3alrBbDRxrbg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240523.1_1716523653728_0.866912623166677","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240524.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240524.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240524.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3aacecc2c6cccfc82bcaa415eb5ab3ed0590e4ff","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240524.1.tgz","fileCount":42,"integrity":"sha512-dX8PCZk7nbUzClXoSBZpqftwqWM0vRZUboRl4426gs9oo9URVLrQ25+JrU3DryrHoHDU1UwNNN1XQyN7BHyt9w==","signatures":[{"sig":"MEUCIGaQLLVz6LyYz08rLXaelOqD25Pw+tSxZG7EISrFgBoDAiEA0FK5ej7s7uxKMqKlkYn7jv9fjN7CDEazYKfQ1+et+D8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\01b8eb05-bdf0-4d6d-9956-3de26a07b2a5\\azure-ai-language-text-1.1.0-alpha.20240524.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\01b8eb05-bdf0-4d6d-9956-3de26a07b2a5\\azure-ai-language-text-1.1.0-alpha.20240524.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dX8PCZk7nbUzClXoSBZpqftwqWM0vRZUboRl4426gs9oo9URVLrQ25+JrU3DryrHoHDU1UwNNN1XQyN7BHyt9w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240524.1_1716609791589_0.8022510605246251","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240527.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240527.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240527.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"345a024bfda66498768c4ae4b643191739094128","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240527.1.tgz","fileCount":42,"integrity":"sha512-ZL6M3MgmCZwPt3lU5Xy+E1G2Qnsvtnn8k2atQxkU2baz6rYCBhvgMzHfTpb9x12YG2CPMxiXjm64kXwC2pNNcw==","signatures":[{"sig":"MEQCIGjWQ94VHhNVVpmZzTdqKwAYooMhV6rDilhYmaN84dTxAiAtwHnD7Ky2onVWH0zY3RXEWJZoA0jpdNQBLhxlroSijA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9289d61d-bf32-4c12-8420-51658054b2b4\\azure-ai-language-text-1.1.0-alpha.20240527.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\9289d61d-bf32-4c12-8420-51658054b2b4\\azure-ai-language-text-1.1.0-alpha.20240527.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZL6M3MgmCZwPt3lU5Xy+E1G2Qnsvtnn8k2atQxkU2baz6rYCBhvgMzHfTpb9x12YG2CPMxiXjm64kXwC2pNNcw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":">=1.0.1-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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240527.1_1716869073965_0.0012918196729068132","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240528.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240528.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"38a80d1bb41272cb1c607174cef4a76ed435def6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240528.1.tgz","fileCount":42,"integrity":"sha512-nc9nfGiVg2hDCi1LtWwSaMzzdJdfo4JwDgdFkWvsL3J1ayP0z7mu6pSNLAhwlrbDnBFL3ohbUiFBtrtxBLHBtw==","signatures":[{"sig":"MEUCIQC7wA2ev1sv9WvW+B18MxUZfmofHJ1gAE04mbNMEtWEiQIgbqbP3oxq/qpnfmFC23jghKCXvpvWaHYkqapmYN2htKA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\414ca070-9e5b-4028-b4b1-bc419504f530\\azure-ai-language-text-1.1.0-alpha.20240528.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\414ca070-9e5b-4028-b4b1-bc419504f530\\azure-ai-language-text-1.1.0-alpha.20240528.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nc9nfGiVg2hDCi1LtWwSaMzzdJdfo4JwDgdFkWvsL3J1ayP0z7mu6pSNLAhwlrbDnBFL3ohbUiFBtrtxBLHBtw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240528.1_1716955986264_0.3695899564397789","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240530.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240530.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e66e5753d4b84fd3c05f5b3c9d1495df4312dfed","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240530.1.tgz","fileCount":42,"integrity":"sha512-Fcf5Vq/UF8VIwL3zH8lYb88fRq84IZza/kYoRd2PKcBrmqcR9KneTvjMFBVM32/jnEdBKwcoWjRvQ73wuRo9iA==","signatures":[{"sig":"MEUCIQDnEbt0DtOsjD1Fp0TY+CAvzhMkgr9oObv0S6RWFCNLvwIgTeVgwKEMZRFVpGOx/XJuOUqDyxhxtE3yxbIucUm5X0I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fd681fca-ce52-46f3-82ae-b5121cc139e3\\azure-ai-language-text-1.1.0-alpha.20240530.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\fd681fca-ce52-46f3-82ae-b5121cc139e3\\azure-ai-language-text-1.1.0-alpha.20240530.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Fcf5Vq/UF8VIwL3zH8lYb88fRq84IZza/kYoRd2PKcBrmqcR9KneTvjMFBVM32/jnEdBKwcoWjRvQ73wuRo9iA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240530.1_1717128250426_0.8570516368656198","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240531.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240531.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e1116852fef16061ed416d22044ad1cc554c6de","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240531.1.tgz","fileCount":42,"integrity":"sha512-piQFZtQfl+5itY5NK52UdAQjVGDAPHomt1ygn7qYgHdMsavAzWJynV+uGMt3R+ihaHfGv5BT0vbvx+C0XZcg5g==","signatures":[{"sig":"MEQCICfTna3p8pBTxYhibFLqdPzoJFrIEeBjzrLW5W3w7LY5AiAJ6UcEfD6EVFE57M11jQa+3S7Vf7Kq8xMljMOnrrZz0Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b96a6885-baca-4d95-a990-9f65e9c0ac99\\azure-ai-language-text-1.1.0-alpha.20240531.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\b96a6885-baca-4d95-a990-9f65e9c0ac99\\azure-ai-language-text-1.1.0-alpha.20240531.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-piQFZtQfl+5itY5NK52UdAQjVGDAPHomt1ygn7qYgHdMsavAzWJynV+uGMt3R+ihaHfGv5BT0vbvx+C0XZcg5g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240531.1_1717214589988_0.26535174640749326","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240603.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240603.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0729456c70538159ccfc33850288e8ebbb534f96","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240603.1.tgz","fileCount":42,"integrity":"sha512-RDw1lodkq8wNgnxD5688v2wLnsyXv7SnlND5wx6bx3b85zON1y4t8s8PCM3QdpGZkd5eIYofF0/pTHzW18YF1w==","signatures":[{"sig":"MEUCIE5ZUaKAYTzpefLuHQzUwfEnVmoWtoOq/L3bbkMTaGDCAiEAgR19FRhd5SBmj+eVp+TMWx2JSrkBrKuNrbwj81kuBsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b351f4fe-0a1f-4699-a56e-8ab2c5c40b41\\azure-ai-language-text-1.1.0-alpha.20240603.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\b351f4fe-0a1f-4699-a56e-8ab2c5c40b41\\azure-ai-language-text-1.1.0-alpha.20240603.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RDw1lodkq8wNgnxD5688v2wLnsyXv7SnlND5wx6bx3b85zON1y4t8s8PCM3QdpGZkd5eIYofF0/pTHzW18YF1w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240603.1_1717474005069_0.08022855200685819","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240604.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240604.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240604.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d54df93f71867927ab58223f3f19f70458fc20ec","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240604.1.tgz","fileCount":42,"integrity":"sha512-1RCBERAjUrmjkIvgMpJJbXW6Y5BS7oiqSQEUjLo2HSuWy/ZMy4RWFWZDoQwzvN2FHqKyToHCvaD/OUawH/we7Q==","signatures":[{"sig":"MEYCIQDE3P68hNmuXq8tJfwqci2i5KFdUrcwpVhnri4tKo48pwIhAO6Dc2rwrfmj0C7qSJx29a8Ltdr9lZMr3q+3GfUNOFOM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\17b3cc83-b100-472c-8c82-493bd74bdb7f\\azure-ai-language-text-1.1.0-alpha.20240604.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\17b3cc83-b100-472c-8c82-493bd74bdb7f\\azure-ai-language-text-1.1.0-alpha.20240604.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1RCBERAjUrmjkIvgMpJJbXW6Y5BS7oiqSQEUjLo2HSuWy/ZMy4RWFWZDoQwzvN2FHqKyToHCvaD/OUawH/we7Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240604.1_1717560290052_0.45080161399153185","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240605.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240605.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5d52e28624c2e2ee66037695db88f1ee2d25e7cf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240605.1.tgz","fileCount":42,"integrity":"sha512-Rd2+EKCYkW9U0IfZRkqn3PoOCvHP+/ku1ntldZYCphsukeJFB0WT4PKZiZJc0Ol1JErb9idnkR3NSI0k/JXxPQ==","signatures":[{"sig":"MEYCIQCZznNVjBr2alrcFXfmYPpn5MQ2rSkzWbmUhJtFuht0MgIhAKpRdL28pJeUi0ftIPeaz2nBpbvkSxIpjtoIxiuYYOQL","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8c5d2ee6-51b4-4d5c-84c5-8e0e01e647dd\\azure-ai-language-text-1.1.0-alpha.20240605.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8c5d2ee6-51b4-4d5c-84c5-8e0e01e647dd\\azure-ai-language-text-1.1.0-alpha.20240605.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Rd2+EKCYkW9U0IfZRkqn3PoOCvHP+/ku1ntldZYCphsukeJFB0WT4PKZiZJc0Ol1JErb9idnkR3NSI0k/JXxPQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240605.1_1717646831407_0.6862226217643217","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240606.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240606.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240606.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7100c50e0e4e13388c26fefdb132867f4151e584","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240606.1.tgz","fileCount":42,"integrity":"sha512-w6Mr31VMXLHJLrY3jPfoMPYHvJmFHfWHhAD0Ure6vHSl4UkbeX4eYd0LZsu/MPCZGgF9q+oe82S6ObKe8R+fNg==","signatures":[{"sig":"MEYCIQDnL8ZtMah7gQNnSPeRBUEHap/NWjHiAMUMe5uHRod8MgIhAJ7TQNm8EH1w38Qh9U+q/JWj+vRyN+D3U+hwwpY+Ry6B","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\b8a16546-01c3-4b0a-8c3a-ddb12fead460\\azure-ai-language-text-1.1.0-alpha.20240606.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\b8a16546-01c3-4b0a-8c3a-ddb12fead460\\azure-ai-language-text-1.1.0-alpha.20240606.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-w6Mr31VMXLHJLrY3jPfoMPYHvJmFHfWHhAD0Ure6vHSl4UkbeX4eYd0LZsu/MPCZGgF9q+oe82S6ObKe8R+fNg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240606.1_1717733113742_0.6560657533658505","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240607.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240607.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240607.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"be6dea1d5c8024a25523857a1d62148072523d57","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240607.1.tgz","fileCount":42,"integrity":"sha512-97NyStU3iSFAVJ/wHhq38896F8KHJHNab+v8jIlB36XlAtlWxvahjrAstJTQTmuHEdOG+qYEHiaHEzPakavxVA==","signatures":[{"sig":"MEUCIQDbDf0tkc8R2XC8coQcjiWVOGy0wNGgzKwxqKJX2RcWAwIgUvNhOgFK75sv+LEwLUv7EvHy3WjxVENPQHKl9kEhx6M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\019e4a2b-5557-4b49-861e-138d68415001\\azure-ai-language-text-1.1.0-alpha.20240607.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\019e4a2b-5557-4b49-861e-138d68415001\\azure-ai-language-text-1.1.0-alpha.20240607.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-97NyStU3iSFAVJ/wHhq38896F8KHJHNab+v8jIlB36XlAtlWxvahjrAstJTQTmuHEdOG+qYEHiaHEzPakavxVA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240607.1_1717819552967_0.014441667970441552","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240610.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240610.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240610.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca0c895673c09dc3932af51e75e8c507081ae539","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240610.1.tgz","fileCount":42,"integrity":"sha512-ajawqJ4WC5Rbh2qF0pTIJufRqKX8bLdPXqk4uUJvldaiEJFX7eid2/AiMv1atDuBjhbJX+OncXRtDt3Ka8ZZnw==","signatures":[{"sig":"MEUCIA/XNyJIblxiPH+5fpA5NB2OP2V7olHVg/d3MGmRulQVAiEAzI7ih8GVNz+rqFSkGbIeicjLA+2dH4DZNwcA7G4Dy3Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\aa804de9-06f7-4fde-9546-a286f9ad1c70\\azure-ai-language-text-1.1.0-alpha.20240610.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\aa804de9-06f7-4fde-9546-a286f9ad1c70\\azure-ai-language-text-1.1.0-alpha.20240610.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ajawqJ4WC5Rbh2qF0pTIJufRqKX8bLdPXqk4uUJvldaiEJFX7eid2/AiMv1atDuBjhbJX+OncXRtDt3Ka8ZZnw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240610.1_1718078992100_0.26472030423371473","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240611.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240611.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"511963d207138cae85920eddc3c8b27c4c1a7483","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240611.1.tgz","fileCount":42,"integrity":"sha512-DpPHC2W1BLkvRoSY5RxDqMYNQSl71yBDfZBA70yHWth7fggTzJri2fFz1TU5JazkakGreExokQOP/F7lthq+uw==","signatures":[{"sig":"MEYCIQDFnRs1T4obhNkKy2Hcv0VGvwJE9tawfQeQIk8jIM/ooAIhAOug4F+2FHUOCTUkl8ZhHMsxTYWzqZaMBuB6TJ8q35LY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4d5431ff-9cee-4eb5-ab40-5d84c6311b22\\azure-ai-language-text-1.1.0-alpha.20240611.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\4d5431ff-9cee-4eb5-ab40-5d84c6311b22\\azure-ai-language-text-1.1.0-alpha.20240611.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DpPHC2W1BLkvRoSY5RxDqMYNQSl71yBDfZBA70yHWth7fggTzJri2fFz1TU5JazkakGreExokQOP/F7lthq+uw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240611.1_1718165137356_0.783754865538639","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240612.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240612.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a9cdaa257f21ccd46eee1bc407b5c695ca611dd9","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240612.1.tgz","fileCount":42,"integrity":"sha512-MSmpTg/Z7LrPHLt8LNqXCeBZtfrynlumRVlxp5V14uvxLmllfh2XineHD7aWxrgOOV5SPVToPcoB3Q5a37GA5w==","signatures":[{"sig":"MEUCIQDl7Y6+K2zA16Y8E1I4d+HhJpM98/WEbhmsVvRUHNWfwgIgBrSOynluZACxV1vlZBvR1rHcydAje/On2AyqxlmsX8Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\fbef571f-b514-4e2e-89af-869fd13b6a91\\azure-ai-language-text-1.1.0-alpha.20240612.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\fbef571f-b514-4e2e-89af-869fd13b6a91\\azure-ai-language-text-1.1.0-alpha.20240612.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MSmpTg/Z7LrPHLt8LNqXCeBZtfrynlumRVlxp5V14uvxLmllfh2XineHD7aWxrgOOV5SPVToPcoB3Q5a37GA5w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240612.1_1718251508248_0.14657996991372113","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240613.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240613.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240613.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2aac9b64a3e77cefc4208cfe798c3bbc8b89b4ac","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240613.1.tgz","fileCount":42,"integrity":"sha512-C+vvkI3syFYvDnzeGU6B317SOmMi/vSZdMYC2SCC2EXkt0F7uv4ZbQSkZoG7xhWBtpSSIQpYnN5hcwoBOc+zkw==","signatures":[{"sig":"MEUCIHSngIVminklaTzWGpvwMQ7/UhKDHG+SgB2wpQWFmYXkAiEAnf1YueOrpxcdzZr+OuR6CdG38Vfoy6Ns38VufOuEwbI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8a80e14a-c4c2-4609-ac97-e473dc60832c\\azure-ai-language-text-1.1.0-alpha.20240613.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8a80e14a-c4c2-4609-ac97-e473dc60832c\\azure-ai-language-text-1.1.0-alpha.20240613.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-C+vvkI3syFYvDnzeGU6B317SOmMi/vSZdMYC2SCC2EXkt0F7uv4ZbQSkZoG7xhWBtpSSIQpYnN5hcwoBOc+zkw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240613.1_1718338077082_0.37769547851534124","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240614.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240614.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e61ebc8ddae43008442adeda73529d3c1f4dbd01","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240614.1.tgz","fileCount":42,"integrity":"sha512-03jbUOzUrJPbjDfvmH8NH1EusREbbFtQNruUCu2W0wS+YkBjrHdbu+9FOWzbQO5cPZofK1nJvWP+NVkanRFCig==","signatures":[{"sig":"MEUCIQCsRHdJuE44Ld6GIN7iDFGmnjV7hwhAS9h9dDuzVR0dSQIgVCLHtok8BSw7/qWvZFNxLhaXr02Ay30SCPiOMm5mnHQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d3737e35-400f-4bd2-ad4a-2145c9bb0556\\azure-ai-language-text-1.1.0-alpha.20240614.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\d3737e35-400f-4bd2-ad4a-2145c9bb0556\\azure-ai-language-text-1.1.0-alpha.20240614.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-03jbUOzUrJPbjDfvmH8NH1EusREbbFtQNruUCu2W0wS+YkBjrHdbu+9FOWzbQO5cPZofK1nJvWP+NVkanRFCig==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240614.1_1718424265137_0.874447266988525","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240617.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240617.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"79d4d46bc2d592bd3601b7cd74acc6baacf77f4b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240617.1.tgz","fileCount":42,"integrity":"sha512-iWUnNWAmULMTMNG7JzgFPpJ1ua04XHtthvNo3rGZ4oibmwa86XYdfg6PrSxBgjnHWf9OFCBQSfMF7OLsRvBEDA==","signatures":[{"sig":"MEUCIQDkx6vOzeb+oAByLtuGGeiGkFOSRZ0YB1oe6J7royGyqgIgLj/3UnXbEQiM6kxrchOJ/jPmO+3XjdaIqPqKtYNXWmM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a30b7fca-6da5-45d1-984c-e9938d23d1c3\\azure-ai-language-text-1.1.0-alpha.20240617.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\a30b7fca-6da5-45d1-984c-e9938d23d1c3\\azure-ai-language-text-1.1.0-alpha.20240617.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iWUnNWAmULMTMNG7JzgFPpJ1ua04XHtthvNo3rGZ4oibmwa86XYdfg6PrSxBgjnHWf9OFCBQSfMF7OLsRvBEDA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240617.1_1718683394114_0.191770466963485","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240618.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240618.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240618.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d142cc3315c78faf9352840798eaf8df58834887","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240618.1.tgz","fileCount":42,"integrity":"sha512-sPPl8W0klKVTiTdg5dMq6lvmEAT6mqygzd/tDY5zc+pKDtTt6sLbifloif7v/BJh0jx0/zRIeIdTEVhM0QKr+g==","signatures":[{"sig":"MEUCIH08zdEy10CzfBk6c/MW07q5rBpnfbNv65HmEtLLTcbWAiEA/lJiD/uhrRripNVIfUUOhdzP8ufiWfsqrVgmHZiMdgQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cace6b4a-51b6-489a-b095-633248038756\\azure-ai-language-text-1.1.0-alpha.20240618.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\cace6b4a-51b6-489a-b095-633248038756\\azure-ai-language-text-1.1.0-alpha.20240618.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sPPl8W0klKVTiTdg5dMq6lvmEAT6mqygzd/tDY5zc+pKDtTt6sLbifloif7v/BJh0jx0/zRIeIdTEVhM0QKr+g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240618.1_1718769883039_0.9770075642031619","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240619.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240619.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"688b1834811833cf6d5a5682e543f9f37c9bf520","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240619.1.tgz","fileCount":42,"integrity":"sha512-VUrdbfioX3x9OtCxcV/50aqf8gsO0XYSV9UsscMe+ar3GB+OoUVu4tqd0ko865GwWwZsotKuQdXB/ntOXucCEQ==","signatures":[{"sig":"MEUCIFZmvmmA+9LPPetX9ZIwASgmG31aVpNrKg4C3+gCrCCzAiEApOkZjNVxhKRSO5Ga10ePFXnWWzWv69447Ipva8XHJTs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5dd4130b-8ca5-456c-8d5b-f6b76757c2a4\\azure-ai-language-text-1.1.0-alpha.20240619.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\5dd4130b-8ca5-456c-8d5b-f6b76757c2a4\\azure-ai-language-text-1.1.0-alpha.20240619.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VUrdbfioX3x9OtCxcV/50aqf8gsO0XYSV9UsscMe+ar3GB+OoUVu4tqd0ko865GwWwZsotKuQdXB/ntOXucCEQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240619.1_1718856227638_0.6760787949391733","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240620.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240620.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240620.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6a50ca64c4cd13647a7f3b2c06604f7f21396b9e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240620.1.tgz","fileCount":42,"integrity":"sha512-rU4nQS3VipMbEoeUyEQ8UJm/DHsDF2oHCZfqDnlMI20fZ6vIhACT5xABwNgLab+UiAe8o5oSn74DLRTuT2y24w==","signatures":[{"sig":"MEQCIBPEXeasFxdA25etR9baoGLv1x1KrDHx944RFGoib/NXAiBdXrNLVmfjkwDhU4HLePWUG1bbI4MC7812j7ndCYDD+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c2db7ba0-5dbd-42f8-9318-62e13bc2c620\\azure-ai-language-text-1.1.0-alpha.20240620.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\c2db7ba0-5dbd-42f8-9318-62e13bc2c620\\azure-ai-language-text-1.1.0-alpha.20240620.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rU4nQS3VipMbEoeUyEQ8UJm/DHsDF2oHCZfqDnlMI20fZ6vIhACT5xABwNgLab+UiAe8o5oSn74DLRTuT2y24w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240620.1_1718942915272_0.033808935526336015","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240621.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240621.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240621.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14fac4add885c7f26b19cff9bad2ff28c6ee5fbf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240621.1.tgz","fileCount":42,"integrity":"sha512-3nox5bMBPZDRVReDJoD0LwnoCRAPOrMhPuOT0ZijgBVg9YFksBZ/72NA+RIB+L/zc3olbk28Q+22oQZJdhxNmg==","signatures":[{"sig":"MEYCIQDWFQ+EK0hHr3Fu4J2vTOjZl53uVoQobJTfPnM4zUwqkwIhAJMLVA+aaPrREtRMQSXTwECVzKMFE9rWGRzsIDaZ5s/N","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\db6f367e-8d7d-43cb-9f2e-4f23475eb42b\\azure-ai-language-text-1.1.0-alpha.20240621.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\db6f367e-8d7d-43cb-9f2e-4f23475eb42b\\azure-ai-language-text-1.1.0-alpha.20240621.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3nox5bMBPZDRVReDJoD0LwnoCRAPOrMhPuOT0ZijgBVg9YFksBZ/72NA+RIB+L/zc3olbk28Q+22oQZJdhxNmg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240621.1_1719028837078_0.31880279982596416","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240624.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240624.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240624.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4af0fd146936999c6d77e4dfbc83ae000a67ab60","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240624.1.tgz","fileCount":42,"integrity":"sha512-ZS/k253qTTmEZhG8iwyJtgxowQG2n3+wjjrdCnnLXyNs42NYss23vsNbQBXIUCPKaWsLQJgZbaDc0UKmpSferw==","signatures":[{"sig":"MEYCIQCWq+mm7tKSqTj5aSBEjX9aGxmYdw+fgPAWzKNOGgjz2QIhAJ1JxeMIAuVSqrDZfICXia1kucM6OGfGlrfN0ro+XJmA","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8e5a3dda-a5da-4d7e-a9c6-aee292546aef\\azure-ai-language-text-1.1.0-alpha.20240624.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8e5a3dda-a5da-4d7e-a9c6-aee292546aef\\azure-ai-language-text-1.1.0-alpha.20240624.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZS/k253qTTmEZhG8iwyJtgxowQG2n3+wjjrdCnnLXyNs42NYss23vsNbQBXIUCPKaWsLQJgZbaDc0UKmpSferw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240624.1_1719288315739_0.09116260679122812","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240625.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240625.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240625.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac16ebe14322dc723c184b427cd2ca392a89bcf4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240625.1.tgz","fileCount":42,"integrity":"sha512-MisaTqtvsroag6vM0sC0OKnjm5xsof1wysS3ojJBR++qZIYCYwJ962CCwSsjiBn21cgRMCMaLHodqJxLsVj8tQ==","signatures":[{"sig":"MEUCIQCwqYYyQFfqh9E8AaTUMb+Gjdjp0kJtIqHrssN/A7jaLgIgLj7rjYk4JBsfFqh6jKsfw+AeYTfD2c6Qs8O6oajmWlQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\154c3340-5e83-4124-8220-45727b9da9ac\\azure-ai-language-text-1.1.0-alpha.20240625.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\154c3340-5e83-4124-8220-45727b9da9ac\\azure-ai-language-text-1.1.0-alpha.20240625.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MisaTqtvsroag6vM0sC0OKnjm5xsof1wysS3ojJBR++qZIYCYwJ962CCwSsjiBn21cgRMCMaLHodqJxLsVj8tQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240625.1_1719375064428_0.0995814729112463","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240626.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240626.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240626.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14429876b1429e8bbb63e9bb81644015087334db","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240626.1.tgz","fileCount":42,"integrity":"sha512-7ADoZktZO+0sTbUaWW5BpgcHbekfMkYH2mgDMMRlq4ifT9D0R+IcJBHFeYtjwtrvgtTM75yLN696+tI9OV5g7w==","signatures":[{"sig":"MEUCIQDiIkbN3ey8RekVgdERu9z1oCeuRujhogdt3qkfoKGzbgIgcMIyhmSz0tiDibqa7/Pl3w2Mz2HP92/9v/9UmD0iuQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\8d017813-3509-431e-986d-dcc9c9cc0f8c\\azure-ai-language-text-1.1.0-alpha.20240626.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8d017813-3509-431e-986d-dcc9c9cc0f8c\\azure-ai-language-text-1.1.0-alpha.20240626.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7ADoZktZO+0sTbUaWW5BpgcHbekfMkYH2mgDMMRlq4ifT9D0R+IcJBHFeYtjwtrvgtTM75yLN696+tI9OV5g7w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240626.1_1719461067639_0.375310089527642","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240627.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240627.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240627.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa8121543f2a9a97e66fd64a5e0fea0ddf36e529","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240627.1.tgz","fileCount":42,"integrity":"sha512-cAkrdZ1kplMfAemnGa6DdjKJLVl2VQu5kvQrS5sWcAzksOyfmZG4bnthzTOI68pgBgDpvBftiIi5QHjIV6Uj2g==","signatures":[{"sig":"MEUCIHrBMDRs6FghKVmuW9GOI2GydWHeKb1Nb4Kd3AR2NdDhAiEAmE+9FapWnvAq3cT0CL4qSAs4pIeaUWyUxhXaqPXVK2k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\72fb6846-ed29-4bdc-918e-ff668a323874\\azure-ai-language-text-1.1.0-alpha.20240627.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\72fb6846-ed29-4bdc-918e-ff668a323874\\azure-ai-language-text-1.1.0-alpha.20240627.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cAkrdZ1kplMfAemnGa6DdjKJLVl2VQu5kvQrS5sWcAzksOyfmZG4bnthzTOI68pgBgDpvBftiIi5QHjIV6Uj2g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.0.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240627.1_1719547583762_0.16358517284580043","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240628.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240628.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240628.1","homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf2f4d9e91008376a15d110ae8e72293d0b944d2","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240628.1.tgz","fileCount":42,"integrity":"sha512-YX84pH2n6gxKboin8njqIbs71YlaMABMuABCUloZlE27w62lshIf5L1iesukOU44MtTco9CRKPERuS8O31ILRA==","signatures":[{"sig":"MEQCIGrp9A9f+ZPFX2ac4AGVA0VgvgxqRKmDrgJ01+AOlHq6AiAbRS/kZddj0QdztqpaEFB4QK72dnj6TXMtx2V8MVTYIA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\930b8566-4abd-4e7d-a3d9-d272cd60e491\\azure-ai-language-text-1.1.0-alpha.20240628.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\930b8566-4abd-4e7d-a3d9-d272cd60e491\\azure-ai-language-text-1.1.0-alpha.20240628.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YX84pH2n6gxKboin8njqIbs71YlaMABMuABCUloZlE27w62lshIf5L1iesukOU44MtTco9CRKPERuS8O31ILRA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240628.1_1719633996620_0.35313197406232155","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240704.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240704.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a81abfe75f076e35a6a19efb22e64f3495bc1de","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240704.1.tgz","fileCount":42,"integrity":"sha512-KWTufPQ4anY2IBvxMztvlA/0HkiWsAEGdJTnn+U+dZcfOwASYeQcYLttVBgehI5suCt5fUvjwtLDCD5ccYZBCw==","signatures":[{"sig":"MEQCIASVfmvXcsQBIla0Ba5LWPTiYFBUOiL4MqclkGnIzs0VAiA5dEY9+A2a1WBtln0HodSwfBDI+NLSvN0NewkC40vpsQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4249774e-2bf8-4a55-8573-160680cc7a9d\\azure-ai-language-text-1.1.0-alpha.20240704.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\4249774e-2bf8-4a55-8573-160680cc7a9d\\azure-ai-language-text-1.1.0-alpha.20240704.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KWTufPQ4anY2IBvxMztvlA/0HkiWsAEGdJTnn+U+dZcfOwASYeQcYLttVBgehI5suCt5fUvjwtLDCD5ccYZBCw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240704.1_1720152116971_0.3858762160345557","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240705.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240705.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b84d9b3fdfd6c9a5b43021cd24d91a7d0fe67731","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240705.1.tgz","fileCount":42,"integrity":"sha512-PJ7bCsA5WZaQQ5gfZ/SC7oVvvwpYMv94weAjInv33GQHA5obhwu7Nk4N3M5kmb33bfFoP+PzBHRkob62EwWokg==","signatures":[{"sig":"MEUCIFR75CW7IYev6ZD4VFgKVR0AW/RB8sKO4MstTL1cpXYsAiEAyP+RDb1R1CdIE/pQa74/xQc2EqUEokyTGCqU4qZNX+w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\9c71ce46-e42e-442b-a365-f5b3ba8b7902\\azure-ai-language-text-1.1.0-alpha.20240705.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\9c71ce46-e42e-442b-a365-f5b3ba8b7902\\azure-ai-language-text-1.1.0-alpha.20240705.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PJ7bCsA5WZaQQ5gfZ/SC7oVvvwpYMv94weAjInv33GQHA5obhwu7Nk4N3M5kmb33bfFoP+PzBHRkob62EwWokg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240705.1_1720238591484_0.7444421284871559","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240708.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240708.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b4604b584391e9260e0f763f7d92e3e2edcc7ed8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240708.1.tgz","fileCount":42,"integrity":"sha512-H54Z6M/qy03kbBBGfjZNF3EgomgaUQA2Blck7ewJLSbSIdFBVrwioQV8dEQp3Du2xdS1B9w6pEHk+54YniNZoA==","signatures":[{"sig":"MEUCIFH/qTT5FPEl0Wlq57tbjVFQ4e5kq2G3qDKyps8GFaUEAiEArNdJestiOSzeKU3hpzrf6Fu4gjRG5WNdigpGtTdoNvA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fd1aafde-765e-4c86-b69c-8aab415b7ac2\\azure-ai-language-text-1.1.0-alpha.20240708.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\fd1aafde-765e-4c86-b69c-8aab415b7ac2\\azure-ai-language-text-1.1.0-alpha.20240708.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-H54Z6M/qy03kbBBGfjZNF3EgomgaUQA2Blck7ewJLSbSIdFBVrwioQV8dEQp3Du2xdS1B9w6pEHk+54YniNZoA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240708.1_1720497874553_0.6394276631965712","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240709.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240709.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7be82c74a2b301fcb000cc1a618b47a999257ba2","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240709.1.tgz","fileCount":42,"integrity":"sha512-l0y7p5M6NKV8+yPAELlClg3ht/mHQ8DHPcAOovy24RlXbFcV9ujW+DKxToOmjUhmHBXuWlXHPMglD6uW/dG8Lg==","signatures":[{"sig":"MEUCIQCW/L2x0y8Kl8vio2goXW/vcUPcpJpiR8L0EE7Cqy4HlAIgBd342S32zKCRL2WXSOfWDWKMe0ubwzVBIuCr+c1aHD8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0620cb29-28f0-4a65-a1cc-400d94286645\\azure-ai-language-text-1.1.0-alpha.20240709.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\0620cb29-28f0-4a65-a1cc-400d94286645\\azure-ai-language-text-1.1.0-alpha.20240709.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-l0y7p5M6NKV8+yPAELlClg3ht/mHQ8DHPcAOovy24RlXbFcV9ujW+DKxToOmjUhmHBXuWlXHPMglD6uW/dG8Lg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240709.1_1720584886946_0.971287756574392","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240710.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240710.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"08b851d7dca1e5171034c1a5658bb57cd3724743","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240710.1.tgz","fileCount":42,"integrity":"sha512-ecamZX2YYVi6/+b4ZeknHMH7lwNLSOCX/wjYPZ5Fqm9N8L2QLfIQi84Bx3ndjAmfHY0ouqgjkUu+LwM2LP3hcQ==","signatures":[{"sig":"MEUCIQCPbs6avM1L4UAIsOJTd9onlqO62HdTxKe8SpXaHIfFaQIgRg+/YzQSa6u8dekv08IE0wfuYwGduWXITGR86zcEM3A=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9a8d0926-73c6-4ec6-b859-7a938df5ea02\\azure-ai-language-text-1.1.0-alpha.20240710.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\9a8d0926-73c6-4ec6-b859-7a938df5ea02\\azure-ai-language-text-1.1.0-alpha.20240710.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ecamZX2YYVi6/+b4ZeknHMH7lwNLSOCX/wjYPZ5Fqm9N8L2QLfIQi84Bx3ndjAmfHY0ouqgjkUu+LwM2LP3hcQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240710.1_1720670619335_0.3581855513655796","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240711.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240711.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f7491705a6f384d375c66037b5675b9d1bd78d73","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240711.1.tgz","fileCount":42,"integrity":"sha512-QqoeLUJzHXmdXTuBzeFBKvWodJBusIt4B73DsmviqI//7vB3olfKcWCPT0Xu1VOKCXNOdoAMnDVZXQyp59x3KA==","signatures":[{"sig":"MEQCIFlLaERT3dvoQUT1w5c1eFDNej1Kewqfictql2/HlnROAiAz3NdDE7qlohAAKkJJRMgTHuDF/lOYL5Ah3rYKjXZNig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3d4fa100-5985-45e9-a47a-822b89665518\\azure-ai-language-text-1.1.0-alpha.20240711.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\3d4fa100-5985-45e9-a47a-822b89665518\\azure-ai-language-text-1.1.0-alpha.20240711.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QqoeLUJzHXmdXTuBzeFBKvWodJBusIt4B73DsmviqI//7vB3olfKcWCPT0Xu1VOKCXNOdoAMnDVZXQyp59x3KA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240711.1_1720757071632_0.9741771336079044","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240712.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240712.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"daab22d7dacb6fa3ca5ab16765a80de077f82ea7","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240712.1.tgz","fileCount":42,"integrity":"sha512-BcVb/ELsoLONKvVwIxU/Q3NCZjTGIMxO+fVuAe9Cm97k25Wx+Oy6KLokQLmDcJ59KT+6pXDJNmDUJY81zKwzgg==","signatures":[{"sig":"MEQCIAwsgW2AgP2rbBU/FaZOiI9uFXTUPpK+I+RO3juD+SGCAiB9eZo8Kv5InzvSgK4V09gpwu2IMCLO6C7mnMzz1DHA6A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\d6ebe18b-a6fd-44c8-9148-9b64fc19ef50\\azure-ai-language-text-1.1.0-alpha.20240712.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\d6ebe18b-a6fd-44c8-9148-9b64fc19ef50\\azure-ai-language-text-1.1.0-alpha.20240712.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BcVb/ELsoLONKvVwIxU/Q3NCZjTGIMxO+fVuAe9Cm97k25Wx+Oy6KLokQLmDcJ59KT+6pXDJNmDUJY81zKwzgg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240712.1_1720843356401_0.21355395108783282","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240715.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240715.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3d345e227a29105bd17cfed5f3c13bd680684572","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240715.1.tgz","fileCount":42,"integrity":"sha512-ILEGZc+8MDD5ro06z2TxLNo1+eFqH/Fve3U0JllNCBVJv+s89UxOPdAkm/BTMjKzhObatzNnrQTu8qAfLtoxTA==","signatures":[{"sig":"MEQCIDDSwbPR1Cpco5jeSS8hwR7UdLUBk6RX+bKeuQ+meJzMAiAjFjhrN8u98VVBdbngcIh22DeoNAi1ZnTJW0Xa4rjZ5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f28eced9-a065-4d03-9d15-58b1ea5f183e\\azure-ai-language-text-1.1.0-alpha.20240715.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\f28eced9-a065-4d03-9d15-58b1ea5f183e\\azure-ai-language-text-1.1.0-alpha.20240715.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ILEGZc+8MDD5ro06z2TxLNo1+eFqH/Fve3U0JllNCBVJv+s89UxOPdAkm/BTMjKzhObatzNnrQTu8qAfLtoxTA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240715.1_1721102501467_0.06724925038040097","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240717.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240717.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99bda6d296209a51ff753e0f7dffa5fd8584159e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240717.1.tgz","fileCount":42,"integrity":"sha512-LJT8roQltiWvswmpino/E4mZ24kTQhyTlkqNyACGRVsBosAr0tJkjD4egBbYYz70I6F5hZLmo6FiPpjIiqVe6w==","signatures":[{"sig":"MEUCIBMX86iw2/2tnCqvEaTNlcGv9KyWJoQsIOADYSrae3NiAiEAqVOkZY34ut2t8P3nZUDHSsOlI0MQlZMmG0O2CGx2/Xw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bca68a0d-3b0c-4fab-8e79-b3724a5b83bf\\azure-ai-language-text-1.1.0-alpha.20240717.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\bca68a0d-3b0c-4fab-8e79-b3724a5b83bf\\azure-ai-language-text-1.1.0-alpha.20240717.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-LJT8roQltiWvswmpino/E4mZ24kTQhyTlkqNyACGRVsBosAr0tJkjD4egBbYYz70I6F5hZLmo6FiPpjIiqVe6w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240717.1_1721275375846_0.34375922535361636","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240718.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240718.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ae0167a7cdf0cbc62915ea9d469e42738b4ea5e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240718.2.tgz","fileCount":42,"integrity":"sha512-yMb/UOoe27byuL1VdpvIo4F3XuCBTZMXfppSyc7mF/PjCTVyK4JtCPbBqsC/zI/llTZTNY+o0kU0wIqOkeAlbw==","signatures":[{"sig":"MEUCIQCPKfcwUgnIWIuTmxVTFFO6A0VHz6UQ+JsDHUIfWEvpswIgB1rwvPM4Hu6UDMzmWT2tzvxaCbgZWzZXMvll5YlieLc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\136a1a03-f9e5-4978-9509-1791f59b7a90\\azure-ai-language-text-1.1.0-alpha.20240718.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\136a1a03-f9e5-4978-9509-1791f59b7a90\\azure-ai-language-text-1.1.0-alpha.20240718.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yMb/UOoe27byuL1VdpvIo4F3XuCBTZMXfppSyc7mF/PjCTVyK4JtCPbBqsC/zI/llTZTNY+o0kU0wIqOkeAlbw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240718.2_1721361722328_0.49805964179560736","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240719.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240719.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a8a9f7ba0677c304011106df0a241b75f0963c74","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240719.1.tgz","fileCount":42,"integrity":"sha512-vEUPxGWqa/KZpkCKgIlBqmS0G/YJZrRObnVXJ5514EJQoH1H09p6X8loGM+9X7Tjaxu8kkS05F/neKdLyOuj1Q==","signatures":[{"sig":"MEUCIQDQ8+69jPXrV3MV2M1JP1z1bB+nhc8wrUV5lMz156tcKwIgYBnKC9aFKVDlCm96QlvXBu/o7H0g37r6WNXkzjKKfWQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\089c4527-845d-4dba-aba1-8342ef99ac1f\\azure-ai-language-text-1.1.0-alpha.20240719.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\089c4527-845d-4dba-aba1-8342ef99ac1f\\azure-ai-language-text-1.1.0-alpha.20240719.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vEUPxGWqa/KZpkCKgIlBqmS0G/YJZrRObnVXJ5514EJQoH1H09p6X8loGM+9X7Tjaxu8kkS05F/neKdLyOuj1Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240719.1_1721448006655_0.39338343214303184","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240722.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240722.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240722.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8aad973edf1dc9c339f765f600d04ca33491ffd1","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240722.2.tgz","fileCount":42,"integrity":"sha512-fiXdCd3jeBC9vuuqrmFJBFFMRNMANk4X50FN10Pzl5A0847wKD4TVnSjts5nzuCrF7QZhrLtgkclsSnDBfB+Jw==","signatures":[{"sig":"MEQCIEEP3hgMfaF0QMnnjP83j5XCnLoqSCe+dcpnKhnxz972AiAgAT1CwbWiihVZ7pQEc0r5YIcAnNcbEq4uWeWUX6h7rQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2bfbe75c-bd48-4840-9608-a2e22b060358\\azure-ai-language-text-1.1.0-alpha.20240722.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\2bfbe75c-bd48-4840-9608-a2e22b060358\\azure-ai-language-text-1.1.0-alpha.20240722.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fiXdCd3jeBC9vuuqrmFJBFFMRNMANk4X50FN10Pzl5A0847wKD4TVnSjts5nzuCrF7QZhrLtgkclsSnDBfB+Jw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240722.2_1721707693918_0.6992105375891271","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240723.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240723.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f3c7a7cfc832e4e81ad684b6712a9a77e0f07f41","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240723.1.tgz","fileCount":42,"integrity":"sha512-x4frN8D9KDDkl6rYa8kIiuZZI99iurcTkOT2PhmFqSO5XES4ks0XAp9jYCeH7xg67MZPulPLb7/zqvIXx0N+SQ==","signatures":[{"sig":"MEUCIF+AtSHUqeRz0/nuVVszFugHllBg0aIXO5UqogGCFX/6AiEAjMpWZTxJUCSNpbhPZLywd+qEMdHLp+xZgQ2RwSWX/AA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\bca51237-ad77-42d8-8f24-becb3429358b\\azure-ai-language-text-1.1.0-alpha.20240723.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\bca51237-ad77-42d8-8f24-becb3429358b\\azure-ai-language-text-1.1.0-alpha.20240723.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-x4frN8D9KDDkl6rYa8kIiuZZI99iurcTkOT2PhmFqSO5XES4ks0XAp9jYCeH7xg67MZPulPLb7/zqvIXx0N+SQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240723.1_1721793874118_0.9862957956663785","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240724.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240724.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"17aa008bb0660ff22a4675f129e69cdac2ac51d9","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240724.1.tgz","fileCount":42,"integrity":"sha512-ASQdSYuH3bxtWlA8ip+ydEH+gRCQio2QpjXNPVNpjWQJy2V1PnI2tGlIrS/SSgzdtB9UOoVQ2OpLvoAPNzSUlw==","signatures":[{"sig":"MEUCIC3KeVwxnIiDs3qLXH2CHWXjbVQsb+70GRDrJnH0wmMUAiEA2fCFMmd0yGZLfJgQhxIJ7n54nBWrnoM+xcf+7wlpI64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9e037814-7293-4edd-9535-50de88f45877\\azure-ai-language-text-1.1.0-alpha.20240724.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\9e037814-7293-4edd-9535-50de88f45877\\azure-ai-language-text-1.1.0-alpha.20240724.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ASQdSYuH3bxtWlA8ip+ydEH+gRCQio2QpjXNPVNpjWQJy2V1PnI2tGlIrS/SSgzdtB9UOoVQ2OpLvoAPNzSUlw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240724.1_1721880369959_0.07265167577924858","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240725.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240725.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"74d00d43143fffde02ec5fe0a6684d23a83f5531","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240725.1.tgz","fileCount":42,"integrity":"sha512-vd1oP4wZR4RFEAbU8iAOpJ4d3BxWRantKRF3hl/ovHxUQM1qlonFvfyDqURVpYFNeJHfjYhk3K+tOaIvPIgOuQ==","signatures":[{"sig":"MEQCID0aaOyIxcRJRzkbfWrX4lnBBcKy5vUS4EXgTxaunFGBAiAjNfGtcgDIl6ujowBdTk14Q65K7QEhlva1bltQNbnFJA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0bf1c0ee-60c4-47be-9d95-03aa55eb96bc\\azure-ai-language-text-1.1.0-alpha.20240725.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\0bf1c0ee-60c4-47be-9d95-03aa55eb96bc\\azure-ai-language-text-1.1.0-alpha.20240725.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vd1oP4wZR4RFEAbU8iAOpJ4d3BxWRantKRF3hl/ovHxUQM1qlonFvfyDqURVpYFNeJHfjYhk3K+tOaIvPIgOuQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240725.1_1721966620097_0.7483405561727308","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240726.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240726.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d90849f334a88c9643425713d77ba77658374db7","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240726.1.tgz","fileCount":42,"integrity":"sha512-i6b4K4xWg43BBhq+v8WZgkAst1DKvJaQ5LWHHCpxJrMQK4rN/7hRRerG5OW5zKDPUKVtxeTUFyhJVK7AWylliw==","signatures":[{"sig":"MEQCIFLc0YpgIii/EvBMo1q8qJ7TTZvklSy1p9OsP7nipl7NAiBPSFykVDxpo3n3+NtZcJPfjTtKkmO1u9jzoBZnL9GZ8w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7ae960f3-dbf0-446c-a010-c5e845c36437\\azure-ai-language-text-1.1.0-alpha.20240726.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\7ae960f3-dbf0-446c-a010-c5e845c36437\\azure-ai-language-text-1.1.0-alpha.20240726.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-i6b4K4xWg43BBhq+v8WZgkAst1DKvJaQ5LWHHCpxJrMQK4rN/7hRRerG5OW5zKDPUKVtxeTUFyhJVK7AWylliw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240726.1_1722053258033_0.7045991201117014","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240729.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240729.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8e1f361830e79f49dad0758d96833664386881df","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240729.1.tgz","fileCount":42,"integrity":"sha512-6imGiwksFwwZYc/gwmW7zU7bldaMY1sqds+G5evqWmvxwGvSQj7Nbqbt7P3mVY+u5JTmI51hYLAfDVYaib75Dg==","signatures":[{"sig":"MEUCIHI5IbFFNlFUNK08jLEfYB6j9zn4oXDzrVauFfq9OzT0AiEA/VbbI4Qbcu9oq8RCxHjmbkx3b4azxYrAdyh2XY5d+oE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\eacb33d7-5234-44ac-bd6c-4db3a6099e9e\\azure-ai-language-text-1.1.0-alpha.20240729.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\eacb33d7-5234-44ac-bd6c-4db3a6099e9e\\azure-ai-language-text-1.1.0-alpha.20240729.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6imGiwksFwwZYc/gwmW7zU7bldaMY1sqds+G5evqWmvxwGvSQj7Nbqbt7P3mVY+u5JTmI51hYLAfDVYaib75Dg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240729.1_1722312106743_0.3423169967318418","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240730.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240730.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4ad3e2aaba8b003ec8a175a99b1260cf1098cfd3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240730.1.tgz","fileCount":42,"integrity":"sha512-b6Qgl+Bk7DXIMtFST7dgC17mQeBrA37OwBA+t5+Gf+D0n7gLHZe/rmJEubjZcirBuL4GxiXWIxyZLLA7WhGEKQ==","signatures":[{"sig":"MEQCIGwqB0cmM7hgeMyjykNyXxsLK9+lRd25VvVNHOPPGBHcAiBqJYQAk5jOcy3KcaJcQf71XSDhWyGZZMM4rgRqCNBOkA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3283357a-6faf-4778-82c4-5cabcab3abee\\azure-ai-language-text-1.1.0-alpha.20240730.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\3283357a-6faf-4778-82c4-5cabcab3abee\\azure-ai-language-text-1.1.0-alpha.20240730.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-b6Qgl+Bk7DXIMtFST7dgC17mQeBrA37OwBA+t5+Gf+D0n7gLHZe/rmJEubjZcirBuL4GxiXWIxyZLLA7WhGEKQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240730.1_1722398472122_0.9582579677366365","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240731.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240731.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4f2b2f3ea2feac2d798e3548dc720f6f2727a6d4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240731.1.tgz","fileCount":42,"integrity":"sha512-wvf93RKfTDkXgSd63E3lBWepGURAl+E7zsG+C9xNxJxQwCLT/j9llbkTjAh0w7Y4L6ZYiH7q8EPv297o3fBEYQ==","signatures":[{"sig":"MEUCIQDlppDG7fDr4lyNTsz3QWdLHL8ZbVVwwvDgQG/9qxqGUAIgDssyPrlt4fmuVfardvBx3UySnU6vbQ0NnE7hUcGL6aw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\f7978c06-67b0-427e-9282-a815dc6bb8b5\\azure-ai-language-text-1.1.0-alpha.20240731.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\f7978c06-67b0-427e-9282-a815dc6bb8b5\\azure-ai-language-text-1.1.0-alpha.20240731.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wvf93RKfTDkXgSd63E3lBWepGURAl+E7zsG+C9xNxJxQwCLT/j9llbkTjAh0w7Y4L6ZYiH7q8EPv297o3fBEYQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240731.1_1722484868088_0.17130770983286592","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240801.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240801.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240801.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac8104c22afdd47db8cb606e78b7fc45d6f591db","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240801.2.tgz","fileCount":42,"integrity":"sha512-7ElrphqOXujtms/0ymaEHh4TYcDpQzvIXFPjOc+F0lM2FtaFnKeKT5ZJTTaEw8OX8IIN6l+GGAVrvqwid/Jxaw==","signatures":[{"sig":"MEUCIQDNgBBs4sZJGxIVdUYOeq0wphOI8krvrlLVIYl79JaGtwIgS1yxlwZaFxDqkjzW9F6J9YqzLf9VmOpw/i4EM2MRLYo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\35cfc025-90fa-4fab-b094-00f74dc4a6a1\\azure-ai-language-text-1.1.0-alpha.20240801.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\35cfc025-90fa-4fab-b094-00f74dc4a6a1\\azure-ai-language-text-1.1.0-alpha.20240801.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-7ElrphqOXujtms/0ymaEHh4TYcDpQzvIXFPjOc+F0lM2FtaFnKeKT5ZJTTaEw8OX8IIN6l+GGAVrvqwid/Jxaw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240801.2_1722571501474_0.9669548153802192","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240802.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240802.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"12ee8864c936ef4b508af7e967408857f9faf60f","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240802.1.tgz","fileCount":42,"integrity":"sha512-vvpm4HGfEHTmV7skXvzREL44wF4Bbpxs822ZT5ur7MXkXpZt5VUNORdJ645U5wHpgJSIe60dBaFOTKhc+9hgsg==","signatures":[{"sig":"MEYCIQD91RH6sy7eRvX7rhDEJZQxg0yYUHIpYOa/sa2d7RkefAIhAKamujB2LXh2pDMqRGW989ZCWxqhixH8F5okwKmCT9Zz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\db1c13e4-1f39-493a-af0e-f56619d6237c\\azure-ai-language-text-1.1.0-alpha.20240802.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\db1c13e4-1f39-493a-af0e-f56619d6237c\\azure-ai-language-text-1.1.0-alpha.20240802.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vvpm4HGfEHTmV7skXvzREL44wF4Bbpxs822ZT5ur7MXkXpZt5VUNORdJ645U5wHpgJSIe60dBaFOTKhc+9hgsg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240802.1_1722657756470_0.24536589473756298","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240805.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240805.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"974c170ce4ff35ab2246d75e7b1d1935458b6e70","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240805.1.tgz","fileCount":42,"integrity":"sha512-OxVgDXpu1eFwWFyOxIrz+7qGdYJciKcG6aXdfUFf+QoU3/MTx65xKh6+wlbYVVlIUrVVI0bMGDohAClHzVM2AQ==","signatures":[{"sig":"MEUCIQDhYrRe9jg5cCzpvHTEdbtguAh9jaIcIaNuPN5V2ef8UQIgYjHm23C1P/1/s4+ATBILKjg8s+OJUXSjfNHvNL2wJsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\38b2ee18-2c9b-411e-8c27-e2d44336b34d\\azure-ai-language-text-1.1.0-alpha.20240805.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\38b2ee18-2c9b-411e-8c27-e2d44336b34d\\azure-ai-language-text-1.1.0-alpha.20240805.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OxVgDXpu1eFwWFyOxIrz+7qGdYJciKcG6aXdfUFf+QoU3/MTx65xKh6+wlbYVVlIUrVVI0bMGDohAClHzVM2AQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240805.1_1722916903427_0.6773998125700817","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240806.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240806.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240806.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dee85ca4a8a4a097cfd38a892d1c3b16f2f82c07","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240806.1.tgz","fileCount":42,"integrity":"sha512-P2Vz++7AXtQHfmBXppks1gDDVMvEWWl2je3vVhLdZY0Qm5edN1Ji1/jVJTVJ5QV6Gzy8k4ytgA0ISZTxQiXOLw==","signatures":[{"sig":"MEUCIQDKIqxgB2raLED57OgNx+xUpk8vwQ63tfW7wT4YGlDJFgIgajqcTty4SuScqQPe9E23hwBtHvs62BpylSpn9Im8vsM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4c55f9bc-2c7f-49ce-968a-6254f9d546fc\\azure-ai-language-text-1.1.0-alpha.20240806.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\4c55f9bc-2c7f-49ce-968a-6254f9d546fc\\azure-ai-language-text-1.1.0-alpha.20240806.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-P2Vz++7AXtQHfmBXppks1gDDVMvEWWl2je3vVhLdZY0Qm5edN1Ji1/jVJTVJ5QV6Gzy8k4ytgA0ISZTxQiXOLw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240806.1_1723007660562_0.3801208509240974","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240807.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240807.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a0f76273440caabf1ee36f09c106b3d92e57e1cd","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240807.1.tgz","fileCount":42,"integrity":"sha512-QrYmzkVVb6yYKAwKZ+6GgGlsQzHZFdmZKtrhwM2fI6uX8jHFD1Vdll6Zl3m4vUC6Y/S532sECVzsZKIwlc6VsA==","signatures":[{"sig":"MEQCIEosLiJLotrXx+029dXpOBOpNEfSsTqL9Jh6mkFd1DlnAiBhNxWpYHhXnSSIMh4ln0ugxoZsFkyfeW/lGNAZ7PDHTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\4e30ac8f-7d2e-4546-a510-77cfc67126f4\\azure-ai-language-text-1.1.0-alpha.20240807.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\4e30ac8f-7d2e-4546-a510-77cfc67126f4\\azure-ai-language-text-1.1.0-alpha.20240807.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QrYmzkVVb6yYKAwKZ+6GgGlsQzHZFdmZKtrhwM2fI6uX8jHFD1Vdll6Zl3m4vUC6Y/S532sECVzsZKIwlc6VsA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240807.1_1723090019720_0.7612535664671813","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240808.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240808.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6c5edde1c9a5de464174e88eaba5a82a86397f4c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240808.1.tgz","fileCount":42,"integrity":"sha512-UwSS3N2FSwyY2vLCdXegpMGjjhCDGzIix/gCCyvTVDsxPati0IleGUEGqlPM9GSnwjBPJXYrcqq/Z0l97Yo+fg==","signatures":[{"sig":"MEYCIQDNxMK10kF0iaAy1hZ3D46tISRsWRZsHk7DH6rfbMvy/wIhAK6iBX1vVYiGOYrdYi3VMkTa/el0to00mydpd2wy3qYF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\75af7924-5a85-43f4-aa30-4f609c36bbdd\\azure-ai-language-text-1.1.0-alpha.20240808.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\75af7924-5a85-43f4-aa30-4f609c36bbdd\\azure-ai-language-text-1.1.0-alpha.20240808.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UwSS3N2FSwyY2vLCdXegpMGjjhCDGzIix/gCCyvTVDsxPati0IleGUEGqlPM9GSnwjBPJXYrcqq/Z0l97Yo+fg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240808.1_1723176250806_0.8390573981608733","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240809.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240809.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7a3b38621a9813f0a49bd95048ea88d9f238d45a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240809.1.tgz","fileCount":42,"integrity":"sha512-JqE9FIN7LrJTxgOEXHFrrKTdT+lJYQCC2viEo+fPygJOlc2DhhnWgicVzMwu5bsGql2/eX2r3QPlicewH5QOoQ==","signatures":[{"sig":"MEQCIE/As+6eVSfd/UIBdYl/FNWnCknBR9cOuxL1PIZ0bRSAAiBVfmi76gVGJpap3f7BuK1ycq2wnbT9kLgRMyBEdMay+g==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ac4f03e2-bef8-4d2d-99bf-ab8a184a65bd\\azure-ai-language-text-1.1.0-alpha.20240809.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\ac4f03e2-bef8-4d2d-99bf-ab8a184a65bd\\azure-ai-language-text-1.1.0-alpha.20240809.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JqE9FIN7LrJTxgOEXHFrrKTdT+lJYQCC2viEo+fPygJOlc2DhhnWgicVzMwu5bsGql2/eX2r3QPlicewH5QOoQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240809.1_1723262531996_0.5401316644754559","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240812.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240812.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"20b37c249f920ed0b14d1bf50be34865fd401173","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240812.1.tgz","fileCount":42,"integrity":"sha512-A5kJSPe3WQozmQdw8WtemG3Uw8PvcF5/5MvvaZXvUAQK+25KP3KXwM15vi453v5x9+XSLqGmS6ckqvkM7Xamjw==","signatures":[{"sig":"MEUCIGrLvB12PQd4u9yvjMKUc3BYWixNk5en6jSwB5GWMOFHAiEAwh1IXYnsLpBr8ZjX2meBzPYkCHdUbBDgC/XzLAaR+L4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\9c07ec7f-b24e-4b76-bcbd-81823507078c\\azure-ai-language-text-1.1.0-alpha.20240812.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\9c07ec7f-b24e-4b76-bcbd-81823507078c\\azure-ai-language-text-1.1.0-alpha.20240812.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-A5kJSPe3WQozmQdw8WtemG3Uw8PvcF5/5MvvaZXvUAQK+25KP3KXwM15vi453v5x9+XSLqGmS6ckqvkM7Xamjw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240812.1_1723521720215_0.7022515868019694","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240813.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240813.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5aaae749c7cd46fa6fed213876a69c0fda13cf0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240813.1.tgz","fileCount":42,"integrity":"sha512-bH96yH1RRdGwIf+/ZWUNIQptRtRcu/Ir5WJcV38NYoHdppzyFvaFzx62eBXXzkqUjUyJuXXkwCW0/6bSShkybg==","signatures":[{"sig":"MEQCIGgytqWj83mZ7E7eP/awN5psnQBDHX7Y7MTUHJRtCNW3AiA5epItA5Orjp7JCAmx3fUQoo9LMHAAAhUWVm8y4WEOKQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\2e1bb9e0-ca63-457e-92c3-2961b4185977\\azure-ai-language-text-1.1.0-alpha.20240813.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\2e1bb9e0-ca63-457e-92c3-2961b4185977\\azure-ai-language-text-1.1.0-alpha.20240813.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bH96yH1RRdGwIf+/ZWUNIQptRtRcu/Ir5WJcV38NYoHdppzyFvaFzx62eBXXzkqUjUyJuXXkwCW0/6bSShkybg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240813.1_1723608157078_0.7713329723149493","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240814.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240814.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"385063fb17669c00ace4629f0bd57bd945c35ad6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240814.1.tgz","fileCount":42,"integrity":"sha512-xsjJNDMqYwiM/KLHQgSDEsU60rgph38kiCoyXe+7/X33O9jlNZvRYkeJ1dgd6afNFf3o6j6JbpD6S+qQt+t7Iw==","signatures":[{"sig":"MEUCIQCDEoMVXz2HXlgNxtNLWJb1b1z2kYpr13J8KUDjNAQPRgIgIZVZfpK3JpdGfrtZXZsl/kEfJvIg25dxefps5WKccfc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\23985fdc-f4dc-43f2-b794-1e777ba74b1d\\azure-ai-language-text-1.1.0-alpha.20240814.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\23985fdc-f4dc-43f2-b794-1e777ba74b1d\\azure-ai-language-text-1.1.0-alpha.20240814.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xsjJNDMqYwiM/KLHQgSDEsU60rgph38kiCoyXe+7/X33O9jlNZvRYkeJ1dgd6afNFf3o6j6JbpD6S+qQt+t7Iw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240814.1_1723694754294_0.004156030589527404","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240815.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240815.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ea8fcc46185b709dc67a5c47db43fc5ba832a4a9","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240815.1.tgz","fileCount":42,"integrity":"sha512-JgSzVKVCaDLx4PVSuOrqOybEX9vg0Cmgc/t5LSh/YVWPnSIy/Wdy168vd9LSmZcCjD+EZ/H5Vssc/V7ehF6bmA==","signatures":[{"sig":"MEQCIFkV+jxWRVRSf1RAMJpk3NUbydgmPENoMTxBu4a76ychAiAxQXtRBnjvNslu2RYR5ZUm+W0EDqQQO9VDIXP1efMdgA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\a93c3ca6-f3d5-47db-9a4d-75b393c540b7\\azure-ai-language-text-1.1.0-alpha.20240815.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\a93c3ca6-f3d5-47db-9a4d-75b393c540b7\\azure-ai-language-text-1.1.0-alpha.20240815.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JgSzVKVCaDLx4PVSuOrqOybEX9vg0Cmgc/t5LSh/YVWPnSIy/Wdy168vd9LSmZcCjD+EZ/H5Vssc/V7ehF6bmA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240815.1_1723780928780_0.5432792645453837","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240816.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240816.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fefc1d723b7c5fd6cd58cad612472600d22de6bc","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240816.1.tgz","fileCount":42,"integrity":"sha512-nOZ8HsTpR2SF2iW4e0rnmteVHlqoPghG/QCF/bqSnXorgcKlgYJLyhoCiBr5GGkkl3RbrnQB2ayHGlzRqsjh2Q==","signatures":[{"sig":"MEUCIQCkBbSpNCXRlz2Rv4chRU2QStVmBpp61ibv66GUVGc6EwIgat3X+cI5rhh1LKYfn+RAwP1ovHJXzrx6fEel3inKn9k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\ff3992ba-74d7-455b-8e4e-740af8633b43\\azure-ai-language-text-1.1.0-alpha.20240816.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\ff3992ba-74d7-455b-8e4e-740af8633b43\\azure-ai-language-text-1.1.0-alpha.20240816.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nOZ8HsTpR2SF2iW4e0rnmteVHlqoPghG/QCF/bqSnXorgcKlgYJLyhoCiBr5GGkkl3RbrnQB2ayHGlzRqsjh2Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240816.1_1723867452060_0.3166664731911686","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240819.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240819.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1f301c881b6f019e2444f32e39e74accb5d47895","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240819.1.tgz","fileCount":42,"integrity":"sha512-fpQ91tXbTBbrFgHmKx5jwmI4Zcs19u7xrQT+PRq1z95YRYN6xFSHUK5BYVTUmIG57auP8RbNCBseo0yuTU1GSA==","signatures":[{"sig":"MEUCIQCYvMMsGVPcB0tDc0acX+rkJ6+vEy/2NZkuAcxYCCAajgIgfhBqnnQVIRLSy8UHf3ogCfJUOAxPxI8jpwFO65hnpdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\793efdfc-7bdf-48da-8c22-006fa612acb9\\azure-ai-language-text-1.1.0-alpha.20240819.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\793efdfc-7bdf-48da-8c22-006fa612acb9\\azure-ai-language-text-1.1.0-alpha.20240819.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fpQ91tXbTBbrFgHmKx5jwmI4Zcs19u7xrQT+PRq1z95YRYN6xFSHUK5BYVTUmIG57auP8RbNCBseo0yuTU1GSA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240819.1_1724126763380_0.8309120540563426","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240820.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240820.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ea2500869ba450541d1463cac5bf8d8779cc955","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240820.1.tgz","fileCount":42,"integrity":"sha512-742pjgAkLY7C7KRMiRQnDSFLZ/K9AvDHx09P9DOB6uLk5bqBBBGYYc56AcaR4fvPQymTq3Aka3AaDJT7lmFWMA==","signatures":[{"sig":"MEQCIFqmYkac/mp73fQJb1S1n1v0Ml4TF7kr4fLEiSrsYVUDAiB5/fUmL9d3NkR+dsyn6NGB6wyWmm0RlWqQRGfieb5jpA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3dd7db16-c506-4f83-af34-8444cbfba699\\azure-ai-language-text-1.1.0-alpha.20240820.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\3dd7db16-c506-4f83-af34-8444cbfba699\\azure-ai-language-text-1.1.0-alpha.20240820.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-742pjgAkLY7C7KRMiRQnDSFLZ/K9AvDHx09P9DOB6uLk5bqBBBGYYc56AcaR4fvPQymTq3Aka3AaDJT7lmFWMA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240820.1_1724212976148_0.4734854115836584","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240821.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240821.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bfd44dcc28806bec59fcdbecf8aee909af974c4e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240821.1.tgz","fileCount":42,"integrity":"sha512-ETEQK038hJpBitJW9sZWEFtl12CHPT/2ynAEdfCHAChc0qLWhM0H9WiGn/PYxjD2vZNTHCgB3m2NmdYvlrZ9LA==","signatures":[{"sig":"MEUCIQDVd66vqsTqNtUTxs/t69iykuAXf8L3PWjehlQuvvaEfgIgSZmbntyER6eoWXZZLqQb8uNREu8pwM1IRxYY2EyCudg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283031},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0d96c091-6a63-46a8-8d2a-97fd2cac7bec\\azure-ai-language-text-1.1.0-alpha.20240821.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\0d96c091-6a63-46a8-8d2a-97fd2cac7bec\\azure-ai-language-text-1.1.0-alpha.20240821.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ETEQK038hJpBitJW9sZWEFtl12CHPT/2ynAEdfCHAChc0qLWhM0H9WiGn/PYxjD2vZNTHCgB3m2NmdYvlrZ9LA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240821.1_1724299487225_0.7370123655218574","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240822.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240822.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d4de2b631248c1172ebba77e7d2fcc39069eeb0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240822.1.tgz","fileCount":42,"integrity":"sha512-83ko5CtbJKX32Zdj/PMCKqYZHQ4hIATQjk0J4GN+LLd+A+xXKI1/Wx+vmJqsUrE6bqUV6TEVgJ0q9RlGXVax6Q==","signatures":[{"sig":"MEQCIFlvBF+20As+FOVWhfy4K8mJ+GLVvecx5MCRRuyJnCN8AiAZJAHqHdYxb9vgyiPLzVrq4XbxxCdPGBOHYDVa9GGMEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7f777477-58ae-474e-ba5e-985a5d129572\\azure-ai-language-text-1.1.0-alpha.20240822.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\7f777477-58ae-474e-ba5e-985a5d129572\\azure-ai-language-text-1.1.0-alpha.20240822.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-83ko5CtbJKX32Zdj/PMCKqYZHQ4hIATQjk0J4GN+LLd+A+xXKI1/Wx+vmJqsUrE6bqUV6TEVgJ0q9RlGXVax6Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240822.1_1724385882416_0.7118893905874208","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240823.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240823.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"97488acb6e17f1515ee7727dd2cb19238c9fdf7b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240823.2.tgz","fileCount":42,"integrity":"sha512-KheH/80e6HsDu+52MluMf/S0kiLguoyk4LU9Iaz7MFdTOrsP1+qbAn9IO2FPTocamrKi56EkYrpx2j/ImQp0qw==","signatures":[{"sig":"MEUCIQDhShvKko0PyvD6a/YGhc9eBOCkX7ERffLH22W5gkh87AIgZDbNVeGob5ScJttOrrWoBqNTn7CPbst83ttXOOQGdr4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\18b8ab61-2aa7-4c8d-ac81-dc1915d50371\\azure-ai-language-text-1.1.0-alpha.20240823.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\18b8ab61-2aa7-4c8d-ac81-dc1915d50371\\azure-ai-language-text-1.1.0-alpha.20240823.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KheH/80e6HsDu+52MluMf/S0kiLguoyk4LU9Iaz7MFdTOrsP1+qbAn9IO2FPTocamrKi56EkYrpx2j/ImQp0qw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240823.2_1724472220365_0.12581855918620666","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240826.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240826.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c2431e0867507e65ac10024671b6c012cb72cf46","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240826.1.tgz","fileCount":42,"integrity":"sha512-u7P9VXtfm6hwcYYUkLnkpG2qDgphFLpHrwsh37nhhW5fkCrFv5YtwgIi0Neh+IhKny6SlRIX+l86mLuE9bubgA==","signatures":[{"sig":"MEUCIDO8MjRjg8krk5nv4vX4fhtcV8jjB9Z5vsmxZA6EPI2yAiEAtDjjtVk/yWqCl0uuMuStCh0aifOQJmqOpTw2jo/PgNQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\7fb50ffb-d25c-4800-b8c0-34b8c9004b49\\azure-ai-language-text-1.1.0-alpha.20240826.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\7fb50ffb-d25c-4800-b8c0-34b8c9004b49\\azure-ai-language-text-1.1.0-alpha.20240826.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-u7P9VXtfm6hwcYYUkLnkpG2qDgphFLpHrwsh37nhhW5fkCrFv5YtwgIi0Neh+IhKny6SlRIX+l86mLuE9bubgA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240826.1_1724731401038_0.2797567938415686","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240827.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240827.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37661fa030a19522f19176099af4644a36bf3903","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240827.1.tgz","fileCount":42,"integrity":"sha512-rQNoXvRds6ktC+qHTN84M0wKgzp4+ktANYbXDpvySG/np3EdmyVASO86HrCQosinqWr7nhJDVp6zVN4KM8dr2w==","signatures":[{"sig":"MEQCIEYEodz8LLh2T6qLZeN19SpIZQf/0Ykn+yGgz24Keqi+AiAKdZs9ZsWrfu1NFvw10OESAaIhr3CSeWVOEMNTgyL1RA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3769443f-d778-47b4-9838-410aab6dee2e\\azure-ai-language-text-1.1.0-alpha.20240827.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\3769443f-d778-47b4-9838-410aab6dee2e\\azure-ai-language-text-1.1.0-alpha.20240827.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rQNoXvRds6ktC+qHTN84M0wKgzp4+ktANYbXDpvySG/np3EdmyVASO86HrCQosinqWr7nhJDVp6zVN4KM8dr2w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240827.1_1724817679819_0.2579327765302186","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240828.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240828.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6b910097322f94034c64c55f82d0b1c0d25aaed4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240828.1.tgz","fileCount":42,"integrity":"sha512-C0c09Mye099tQja5dl6Z+HRqxfOKKr5tTSTzgvVokVkUEBXUJoN9ug5XBt3lkuR6lV9IVymzygdwhHMiN36AGg==","signatures":[{"sig":"MEUCIQCXFHOTVUS4G7P1+hNLYaN3JDosAzGrLFI9HoqPGk1pUgIgNKaURV29E8hllx82ofbb9GQFuCMUGFs+ml3YS4dtWNs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\623e8561-ce59-4f09-8a5b-2fd4897950ec\\azure-ai-language-text-1.1.0-alpha.20240828.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\623e8561-ce59-4f09-8a5b-2fd4897950ec\\azure-ai-language-text-1.1.0-alpha.20240828.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-C0c09Mye099tQja5dl6Z+HRqxfOKKr5tTSTzgvVokVkUEBXUJoN9ug5XBt3lkuR6lV9IVymzygdwhHMiN36AGg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240828.1_1724904012209_0.05423703241257982","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240829.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240829.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"840927d1df462daa7b6a760d492287e28e7213da","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240829.1.tgz","fileCount":42,"integrity":"sha512-fw9W8Ld4k0K1nfSAyOYUunT7sHfH1GscRkHZldi0fpm+Qw997K5buLWcYrUnVXKnbcfi6wooasulsl4j154+Vw==","signatures":[{"sig":"MEQCIHMGK6hOHuutVPNEGb7QwcmCZ11FTTe/VRBNOAd0Y6vuAiBtkf+HMNQVbnCEqeWAfTlEMfO2kRIdZ8yHil1Vrwb2uQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\71e55583-407a-483b-8187-0ccf70fad16c\\azure-ai-language-text-1.1.0-alpha.20240829.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\71e55583-407a-483b-8187-0ccf70fad16c\\azure-ai-language-text-1.1.0-alpha.20240829.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fw9W8Ld4k0K1nfSAyOYUunT7sHfH1GscRkHZldi0fpm+Qw997K5buLWcYrUnVXKnbcfi6wooasulsl4j154+Vw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240829.1_1724990445192_0.6279783399948817","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240830.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240830.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20240830.1","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6014dcdb297289467145d807b6dbfccd4e3dafc3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240830.1.tgz","fileCount":42,"integrity":"sha512-dCCB8h/dUL+9qkGE2SLhrZTHGygeIlGNRXMbTXEije9/ZINEk6D2mIg6shaPlJ0NmY20wAs18wBhim21Z6/8Qw==","signatures":[{"sig":"MEUCIQCG5I66FAYCLEyBzw5Qbm3/pQ3bbBjl0herTT4MfL1yGAIgdcLWzuU8HdDyjCgbO11heeFu8JLY5S/J9ug0429+lNM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\3e08428c-80d5-426d-b60e-451a2507a31d\\azure-ai-language-text-1.1.0-alpha.20240830.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\3e08428c-80d5-426d-b60e-451a2507a31d\\azure-ai-language-text-1.1.0-alpha.20240830.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dCCB8h/dUL+9qkGE2SLhrZTHGygeIlGNRXMbTXEije9/ZINEk6D2mIg6shaPlJ0NmY20wAs18wBhim21Z6/8Qw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240830.1_1725076776167_0.8480944924645621","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240902.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240902.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4443b6dd0b2a6115315e51e0cee6d2648abd8ef6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240902.1.tgz","fileCount":42,"integrity":"sha512-MBvYjDRs+u9KQY0Z9+Yyf1u6qWcuNiAHH7kW40fLxs5C2G/JH0B3sttMHy3WQyXwU0+CJzOBl/+JhKA+IxDfvQ==","signatures":[{"sig":"MEQCIGy7bOZpay0QQwrt8jvAeysufcucguIS4ElQYdbrTpveAiASnPFHNNNaECc1tQvBrHpGzGHKxLv08TnEWYXKqVHYsA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0a14dc21-ea02-4810-b326-1601fcf3dab0\\azure-ai-language-text-1.1.0-alpha.20240902.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\0a14dc21-ea02-4810-b326-1601fcf3dab0\\azure-ai-language-text-1.1.0-alpha.20240902.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MBvYjDRs+u9KQY0Z9+Yyf1u6qWcuNiAHH7kW40fLxs5C2G/JH0B3sttMHy3WQyXwU0+CJzOBl/+JhKA+IxDfvQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240902.1_1725336133805_0.9730226879811996","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240903.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240903.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d856feaf4591b01e02dd4568cd858667dd124cf5","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240903.1.tgz","fileCount":42,"integrity":"sha512-O2JLz81qTBQ+2sb9TovoSQcKzaPYVGALuXC9glLFdoYu/dzpdkVSmPhW35SK9Srhnq8VPBGrkc/PBwClfUNXPg==","signatures":[{"sig":"MEQCIE63/s3HHd+2oJYWG7PLAK7zb2c7vzbydny/jcn+O46uAiA6aWXx5dDCmPU0DQerDasJjKpGYVP2y1UsnGvvY1a0PA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\864aef05-049d-4cbf-ad74-50a29a7bc9dd\\azure-ai-language-text-1.1.0-alpha.20240903.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\864aef05-049d-4cbf-ad74-50a29a7bc9dd\\azure-ai-language-text-1.1.0-alpha.20240903.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-O2JLz81qTBQ+2sb9TovoSQcKzaPYVGALuXC9glLFdoYu/dzpdkVSmPhW35SK9Srhnq8VPBGrkc/PBwClfUNXPg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240903.1_1725422442401_0.5351484211934159","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240904.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240904.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1d9fd380287b08e8e1c7a42e385455878a24a0b0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240904.1.tgz","fileCount":42,"integrity":"sha512-22SYKkFjrwdyZgCvqRqnc5598bpbiMc8KDdqMD3lOH0N/gy+NpxVm3E1cIrnFXjYrnn9ROcnQRgkfwcFLsprKA==","signatures":[{"sig":"MEYCIQC/tJp5ltn138906S7/XsbD7O6+7KiCd2dvthqJQ642ugIhAJwzeZx35/IlX43Q5wQPt3f3osOoCQpXGcPeXqG4Znw7","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\6f9382e7-1615-4dab-a93e-d882e47ea4d8\\azure-ai-language-text-1.1.0-alpha.20240904.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\6f9382e7-1615-4dab-a93e-d882e47ea4d8\\azure-ai-language-text-1.1.0-alpha.20240904.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-22SYKkFjrwdyZgCvqRqnc5598bpbiMc8KDdqMD3lOH0N/gy+NpxVm3E1cIrnFXjYrnn9ROcnQRgkfwcFLsprKA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240904.1_1725508949806_0.7235090078722328","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240905.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240905.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a4e0b71d87893160b3b3c3c8ed5421328a93a0dc","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240905.1.tgz","fileCount":42,"integrity":"sha512-MIgeT4fuhmjgE4iPhlW4GPEd/jD/fyC5QG6wdXEEb1dl1UJSt+W0SbQZXcRodc1c0jBHSmCZMKuIsp5vWNg4dw==","signatures":[{"sig":"MEUCICkwdRGSFojyORaAqVQsGpulKyqqWWe65OF0pHtdT02tAiEAuXCfSMEEwuZzUiozmIueyxie0tpIXz5HfXrR5+x0GKA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\5ae35dd0-054c-4f28-a1c1-42ddb44b89ec\\azure-ai-language-text-1.1.0-alpha.20240905.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\5ae35dd0-054c-4f28-a1c1-42ddb44b89ec\\azure-ai-language-text-1.1.0-alpha.20240905.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MIgeT4fuhmjgE4iPhlW4GPEd/jD/fyC5QG6wdXEEb1dl1UJSt+W0SbQZXcRodc1c0jBHSmCZMKuIsp5vWNg4dw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240905.1_1725595258675_0.29162325919382703","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240906.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240906.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5a983a95a61e13f40733b03136a0d97dfa4ef435","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240906.1.tgz","fileCount":42,"integrity":"sha512-byS+r56lmc3ZTaV8hFpHcEcZhYVGfVExDYpgtqj86FRJTen5Vg4AtInZW223HIeThK+1Z0GvGL+jA2RMg57QwQ==","signatures":[{"sig":"MEUCIQCARHNR1B0ImOLcUVu2OWIBeOcUY5FUXuQ1WBntCm6OnwIgDyzDa8iDRq1cRSNTgGobxSD6F9srhScW6iZhPPgW7rA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\146c14e3-e9c8-443b-aaa6-870ed7b84a69\\azure-ai-language-text-1.1.0-alpha.20240906.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\146c14e3-e9c8-443b-aaa6-870ed7b84a69\\azure-ai-language-text-1.1.0-alpha.20240906.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-byS+r56lmc3ZTaV8hFpHcEcZhYVGfVExDYpgtqj86FRJTen5Vg4AtInZW223HIeThK+1Z0GvGL+jA2RMg57QwQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240906.1_1725681529527_0.37284899199384625","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240909.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240909.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aca1658b8db0dfab9b0e426b9e55adeb27e2e442","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240909.1.tgz","fileCount":42,"integrity":"sha512-acsiezpxi9PAjdn1IiBFXM6JypxVZRMFm5enU5Xyg8UGSQo992DpfTom3Jvl2oWrv3ExODoI6I+hAgXm7Pl1YQ==","signatures":[{"sig":"MEUCIBGYEJjk8O1NxLJrc9VfeM7mxHM+ZDhCKqdibETfcyl3AiEAwNP/uFULCpVMCsG+r82eGYJdPXybnbjbGBT64Llss4g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\cc1e3d2f-cdaa-471c-af64-ecf37a14fb8e\\azure-ai-language-text-1.1.0-alpha.20240909.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\cc1e3d2f-cdaa-471c-af64-ecf37a14fb8e\\azure-ai-language-text-1.1.0-alpha.20240909.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-acsiezpxi9PAjdn1IiBFXM6JypxVZRMFm5enU5Xyg8UGSQo992DpfTom3Jvl2oWrv3ExODoI6I+hAgXm7Pl1YQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240909.1_1725940699234_0.23647081926280955","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240910.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240910.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9ef2835e228397fbc231f08e6ce0a983ed7a18cc","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240910.1.tgz","fileCount":42,"integrity":"sha512-Qi76VUfRrnjOS01gcXeV0c8qsFXuPZpjs2xo+8J6Q8UH8TYBFuHb+p5XFQtm8WmnUDa98B56XOMkyKP5aTO4PQ==","signatures":[{"sig":"MEQCIAzUUdYG9RbcfP5vz2THoSAfuofpeVUSqKPeEdvz8Ev6AiBUtnWwad6kP8UGBickCibWiiG3j3/gx8LarRV0uymsbg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\57d5bc9d-b8c8-40aa-8336-0b51f0dfa957\\azure-ai-language-text-1.1.0-alpha.20240910.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\57d5bc9d-b8c8-40aa-8336-0b51f0dfa957\\azure-ai-language-text-1.1.0-alpha.20240910.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Qi76VUfRrnjOS01gcXeV0c8qsFXuPZpjs2xo+8J6Q8UH8TYBFuHb+p5XFQtm8WmnUDa98B56XOMkyKP5aTO4PQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240910.1_1726027305536_0.5955740121798818","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240911.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240911.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc061fb4a8aed63b4ae10d052d154841daf725b3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240911.1.tgz","fileCount":42,"integrity":"sha512-CO7noa9s6F1hJ39zJgx1cr8PulVIDK7I8L+0oD0NN5BNMTyH9/CEFdjuHAJ0yR+Xk8gCwqpnhiwWSbEcuzjt0A==","signatures":[{"sig":"MEQCIEUX+gLUOIwLiBTEKC5nCU9sCWk7RJJ6oApc6mrkjyT9AiBbHYl+zElU0DJbcOqgc0iKJsXy5ntQME+DnrOELCZoUQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\86b53235-f365-46e9-a001-fb6220bc4b69\\azure-ai-language-text-1.1.0-alpha.20240911.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\86b53235-f365-46e9-a001-fb6220bc4b69\\azure-ai-language-text-1.1.0-alpha.20240911.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CO7noa9s6F1hJ39zJgx1cr8PulVIDK7I8L+0oD0NN5BNMTyH9/CEFdjuHAJ0yR+Xk8gCwqpnhiwWSbEcuzjt0A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240911.1_1726113638396_0.7422875729167431","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240912.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240912.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"37a83503365306aca911b66f0303454ddf2214b1","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240912.1.tgz","fileCount":42,"integrity":"sha512-KSU7DF+W5ZTl8YnIefhLK5GF5OmwXMQs62GzBZ96H/IlVLDIvW+a0hJlcqFpYICP1NQiCcIFNYbqr6q7n+6MpA==","signatures":[{"sig":"MEUCIQDbzUwgc6oEgdezgUnqCYJbVhSbmnloCWld0W0g+SAQsQIgfPxfHdSjDLFgQ9PRZYH+tcUOWS5tLwnONChA7ipPUjg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\0c9f4eb4-dca1-419c-bd16-87fb8bb2f5ab\\azure-ai-language-text-1.1.0-alpha.20240912.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\0c9f4eb4-dca1-419c-bd16-87fb8bb2f5ab\\azure-ai-language-text-1.1.0-alpha.20240912.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KSU7DF+W5ZTl8YnIefhLK5GF5OmwXMQs62GzBZ96H/IlVLDIvW+a0hJlcqFpYICP1NQiCcIFNYbqr6q7n+6MpA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240912.1_1726200047678_0.045998164576044775","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240913.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240913.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5cb818d063b2f0255214d85467aff27808831739","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240913.1.tgz","fileCount":42,"integrity":"sha512-rhuC4fIc7tFX2gEEPxqwlVhbZdtqgdHjj/ZXHCjuDjmExnoVxfx3Eg8AFgE47Aterattm7gHyfabRHLupQItIA==","signatures":[{"sig":"MEUCIQC8xFxMzgPuwZ44ugRRmTvSmN+R6W0cjQQ+rD4h9PmAPgIgHDTGJrTUw67xXAXO00O/o+g8n+uwkkjfLK9HdRACnwU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App3\\temp\\c8492e6f-5673-460c-a229-9300d9274e1f\\azure-ai-language-text-1.1.0-alpha.20240913.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\c8492e6f-5673-460c-a229-9300d9274e1f\\azure-ai-language-text-1.1.0-alpha.20240913.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rhuC4fIc7tFX2gEEPxqwlVhbZdtqgdHjj/ZXHCjuDjmExnoVxfx3Eg8AFgE47Aterattm7gHyfabRHLupQItIA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240913.1_1726286462395_0.02682093247481543","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240916.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240916.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4839f50ef04c3a4e5c48e0a579aa1d5d64114585","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240916.1.tgz","fileCount":42,"integrity":"sha512-NmoHJXUYmmrvaDRgscfWiPgWlH0ejJnhqrkq//gXhFN+YicoK8X6c4DoMIzXyOFoJVDszBDlb7aPHjuurVOQDg==","signatures":[{"sig":"MEQCIBlWWJeGnFeJlqYXWcLMqxqCuSMVx6AEodjZKwHK3ef9AiA4zEjJjaqWOUPigmXytcd5zcZM5dcAk/BjsLSAbkVFNg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1d192bf3-c4f2-4ae3-b430-39c1eb7691ce\\azure-ai-language-text-1.1.0-alpha.20240916.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\1d192bf3-c4f2-4ae3-b430-39c1eb7691ce\\azure-ai-language-text-1.1.0-alpha.20240916.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NmoHJXUYmmrvaDRgscfWiPgWlH0ejJnhqrkq//gXhFN+YicoK8X6c4DoMIzXyOFoJVDszBDlb7aPHjuurVOQDg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240916.1_1726545526508_0.8389646421731658","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240917.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240917.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5fc254938896ef80f75edb2132b27d628d5f1cf1","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240917.1.tgz","fileCount":42,"integrity":"sha512-QL7wnZ2GA6uPpJXXJB9ZpcU/IG3A5a32QwgGubrmYGcum96P+AZSKQDwChAK7hJPazQaG75KNyg8SyG9GS5+8w==","signatures":[{"sig":"MEUCIQDF05JoieGDQ26qHcIJRCe6Iwx1m38ehQhqd6TiGMuMGwIgUU3j7H6eIhS3r5ysduwM7X1LzenMKR9oIow7wqSgCK8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\cd0d67c8-6886-4a72-8732-6fd37600abe0\\azure-ai-language-text-1.1.0-alpha.20240917.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\cd0d67c8-6886-4a72-8732-6fd37600abe0\\azure-ai-language-text-1.1.0-alpha.20240917.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QL7wnZ2GA6uPpJXXJB9ZpcU/IG3A5a32QwgGubrmYGcum96P+AZSKQDwChAK7hJPazQaG75KNyg8SyG9GS5+8w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240917.1_1726631940475_0.9675970803218616","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240918.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240918.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70c27ec535c12d824c1a35e7e02e10b51891b7c1","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240918.1.tgz","fileCount":42,"integrity":"sha512-c2BIJYxycTnAEI6X8TRY3hNj9LbWV+Ic36UqR7orlj/wYoahNsE/RuAM3mr/IBpaybQd+ZJbwXbz7SETtyPIAA==","signatures":[{"sig":"MEYCIQC83VuhvfB/REuUnQq3YZ/91bCwQNdFHTEMA1d/OFsnqgIhAJa0RYyMGn/eaWYG2gejMpcWc2ckPRu1Ufgi0ZP77UKY","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6b1dfab5-38c5-461d-b569-6eb712da2ed3\\azure-ai-language-text-1.1.0-alpha.20240918.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\6b1dfab5-38c5-461d-b569-6eb712da2ed3\\azure-ai-language-text-1.1.0-alpha.20240918.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-c2BIJYxycTnAEI6X8TRY3hNj9LbWV+Ic36UqR7orlj/wYoahNsE/RuAM3mr/IBpaybQd+ZJbwXbz7SETtyPIAA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.0.0","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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240918.1_1726718345658_0.06259108069239305","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240919.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240919.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f5b2f02c9e75eb2a18d048b0e32b9c46eeca72d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240919.1.tgz","fileCount":42,"integrity":"sha512-2vXscaHE5cxJbDdBeARNuqA5bYmdGLqrB60mCx1jDYWOhnlwpk4unkGFl5xrlF63CYJ8M0TJkP5Act7yYzO2sw==","signatures":[{"sig":"MEUCIE7pWYoTPF8t8NjqeSZoBIZ3hSj/VCHMw2oEH/wVuBhRAiEA92SmfD5nH63K/mlgRn6BIwgzoO1wagS44Sq626iKL5M=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2a1c7c2f-ab69-48bf-8893-c06a5da89336\\azure-ai-language-text-1.1.0-alpha.20240919.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\2a1c7c2f-ab69-48bf-8893-c06a5da89336\\azure-ai-language-text-1.1.0-alpha.20240919.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2vXscaHE5cxJbDdBeARNuqA5bYmdGLqrB60mCx1jDYWOhnlwpk4unkGFl5xrlF63CYJ8M0TJkP5Act7yYzO2sw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240919.1_1726804812213_0.9510887496542986","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240920.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240920.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ff905a42264c19c1e7d6323197d63f3fdeb3f6d0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240920.1.tgz","fileCount":42,"integrity":"sha512-cCigJjB+EBAoL29BENz+Nhpmdi7Ol4fiaICdrfLAUp5TDe3yDDkmcvBgo7Q1BqwQV09xHmfzxKf4e3TkPwm6tA==","signatures":[{"sig":"MEUCIQDdsu9Gwb5q0kxM+VpeEM6LQv4lJ4rsFgsu9hT1Ot76bwIgC1/t9kWl6XyJ00l1D0ZOQADWmCkG6E78CVZYVvywGsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\f6fd0755-6c4d-4e04-8eff-cf165f71218c\\azure-ai-language-text-1.1.0-alpha.20240920.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\f6fd0755-6c4d-4e04-8eff-cf165f71218c\\azure-ai-language-text-1.1.0-alpha.20240920.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cCigJjB+EBAoL29BENz+Nhpmdi7Ol4fiaICdrfLAUp5TDe3yDDkmcvBgo7Q1BqwQV09xHmfzxKf4e3TkPwm6tA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240920.1_1726891189578_0.3698095622818429","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240924.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240924.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2968ad9ce92a5845cda762888157e402e5f1fd8f","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240924.1.tgz","fileCount":42,"integrity":"sha512-6rf1vBfkPnqmNyKK5/w/AnTh8FYIFlbQq8QUc3sRhXPuokPoSvdeRwvVjx5Wu2RwrtDnydfFvClidoER/obAfg==","signatures":[{"sig":"MEUCIC4iw0A++XKdH3tIqeldMhFDRi2NIBfTbnQSKDZKS8O7AiEAu1XRoLCBQeBHaFY0kSfTray4lzU+//YWpLbXkCZEhcE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\95f9f3b5-f494-44af-bf83-b9f7e5be473a\\azure-ai-language-text-1.1.0-alpha.20240924.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\95f9f3b5-f494-44af-bf83-b9f7e5be473a\\azure-ai-language-text-1.1.0-alpha.20240924.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6rf1vBfkPnqmNyKK5/w/AnTh8FYIFlbQq8QUc3sRhXPuokPoSvdeRwvVjx5Wu2RwrtDnydfFvClidoER/obAfg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240924.1_1727236768103_0.2809983503920299","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240925.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240925.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ad8d616218a71dcfea57661c3e680f908e21e26a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240925.1.tgz","fileCount":42,"integrity":"sha512-B72N09iFT8nmbZ5PTyY426vYM/1OaVma4qTFZ/51xjR+mSv/L3Mu+Zxb2jNAT3vP0Etj1d0kMFDwAku15ExHdQ==","signatures":[{"sig":"MEQCIFw3DEOb0yYf2y8FO8BnlEXqzdiElpU1fm7pZSW99MJ+AiAQrtEdxbtIUMt7yNn0WcvBOyyzkg3Od4mbV4yZZpOWgg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283011},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\848f0a92-ef09-411e-afaa-109dc951f420\\azure-ai-language-text-1.1.0-alpha.20240925.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\848f0a92-ef09-411e-afaa-109dc951f420\\azure-ai-language-text-1.1.0-alpha.20240925.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-B72N09iFT8nmbZ5PTyY426vYM/1OaVma4qTFZ/51xjR+mSv/L3Mu+Zxb2jNAT3vP0Etj1d0kMFDwAku15ExHdQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240925.1_1727323315654_0.11287882743423117","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240926.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5824fc68caa1d3ce933a79a34f1f89e30e6f046f","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240926.1.tgz","fileCount":42,"integrity":"sha512-XVFS3/FTs3PtqYBwARN4AZcpx+pcm2OwfrfNXkmgd8LlLdjM8NUQar+RVICx+Z1V0N31BbTNw0IjKXBKjVDOoA==","signatures":[{"sig":"MEQCIEfKQCIYycRhpd3q7vO98qe47/b9A4In4rxrIYSJsYs0AiAc4hymjesU9sMORSdma6sRuApRLcDgbi2NKZZjjJRWBQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7be4c68d-4cab-4dc2-ae6f-9af7969e198e\\azure-ai-language-text-1.1.0-alpha.20240926.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\7be4c68d-4cab-4dc2-ae6f-9af7969e198e\\azure-ai-language-text-1.1.0-alpha.20240926.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XVFS3/FTs3PtqYBwARN4AZcpx+pcm2OwfrfNXkmgd8LlLdjM8NUQar+RVICx+Z1V0N31BbTNw0IjKXBKjVDOoA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240926.1_1727409688161_0.33686984238663853","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240927.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240927.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bdaf2a5587b2f88994c5fe0822c99067462bd7ba","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240927.1.tgz","fileCount":42,"integrity":"sha512-bmLkweMcT11EtzzNlEd6N8p1Z1udXmTtTDthQk+tcy422okmLSoH3ovFJwfzQQCl9lJhowqOTtUDZWxHD3P/3w==","signatures":[{"sig":"MEUCIQC/xpGi2jCgOECKoe58NucaoKoqKLyAqXhnHj4ZQa+cfwIgAj2am1YnEalOJFtFj3ISe+GYMijqyvqF6unolHRtYDE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\42646ab2-7f21-47bd-8c34-6e4f1a34b5fb\\azure-ai-language-text-1.1.0-alpha.20240927.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\42646ab2-7f21-47bd-8c34-6e4f1a34b5fb\\azure-ai-language-text-1.1.0-alpha.20240927.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bmLkweMcT11EtzzNlEd6N8p1Z1udXmTtTDthQk+tcy422okmLSoH3ovFJwfzQQCl9lJhowqOTtUDZWxHD3P/3w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240927.1_1727496029125_0.34229870990712175","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20240930.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20240930.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"caf7091f00a1c3fcae9ddf1e1e95aa13ec9a9518","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20240930.1.tgz","fileCount":42,"integrity":"sha512-X6jw1DPEiknpTcNyEVBStiBERyN6K4Didc6FNShSSd2YEaq7+Bc0yGLMiehH3KT/yaXD8YgRmb68dNSCeYOCkQ==","signatures":[{"sig":"MEQCIB9OhFDh1XGtUB70gMC6RMOTqYpFlCbwJeZLnd1M9y+hAiAIPu2q4qH0ZqVvq+jh/OAC//90uU4pYkjdezHLqE/AiQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2bb9f08e-0e87-45c4-bd4c-2957a71bef2e\\azure-ai-language-text-1.1.0-alpha.20240930.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\2bb9f08e-0e87-45c4-bd4c-2957a71bef2e\\azure-ai-language-text-1.1.0-alpha.20240930.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-X6jw1DPEiknpTcNyEVBStiBERyN6K4Didc6FNShSSd2YEaq7+Bc0yGLMiehH3KT/yaXD8YgRmb68dNSCeYOCkQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20240930.1_1727755284507_0.7055114387144943","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241001.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241001.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99ee2eac846c8244dc7a0860061d9b0feb049c75","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241001.1.tgz","fileCount":42,"integrity":"sha512-Yj3zTY9tzfF7we03i0te7PosWAlNjvxn/U+/5CmIXtz3EA/oZwYczNsudpxlRrn4Bl3oVvFtnMi2t5S4qGKguA==","signatures":[{"sig":"MEUCIGFJC5f/qWws1S6jz5KONp9P86ZUrUMgGg2iAZ4FqnKjAiEA6y/0zQ1g7abKtsRcca0EMTuHLllQutVNJrQbBlZER6Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fc5ad377-daf5-48af-8767-00df992f24bb\\azure-ai-language-text-1.1.0-alpha.20241001.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\fc5ad377-daf5-48af-8767-00df992f24bb\\azure-ai-language-text-1.1.0-alpha.20241001.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Yj3zTY9tzfF7we03i0te7PosWAlNjvxn/U+/5CmIXtz3EA/oZwYczNsudpxlRrn4Bl3oVvFtnMi2t5S4qGKguA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241001.1_1727841783134_0.4798776183423221","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241002.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241002.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"de22646b28507e91e37ac86bfd72194c00cc6f12","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241002.1.tgz","fileCount":42,"integrity":"sha512-E/TyG36BFgvheoNwDDjpjqDbwD6y64Ua0cUCbmIBtOFgmWlFnqu5BhIsprax996yyL1WPsAsAaMdLTwBGgAzjQ==","signatures":[{"sig":"MEUCIQCBwMcnqETkTD3gQwazA/rF4ZcVMQAnzYp6iISIlUUh6AIgWxzPDKB66wIzCrljMxKKr56eP84+XlsiHL96kE2U/kU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\615b2969-e658-4664-838c-1348f331d281\\azure-ai-language-text-1.1.0-alpha.20241002.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\615b2969-e658-4664-838c-1348f331d281\\azure-ai-language-text-1.1.0-alpha.20241002.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E/TyG36BFgvheoNwDDjpjqDbwD6y64Ua0cUCbmIBtOFgmWlFnqu5BhIsprax996yyL1WPsAsAaMdLTwBGgAzjQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241002.1_1727928110161_0.5114673844976074","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241003.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241003.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d03555e96a322c1051d5cbaf60a9ca389c33e235","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241003.1.tgz","fileCount":42,"integrity":"sha512-wlRqiC3sW/JGiw44W0D2uDNu6KX5Y1ZUyQgtwgc1KZzxKN4IYFM1idWpl3n8FniH5JrOoFO7M7E2mcaxXbi/PA==","signatures":[{"sig":"MEYCIQCnIYssYY9xDZupFwVHKzL+Uzq1dGjVGSCGZ6OzqqMmyAIhAIo5c4GAU9/FgUbbYO9bjtnnZnmJDhNMNvBcvf8WmK1h","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a016d780-1346-4847-8e70-6c70c99d9657\\azure-ai-language-text-1.1.0-alpha.20241003.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\a016d780-1346-4847-8e70-6c70c99d9657\\azure-ai-language-text-1.1.0-alpha.20241003.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wlRqiC3sW/JGiw44W0D2uDNu6KX5Y1ZUyQgtwgc1KZzxKN4IYFM1idWpl3n8FniH5JrOoFO7M7E2mcaxXbi/PA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241003.1_1728015090227_0.9708033731247083","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241004.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241004.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8ae6313287fe58c5260e2e5812a827e65c27342","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241004.1.tgz","fileCount":42,"integrity":"sha512-tPb4wRpXRgAyYornS1+SljkoimJ+0dxogINfWhmfO9iVHpUrvmJCweOv2rR3mUO5ZECARSxm1sotDQfXGB+G7Q==","signatures":[{"sig":"MEYCIQCQCC59oPxDAxg+v2MVrvu3YHUPKqAMAwU/C0xq22/DewIhALbRrIf3rzL7jUSCWUGN4MXXOrEVgaiccNKXPxiGORLt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a91740f6-37fe-4fa5-a37b-fe6dcc3a0d3d\\azure-ai-language-text-1.1.0-alpha.20241004.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\a91740f6-37fe-4fa5-a37b-fe6dcc3a0d3d\\azure-ai-language-text-1.1.0-alpha.20241004.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tPb4wRpXRgAyYornS1+SljkoimJ+0dxogINfWhmfO9iVHpUrvmJCweOv2rR3mUO5ZECARSxm1sotDQfXGB+G7Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241004.1_1728100882367_0.5125042970241287","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241007.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241007.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b3ff72fd8e0c0cfa48c68f2fb664ba3b4d9ebd46","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241007.1.tgz","fileCount":42,"integrity":"sha512-rQdtnh5dh6y4zyHSULqFY29w9bKG/hERAeuih73tx460S9VATocSUhMkeR1T7FUR7OkKNtU4aXhfWMAOJtJECg==","signatures":[{"sig":"MEUCIQC3vBX62pT0P7d4G5Z0WsKVDBOcdJ/PYSn2A7W6FOdMaQIgCta5D7Gc47lUAoj48ahy4raGPljUDmhvFgtSqArWyl8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\66eed757-6bcf-47cc-8039-21ec10192174\\azure-ai-language-text-1.1.0-alpha.20241007.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\66eed757-6bcf-47cc-8039-21ec10192174\\azure-ai-language-text-1.1.0-alpha.20241007.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rQdtnh5dh6y4zyHSULqFY29w9bKG/hERAeuih73tx460S9VATocSUhMkeR1T7FUR7OkKNtU4aXhfWMAOJtJECg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241007.1_1728360169153_0.02072042187924117","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241008.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241008.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"340d22c347d7c71177bb6fbed05331551799315e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241008.1.tgz","fileCount":42,"integrity":"sha512-k1zp59JcAp+6tghK2trfVY49KhJsMmBfoQ3KQ7ObDl3qCqbGGtRyDSYQfzfLL5ybPhTlzLGKU1iVl7cU9d/vQw==","signatures":[{"sig":"MEQCIHVUnHeaXx6AKyviU5H628K2owfc4reVdkKWx5O6odXOAiAEM6HzFlufuBY2OTQajsXpfSMzDUwPujFbtk6x6reO5A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\1a7185de-dbb2-48e0-b503-dcc33761c1c9\\azure-ai-language-text-1.1.0-alpha.20241008.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\1a7185de-dbb2-48e0-b503-dcc33761c1c9\\azure-ai-language-text-1.1.0-alpha.20241008.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-k1zp59JcAp+6tghK2trfVY49KhJsMmBfoQ3KQ7ObDl3qCqbGGtRyDSYQfzfLL5ybPhTlzLGKU1iVl7cU9d/vQw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241008.1_1728446553132_0.3654710112019266","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241009.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241009.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"32cde17e5b0cd9583bd4f9dbb28f7eb169443b22","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241009.1.tgz","fileCount":42,"integrity":"sha512-JYZ3Ffin1+0MMmFyDl44VY1Sjb3bpkK1A33XiGA0I42zyLZOq5axupjUcAOhG3sGgqQiM7vmZJIsGnCcpBunZw==","signatures":[{"sig":"MEUCIDMmHAhSc/eaB1ipGKD0O6efVKVntK8H8cf/hvCJ06dLAiEA87MJvLF582dTIlvWCxw6ffG16lzKkA5wroAH/1IUu4k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8a6a7a2c-8b40-44c4-9882-cb2de9625bfb\\azure-ai-language-text-1.1.0-alpha.20241009.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8a6a7a2c-8b40-44c4-9882-cb2de9625bfb\\azure-ai-language-text-1.1.0-alpha.20241009.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JYZ3Ffin1+0MMmFyDl44VY1Sjb3bpkK1A33XiGA0I42zyLZOq5axupjUcAOhG3sGgqQiM7vmZJIsGnCcpBunZw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241009.1_1728532804580_0.7262860285655299","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241010.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241010.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7db0e07bfb6228ea357813ea119d894332ceb446","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241010.1.tgz","fileCount":42,"integrity":"sha512-cF1JHuMH7c4dwwp47cBpmqowCzF+BikxIlyxyvRWtqUCQp3pY5+4HyBAm3qhufRRBIjA/OvaQgxWeKJpfB70eA==","signatures":[{"sig":"MEUCIGvlQNxThKDnGVO1tj7/yoipBzN2jxdOlMGYxZThN21oAiEAmtR2ME0ESSuc86kWkS/paBYESeE3d1sY+MA0PwkivsU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4337fe44-c0fc-4d60-a37f-043ccfbdd3a6\\azure-ai-language-text-1.1.0-alpha.20241010.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\4337fe44-c0fc-4d60-a37f-043ccfbdd3a6\\azure-ai-language-text-1.1.0-alpha.20241010.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cF1JHuMH7c4dwwp47cBpmqowCzF+BikxIlyxyvRWtqUCQp3pY5+4HyBAm3qhufRRBIjA/OvaQgxWeKJpfB70eA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241010.1_1728619285686_0.5475567629296554","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241011.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241011.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5d4abccedfb15197f21e57e207e2776cb371002","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241011.1.tgz","fileCount":42,"integrity":"sha512-dHh2c3v/Np7EIwCxvDefinOBGK7yFgZ46MQETWBw/vaZKD7eOUBMPz23h8mA9bWi9WenwyKJNheXvZgJjtJfEw==","signatures":[{"sig":"MEYCIQC/YST18qKSP6hYabrP5Ik29DlpbEHJOaHsk/Suhdb/tQIhAKvY5Uto/nDM+TabT+u6KTgl20Egh94GZ1Se8GaRkdS+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\03c742be-97d8-488b-9053-8048562c9964\\azure-ai-language-text-1.1.0-alpha.20241011.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\03c742be-97d8-488b-9053-8048562c9964\\azure-ai-language-text-1.1.0-alpha.20241011.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dHh2c3v/Np7EIwCxvDefinOBGK7yFgZ46MQETWBw/vaZKD7eOUBMPz23h8mA9bWi9WenwyKJNheXvZgJjtJfEw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241011.1_1728705660559_0.8618106820034321","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241014.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241014.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"21978a2316eb5b382af8848de9d18a526b791f7a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241014.1.tgz","fileCount":42,"integrity":"sha512-xYBhlOzw5UO49G3jJXndIwj1RZPfQgJQfoIZn+gTIi2+GnsRM3UW4gevA27Jjb54WtiU+jpQorgh/72GXJGuQw==","signatures":[{"sig":"MEUCIQDAwRL4OhZVWRBQU3IKAgSO41AkXL5pDfIhGaU9xdy98AIgKc6Bt6S5p3QHeu6nrw+HtZnrJjO45uMNx9V1U/ynd7Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bc091fb0-478d-4021-8b2b-379cd38dd007\\azure-ai-language-text-1.1.0-alpha.20241014.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\bc091fb0-478d-4021-8b2b-379cd38dd007\\azure-ai-language-text-1.1.0-alpha.20241014.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xYBhlOzw5UO49G3jJXndIwj1RZPfQgJQfoIZn+gTIi2+GnsRM3UW4gevA27Jjb54WtiU+jpQorgh/72GXJGuQw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241014.1_1728964892673_0.6270691076781922","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241015.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241015.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"11f69a1a462c34d156d5099ec657655eb9f94ddc","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241015.1.tgz","fileCount":42,"integrity":"sha512-vPybBCiF/oi5krEANTWNLGW75xeD4+840AMSCo8ruA+7JopwuaHd4spxNQXQ2fQV7IN4oKgLJ2mamxH5jcyfJA==","signatures":[{"sig":"MEUCIFdqZB8cZueHQOLX6m9CUYbUVw1efLNROmi9H+/ADVlvAiEAwFgxwDw6NI7Cy90Hm3hAXdIVgtZgjw8WNUpjnra1kjM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fbc740fd-bd1f-433a-89b9-18c81211ad33\\azure-ai-language-text-1.1.0-alpha.20241015.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\fbc740fd-bd1f-433a-89b9-18c81211ad33\\azure-ai-language-text-1.1.0-alpha.20241015.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vPybBCiF/oi5krEANTWNLGW75xeD4+840AMSCo8ruA+7JopwuaHd4spxNQXQ2fQV7IN4oKgLJ2mamxH5jcyfJA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241015.1_1729051372746_0.3706089685275413","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241016.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241016.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5088e01210e861462a4bd02c15e69660f08f8cdb","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241016.1.tgz","fileCount":42,"integrity":"sha512-S6hms0GEJDAkSQShkNeSGDwdzd9zQ2YqyCaq7YMDORsWS80jp/+xWb7LZ0dobeVklxEuOck3KCleRZyQHpaolg==","signatures":[{"sig":"MEUCIQDiEiPhGDrWRRh6Dsyzs6sSGFcJoki0jV+G2BRSBp7dfgIgDbBXcm20lnrT25/ySy5iynr5yTLbSmyUZtdk3yZVO2Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d02a754-64b8-4181-b23b-6533be4dd459\\azure-ai-language-text-1.1.0-alpha.20241016.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\4d02a754-64b8-4181-b23b-6533be4dd459\\azure-ai-language-text-1.1.0-alpha.20241016.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-S6hms0GEJDAkSQShkNeSGDwdzd9zQ2YqyCaq7YMDORsWS80jp/+xWb7LZ0dobeVklxEuOck3KCleRZyQHpaolg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241016.1_1729137678900_0.8855622952148037","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241017.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241017.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bd682c020ea7212937edebc768676ebb996dade9","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241017.1.tgz","fileCount":42,"integrity":"sha512-TyvBhmR1Jh4cc164+grGML3oy6XdS18UMeKQnQkPk7dNtUo0baJVnXnjNWYoB5Q+ikV3SnapGb3F2dt2KuwNtg==","signatures":[{"sig":"MEUCIGxbatn1v1vXSJnPAPougfRVS/I/ux+gjs1KeN5kdnVGAiEAqbbP128vAI3RA72r827WaMtPmRFKY3tK1vfPWZuywYs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d03b0f67-544d-44ea-9027-16ab52c409be\\azure-ai-language-text-1.1.0-alpha.20241017.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\d03b0f67-544d-44ea-9027-16ab52c409be\\azure-ai-language-text-1.1.0-alpha.20241017.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TyvBhmR1Jh4cc164+grGML3oy6XdS18UMeKQnQkPk7dNtUo0baJVnXnjNWYoB5Q+ikV3SnapGb3F2dt2KuwNtg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241017.1_1729224194901_0.7876946442015624","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241018.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241018.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7545438fd1ae8d253fb552c6adfde2cf865bbc8b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241018.1.tgz","fileCount":42,"integrity":"sha512-HSW8L8ShhEJsxmLspc4M0T53eyz5tAcbZHjkmEnAL0zQ8LdXFMUNtEXWjD6kfSRahdnuxBq24HA2ki/NKxGQqg==","signatures":[{"sig":"MEUCIQCcPLl8QNTzqWq0xsb17Z8TB+82u/UWTW4By6eDqt9mfAIgPchHPty4lQ19zoWtiqhXgXZON9Vv0mq4J6A/78DqEjc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\37d85ae0-20de-45cd-8bea-8c03616c0c30\\azure-ai-language-text-1.1.0-alpha.20241018.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\37d85ae0-20de-45cd-8bea-8c03616c0c30\\azure-ai-language-text-1.1.0-alpha.20241018.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HSW8L8ShhEJsxmLspc4M0T53eyz5tAcbZHjkmEnAL0zQ8LdXFMUNtEXWjD6kfSRahdnuxBq24HA2ki/NKxGQqg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241018.1_1729310395556_0.03912901172586314","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241021.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241021.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"20c2efce7b2a456047e4aa248dd15ab5cbd32736","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241021.1.tgz","fileCount":42,"integrity":"sha512-RZeQGkZyd9szuBYCZW4eUIL+REy+p8wS6R66QYT9fRu30mAwDLpC3b0VqyA+HMAEnnlh4b2MIwX3Te6wgJzdTA==","signatures":[{"sig":"MEUCIFP43vryyhtm7ho9tr0g3qGIjwkIOJMbnBN50Pa6WokdAiEAs3zRIPQzcI9pblSLm8ZrACeFb6gzLCUQKA+m73c21KI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\773dc11a-2530-4b0f-9971-261bb3fc0de8\\azure-ai-language-text-1.1.0-alpha.20241021.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\773dc11a-2530-4b0f-9971-261bb3fc0de8\\azure-ai-language-text-1.1.0-alpha.20241021.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RZeQGkZyd9szuBYCZW4eUIL+REy+p8wS6R66QYT9fRu30mAwDLpC3b0VqyA+HMAEnnlh4b2MIwX3Te6wgJzdTA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241021.1_1729569620525_0.9061321945551435","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241022.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241022.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e65b4502f16cf2ae0cb368c62d8cbb531ace0334","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241022.1.tgz","fileCount":42,"integrity":"sha512-TDPNGrBTRwdTdUIUogoXe9X5Ky6R/xYEcpHEokblQQVu0G0DnVaNK+OK0fTiUycKhJA+itn7XSuyzKVw4ccfFQ==","signatures":[{"sig":"MEUCICgpqp8yKJLxXR2ymnSlFDay4yHpsQ25tEyuCQco9v5UAiEA38TK4j+H6pizTp4iYJ+73FxlNAtUJghyGv3BR3jkIFY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283050},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\313c3ce6-6a82-4aaf-b7d2-63ca02c1cb63\\azure-ai-language-text-1.1.0-alpha.20241022.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\313c3ce6-6a82-4aaf-b7d2-63ca02c1cb63\\azure-ai-language-text-1.1.0-alpha.20241022.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TDPNGrBTRwdTdUIUogoXe9X5Ky6R/xYEcpHEokblQQVu0G0DnVaNK+OK0fTiUycKhJA+itn7XSuyzKVw4ccfFQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","@microsoft/api-extractor":"^7.31.1","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241022.1_1729656173065_0.012798919570790268","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241023.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"971982e55c3894018b60ac89a3234d192fbe11b1","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241023.1.tgz","fileCount":42,"integrity":"sha512-opO8RpExNVzRHQsfARwd7Rg9XOIuhZAy9MfmIEkYwSHN3Qz5G+jZOAX0126j1GWBfUjldMHhobSCyBu6i7bmAg==","signatures":[{"sig":"MEUCIQD5Ve7peAFwE+en1b3m2oyOATYIEMCICJB8ILOgZGf78QIgTZVGGXJnH5qoYpO5HCt2/q6ZPZ6d8kDuJV/YqClRIBE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283027},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8366cd9d-de9f-425b-b3eb-7d83c9d7b6f2\\azure-ai-language-text-1.1.0-alpha.20241023.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8366cd9d-de9f-425b-b3eb-7d83c9d7b6f2\\azure-ai-language-text-1.1.0-alpha.20241023.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-opO8RpExNVzRHQsfARwd7Rg9XOIuhZAy9MfmIEkYwSHN3Qz5G+jZOAX0126j1GWBfUjldMHhobSCyBu6i7bmAg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241023.1_1729742421272_0.6824826429923623","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241024.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241024.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1986ddce8c2e5dd05f4e1ff1f392bc62e81bf8fa","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241024.1.tgz","fileCount":42,"integrity":"sha512-tMjCg1BxspkjcJ6cB5eCDl0qFX0UDlMQCRIPlqEZplglpUQSWGMaNIhuIQYlH7d5gNsXhUR4i5bGoZ2CnYjZNw==","signatures":[{"sig":"MEYCIQC5O9D6DqDeZFA5qUY/lVlTVovJLaD8QkEhdwRXhiUTkAIhAN9F2Erouu2GP5DpbxS1zEoYndEZyrJKY6J/rffTgDjC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283027},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\af273a65-2ecc-4c9a-8d23-062f9d18ff9c\\azure-ai-language-text-1.1.0-alpha.20241024.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\af273a65-2ecc-4c9a-8d23-062f9d18ff9c\\azure-ai-language-text-1.1.0-alpha.20241024.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tMjCg1BxspkjcJ6cB5eCDl0qFX0UDlMQCRIPlqEZplglpUQSWGMaNIhuIQYlH7d5gNsXhUR4i5bGoZ2CnYjZNw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241024.1_1729828820319_0.8878143042591318","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241025.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241025.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f8439dec41c0d5cf97f68a4c7900e4a679092648","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241025.1.tgz","fileCount":42,"integrity":"sha512-/T/IGq8w3NnhLNhCD9g4pjSuBqf9Aebdh062hkwwWbLQux55/DXmHvXZkTeAzjbupkLngn5MS+s6DHJGFyIXVA==","signatures":[{"sig":"MEYCIQCjK+pJ5llx3tCEN/BzYGFkcQQlYAwP1dwnuxo55+6uLQIhAMdXcfh8NhCRi/qie2e5W667bdJ780VOlpRR6yLgzt/V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282858},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\8b810bb9-4ecb-4818-9497-54224af4380c\\azure-ai-language-text-1.1.0-alpha.20241025.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8b810bb9-4ecb-4818-9497-54224af4380c\\azure-ai-language-text-1.1.0-alpha.20241025.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/T/IGq8w3NnhLNhCD9g4pjSuBqf9Aebdh062hkwwWbLQux55/DXmHvXZkTeAzjbupkLngn5MS+s6DHJGFyIXVA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241025.1_1729915333971_0.6224975073686483","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241028.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241028.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c1e1ea0011e9f67c764834055122932943ba28a6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241028.1.tgz","fileCount":42,"integrity":"sha512-Ftu9HjrFiNR90jqT5uINO9gnZzhR+ZT4/v81iDw6Lv/xRvEwiIaE4ZlCTAxgZUXhiFA3aHHc80TkS18YJoiQfw==","signatures":[{"sig":"MEYCIQC4+b61H8Sr73KF/GkSsG3i7tRqxM8C6bD9tLICSuz7sAIhAMq6bTP1BR4SsK7bLPXVKX0IMeRZGdFNbqLXQhJM2gJe","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1282858},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\89c6e574-1fb4-4c61-8e70-29ae2c62145c\\azure-ai-language-text-1.1.0-alpha.20241028.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\89c6e574-1fb4-4c61-8e70-29ae2c62145c\\azure-ai-language-text-1.1.0-alpha.20241028.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ftu9HjrFiNR90jqT5uINO9gnZzhR+ZT4/v81iDw6Lv/xRvEwiIaE4ZlCTAxgZUXhiFA3aHHc80TkS18YJoiQfw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241028.1_1730174464540_0.7952439982914383","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241029.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241029.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3897d5ca674b57028be89c30dba40601fd289bcb","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241029.1.tgz","fileCount":42,"integrity":"sha512-+aAUQOKyVIpH2rHZXi7QIHSnFE7Z8mIvthCTfXpaFyFyOEaggUOrlX2EgAqmXk++gN7btCZUu4gagAmd6uiHxw==","signatures":[{"sig":"MEYCIQD2aPLCvMvXCgEVkicsxa8kOviD/NWQU/ISQvWMp2igmAIhAN2YaZt9/s7GS1+a4m3blwV7j/fMZheOt8Jeb6KTMn0L","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273200},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\81e38a8e-ae2e-43e4-85ed-e96e082d2bd8\\azure-ai-language-text-1.1.0-alpha.20241029.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\81e38a8e-ae2e-43e4-85ed-e96e082d2bd8\\azure-ai-language-text-1.1.0-alpha.20241029.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+aAUQOKyVIpH2rHZXi7QIHSnFE7Z8mIvthCTfXpaFyFyOEaggUOrlX2EgAqmXk++gN7btCZUu4gagAmd6uiHxw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241029.1_1730260793182_0.9511314968892086","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241030.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241030.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20241030.2","maintainers":[{"name":"microsoft1es","email":"npmjs@microsoft.com"},{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d322fd1c5aa7321bcbed77c41c40c510557c796a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241030.2.tgz","fileCount":42,"integrity":"sha512-1N6pUkQ1PqnIx84nb6JNCw3E30rjl6uBeZqfB40uB2On2+TUTCQm7tOQXPe+B2xw+MCwHeis8qFDbbS8vi+EhA==","signatures":[{"sig":"MEYCIQCCo+m7vF1rntJE2Gc+KUrA1jIKJpA633n0T/XtRzk0aAIhAMtRNPvUAxQw7xqmUx+N/OjnGaNlLAv6AeBH7b5ofm+X","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273843},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\587f3597-8cd2-4a13-8e37-2639008e3281\\azure-ai-language-text-1.1.0-alpha.20241030.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\587f3597-8cd2-4a13-8e37-2639008e3281\\azure-ai-language-text-1.1.0-alpha.20241030.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1N6pUkQ1PqnIx84nb6JNCw3E30rjl6uBeZqfB40uB2On2+TUTCQm7tOQXPe+B2xw+MCwHeis8qFDbbS8vi+EhA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241030.2_1730347189321_0.05567168498346464","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241031.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241031.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4dc2d44d0e80465fa7615cba01cfb5883bc1b60a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241031.1.tgz","fileCount":42,"integrity":"sha512-8FwS03hVz9wKBYwExRLlNfy4/whLGP+0+avUqjqLDBZsRkrZnYKKcd3Ay+h5XjA+A/jA3JyaXu+QZZYdMvuRZQ==","signatures":[{"sig":"MEYCIQCa4sK6+Ouj6XBPVehf4TLofDI++GeY35tap9tAjlRQ7AIhAMN20YdvwUVH/I0ATu7DcTDiH5o2IgIStlTdPbE7gd26","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273843},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\03e2c773-bdcd-4a93-807c-d8e3f081ab42\\azure-ai-language-text-1.1.0-alpha.20241031.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\03e2c773-bdcd-4a93-807c-d8e3f081ab42\\azure-ai-language-text-1.1.0-alpha.20241031.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8FwS03hVz9wKBYwExRLlNfy4/whLGP+0+avUqjqLDBZsRkrZnYKKcd3Ay+h5XjA+A/jA3JyaXu+QZZYdMvuRZQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241031.1_1730433512948_0.49378731836623113","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241111.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"796598c06dd3374ed92eeb17feb3b4b86b9b304b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241111.1.tgz","fileCount":42,"integrity":"sha512-9abw+vbIBaZ9s4IhMlhl0gtecOwR/Lti+LFkI1shRrfXbVz+aS+LP9+kpFxf68aEttgZdDwC0nFHogVzHbFOig==","signatures":[{"sig":"MEUCIETUVIbLOE9AnzR565cZDOdYN3ZyzZV3UFyItuKtoz3dAiEA8apLVlc+HnF1cJcUhi1mjz1LrA+LD6yB/nE1jrRuDvI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\dbd1506d-8e71-4db4-8cf9-d2393a63ae06\\azure-ai-language-text-1.1.0-alpha.20241111.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\dbd1506d-8e71-4db4-8cf9-d2393a63ae06\\azure-ai-language-text-1.1.0-alpha.20241111.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9abw+vbIBaZ9s4IhMlhl0gtecOwR/Lti+LFkI1shRrfXbVz+aS+LP9+kpFxf68aEttgZdDwC0nFHogVzHbFOig==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241111.1_1731387764810_0.3637721539063612","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241112.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"57ef4ebd0d5ddc2b86ec4b52f3e784ef8a34c741","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241112.1.tgz","fileCount":42,"integrity":"sha512-z2zRfqaFOS2fb39iJGdNHFwU5zBc2/svG/aX+QeYQfaBMXNZqRMR3KgC4jkXFC/DzOOJRm+VFC0J2om9sMGDfQ==","signatures":[{"sig":"MEYCIQC0tqWdIEt5qzi2hHMLZ/0h9orp4e3cq2SBd/VRQhJQWQIhAMIxMsbtWqwMRRuZMfBTPGSsUQs3ZgNwDCp7QGAGpt16","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\22155cca-7b3d-41a0-b60d-5c7c50c0e8c1\\azure-ai-language-text-1.1.0-alpha.20241112.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\22155cca-7b3d-41a0-b60d-5c7c50c0e8c1\\azure-ai-language-text-1.1.0-alpha.20241112.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-z2zRfqaFOS2fb39iJGdNHFwU5zBc2/svG/aX+QeYQfaBMXNZqRMR3KgC4jkXFC/DzOOJRm+VFC0J2om9sMGDfQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241112.1_1731474039100_0.4276191664982829","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241113.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"369d4c47506cb6cc6c3758353c8de9ccbee15daf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241113.1.tgz","fileCount":42,"integrity":"sha512-E2InHIwSCWRB6UKK2Zep1FOn1dNzYnMSDf4pLDEMFAsVUOXolL/HWTShX6plQLNABw6CIVMg9QmZ5ZLRjyMKSQ==","signatures":[{"sig":"MEUCIQCGCDdsdta1GQx5hnIvTllberbAyjjxQrvJ2Bg4XDPJ+QIgWUpEZXFwaLws5XCKkr8+9YVRGLGpqnVmVUbWBxjU5BA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\167828c8-0264-4652-9826-071478936d14\\azure-ai-language-text-1.1.0-alpha.20241113.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\167828c8-0264-4652-9826-071478936d14\\azure-ai-language-text-1.1.0-alpha.20241113.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E2InHIwSCWRB6UKK2Zep1FOn1dNzYnMSDf4pLDEMFAsVUOXolL/HWTShX6plQLNABw6CIVMg9QmZ5ZLRjyMKSQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241113.1_1731560518891_0.6365898997537747","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241114.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dc706c804346bcb58fe6bad6c0ea842ecfc56672","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241114.1.tgz","fileCount":42,"integrity":"sha512-ELwsfG5j/a5uw3Y4GruKThSM7aRncKNMaBMyhCiZQusurHcrRXT8QVWiXK7gIdXdbMfULox+5g8vEMu0M2h37A==","signatures":[{"sig":"MEYCIQD8Ay3h8Pa00HTRTYTP0cwYt0xorMIrqEPBGys/0aEldwIhAKiL4VIRgCBCAYreS6Vn2J2pfoEfH4tvEj+Yq26qlf7p","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\0fa53153-5ce3-4516-8a87-210c1ea25269\\azure-ai-language-text-1.1.0-alpha.20241114.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\0fa53153-5ce3-4516-8a87-210c1ea25269\\azure-ai-language-text-1.1.0-alpha.20241114.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ELwsfG5j/a5uw3Y4GruKThSM7aRncKNMaBMyhCiZQusurHcrRXT8QVWiXK7gIdXdbMfULox+5g8vEMu0M2h37A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241114.1_1731646905812_0.07075157454749781","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241115.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"453f14b1db5caddb8655304369165cb3c833b24c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241115.1.tgz","fileCount":42,"integrity":"sha512-uO2I1BxykmKUWCtk/e/rpPj1YjWVdSPChyUTdoBmAr9SAtUq3z/k/JIM2j80UpisvdrLpWoaECw+upesUzFfUw==","signatures":[{"sig":"MEUCICu9T7ibXkLcm9441COMaAN/Ao1S6Oap8w/6AF1aF4YHAiEAjryJU2hgFpNN2DKdXF9AeAVHTz5cf9NzxUzu/sjN11E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\24c794f2-e792-4dc7-87d0-6a34db639ddf\\azure-ai-language-text-1.1.0-alpha.20241115.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\24c794f2-e792-4dc7-87d0-6a34db639ddf\\azure-ai-language-text-1.1.0-alpha.20241115.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uO2I1BxykmKUWCtk/e/rpPj1YjWVdSPChyUTdoBmAr9SAtUq3z/k/JIM2j80UpisvdrLpWoaECw+upesUzFfUw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241115.1_1731733095386_0.16794736894500284","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241118.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241118.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f898a666ea3010adaffe383720eddbadf496c69e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241118.1.tgz","fileCount":42,"integrity":"sha512-EBv+4J9ejksZ/kyBpCYyBi+iQFjOkoHGvfx7DpIFbR/QZ3WFk59KTS6hQXOcbsGswwsjYhQihh53Dn8/gsnDiQ==","signatures":[{"sig":"MEQCIA9/Y1pcwITq4Ll9ATa6H7wvvwEUsKkn1blJDXQmft+NAiAgr3NByM26TtNAmG7GtGoBERfAz9jUPSLdD+uwr3sjtQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fc915dd0-a430-4742-a3c4-3c5cf8c37df1\\azure-ai-language-text-1.1.0-alpha.20241118.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\fc915dd0-a430-4742-a3c4-3c5cf8c37df1\\azure-ai-language-text-1.1.0-alpha.20241118.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-EBv+4J9ejksZ/kyBpCYyBi+iQFjOkoHGvfx7DpIFbR/QZ3WFk59KTS6hQXOcbsGswwsjYhQihh53Dn8/gsnDiQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241118.1_1731992698122_0.934385714244317","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241119.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0a7eeeba5c4f9e4d78a883d36f1a64ecab90ef4e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241119.1.tgz","fileCount":42,"integrity":"sha512-CDduMYgPVcgIkWipY/rx4hC6LIzmOvv9kePcrRAMzNWF+phSrsftd97MsfAtv2wPDRMCsC+7s84ZrPn2iS2W8Q==","signatures":[{"sig":"MEUCIQDVEdyYQwORNOUH4x1Fi7PHkEjm9Z31QZxg1BAHfzD86gIgT6+2V1v5TcJQS8FHgE5NMoRYFxl0brMs3gDp4AGPXz4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2e02a920-e5e4-4d54-a587-80a3e8ea26e4\\azure-ai-language-text-1.1.0-alpha.20241119.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\2e02a920-e5e4-4d54-a587-80a3e8ea26e4\\azure-ai-language-text-1.1.0-alpha.20241119.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CDduMYgPVcgIkWipY/rx4hC6LIzmOvv9kePcrRAMzNWF+phSrsftd97MsfAtv2wPDRMCsC+7s84ZrPn2iS2W8Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241119.1_1732078882626_0.6657599218177419","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241120.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f96a987560b1304a4cc0263e796e1db998faf51","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241120.1.tgz","fileCount":42,"integrity":"sha512-ED8Le79G8YyW/Jrnvx4wAT+Z7C/96czqUTQW50CEXMXSldZAhOs5FcYbUm3zEHl0anUSPTMtYZ6fAtBNIgFumw==","signatures":[{"sig":"MEQCIC4p8CECVl1em5XiahLIarzrIV6QTS+1D7+zKSdk2jnwAiATe0rOP79mxq23fT2zihxXI/K53xmwf+BzOoFQqEsmPw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\684ac411-ccef-4b6d-851d-fa52f7abd001\\azure-ai-language-text-1.1.0-alpha.20241120.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\684ac411-ccef-4b6d-851d-fa52f7abd001\\azure-ai-language-text-1.1.0-alpha.20241120.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ED8Le79G8YyW/Jrnvx4wAT+Z7C/96czqUTQW50CEXMXSldZAhOs5FcYbUm3zEHl0anUSPTMtYZ6fAtBNIgFumw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241120.1_1732165388365_0.8619840624881927","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241122.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0be611f73c33bdfedd8f5a7035afee971ecacd0e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241122.1.tgz","fileCount":42,"integrity":"sha512-8W2fRn4DXfWvKJFIyEGprFMKDOqY1O3j5Cg3rcBXAce598L3PvcFzfsY2TxBkzA6UzHzLWv6mFrppjB9+t7yeA==","signatures":[{"sig":"MEUCIQCTm/L1eqC9+YFB/u96mTJoGuAd2ZvzNKS0/BnT1n7EdgIgB8rDGG/BPvC5aIG6DalOV0ufDZttuTDsKR5LxnNXRIU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\d7b9a6cb-dd37-40f8-a151-3943d8d5f821\\azure-ai-language-text-1.1.0-alpha.20241122.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\d7b9a6cb-dd37-40f8-a151-3943d8d5f821\\azure-ai-language-text-1.1.0-alpha.20241122.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8W2fRn4DXfWvKJFIyEGprFMKDOqY1O3j5Cg3rcBXAce598L3PvcFzfsY2TxBkzA6UzHzLWv6mFrppjB9+t7yeA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241122.1_1732337957694_0.8758227609884655","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241125.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241125.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e2985af6e7e2fd06085e00e38a5d45fdff7bc435","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241125.1.tgz","fileCount":42,"integrity":"sha512-bnJmbEeMJB63NbfNy7uNkXzNWrBgOU6aHYftpYz+aJdeabP03LsnnJDHawXLskHBDEbOJ6O6+6Tic4kJaxD3cQ==","signatures":[{"sig":"MEUCIQCNhy9gDYffirkg6gfUfvfxyxDC9scIIQ/3P2FZ/N3lbgIgYVXouq7nIkP9QdJ4yJf+0CjstQ4VrD115/yhHgKxrI0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8303302c-2f23-4b6b-aab5-a8d1d98318fd\\azure-ai-language-text-1.1.0-alpha.20241125.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\8303302c-2f23-4b6b-aab5-a8d1d98318fd\\azure-ai-language-text-1.1.0-alpha.20241125.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bnJmbEeMJB63NbfNy7uNkXzNWrBgOU6aHYftpYz+aJdeabP03LsnnJDHawXLskHBDEbOJ6O6+6Tic4kJaxD3cQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^1.1.0","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241125.1_1732597296808_0.840909430436166","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241126.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241126.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20241126.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"79476ab028351bc6772b4dc3808d0f2b9b6564ac","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241126.2.tgz","fileCount":42,"integrity":"sha512-mavwGx5Ub4xt13V7Mwl06+Py+iev+VY/cx6Xg6iS4VbGuK59nt9HsWnlngfVJStZ5wMR8LPxyTPcAoRq7Y4fXg==","signatures":[{"sig":"MEQCIG7PLHqDdwbmu74HlLkIbSV8fRh4B88wH+DNC6+4nsSsAiBzks52nLUuZ/Z+MS/M5pYbkySFyxLGyPLQK+3iK3pSVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\531dfea7-8224-4f99-97b3-da0f22b97ab8\\azure-ai-language-text-1.1.0-alpha.20241126.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\531dfea7-8224-4f99-97b3-da0f22b97ab8\\azure-ai-language-text-1.1.0-alpha.20241126.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mavwGx5Ub4xt13V7Mwl06+Py+iev+VY/cx6Xg6iS4VbGuK59nt9HsWnlngfVJStZ5wMR8LPxyTPcAoRq7Y4fXg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241126.2_1732683724802_0.325467976537418","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241127.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b852b481bb91fca219546d61d34e93ab3c4cd5a6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241127.1.tgz","fileCount":42,"integrity":"sha512-K56sJzCHCS8K9f9qwZkxxiBeLPHEbvP2U2TlXO6UntxJF7LHCAPN5LNv8D2dGx45fsW0ZX4gjQ6G5jBN1vYNDg==","signatures":[{"sig":"MEUCIQCyMsNzdykRN1Lv1GKbxcol89jmXHaJJFPoscXJU0jAtQIgSltg4zoYGwzOf3ri2Dci/h1FgZSL8kpj4sQKLb3uQ6k=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\838fbb84-4722-4db4-b5b0-ccd37853d788\\azure-ai-language-text-1.1.0-alpha.20241127.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\838fbb84-4722-4db4-b5b0-ccd37853d788\\azure-ai-language-text-1.1.0-alpha.20241127.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-K56sJzCHCS8K9f9qwZkxxiBeLPHEbvP2U2TlXO6UntxJF7LHCAPN5LNv8D2dGx45fsW0ZX4gjQ6G5jBN1vYNDg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241127.1_1732770042230_0.2335742256450204","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241128.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"af3eed89cf5e3b54729bcfdb146d6a6703403d2a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241128.1.tgz","fileCount":42,"integrity":"sha512-F0Xonrd/xfgSvd3itJbUJIvsT6Z1mfABVeQNsOP33oluAccqSF/CwPt/8hU8OPojUMB6W+d6guXSXRMMJkFXMg==","signatures":[{"sig":"MEUCIQDV4fltA4ZHZchzttpkO1RTUtaf2tQX7UjuyNcIMTYzqAIgOx+OTHJfjHFnxVqL9AoBlIWW1Dqt/u9YuN89FNfNpvY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\45cfa788-66ca-430b-8943-d14f331c9644\\azure-ai-language-text-1.1.0-alpha.20241128.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\45cfa788-66ca-430b-8943-d14f331c9644\\azure-ai-language-text-1.1.0-alpha.20241128.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-F0Xonrd/xfgSvd3itJbUJIvsT6Z1mfABVeQNsOP33oluAccqSF/CwPt/8hU8OPojUMB6W+d6guXSXRMMJkFXMg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241128.1_1732856484119_0.16306623273971899","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241129.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4aa2aef322f216d5405ddb5d73ff927c5c23c789","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241129.1.tgz","fileCount":42,"integrity":"sha512-1zpFtpO41MgviYqqupKYt6mTmqEfTiJzG6aljI1WNBBf0KiJvYxAfHf+WDGdoyhbtaH9ejvBj9nffuNMpf1hNQ==","signatures":[{"sig":"MEYCIQC6SuZcpdF11T8WmkdCC2zJ/Vtrg8GTrvrly45TwI2rwQIhALNrt6A1F2+BeHMR/pFVUAyAlr/OTRIIBBUkklmnJytU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c1afed67-b05a-44ad-a670-9e91401955e5\\azure-ai-language-text-1.1.0-alpha.20241129.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\c1afed67-b05a-44ad-a670-9e91401955e5\\azure-ai-language-text-1.1.0-alpha.20241129.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1zpFtpO41MgviYqqupKYt6mTmqEfTiJzG6aljI1WNBBf0KiJvYxAfHf+WDGdoyhbtaH9ejvBj9nffuNMpf1hNQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241129.1_1732942789348_0.27468223661629265","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241202.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20241202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8b83db25c989f695dc6d656ef8532f6d03a4fdad","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241202.1.tgz","fileCount":42,"integrity":"sha512-3fkHYWiixTs7O6i8q6Fkl2cEjM1ofx/MpBFT/Db4S+/3+RSDZarv8O5wh39WnFWUJFSgdLJAIa6t/63pgAxzzQ==","signatures":[{"sig":"MEQCIGmv94X++b7pa2RVlo80RiHXHO/xxorpwvpaBz0TvuZ/AiAUEAW+I8BMsxa+2q7oka8APGs3D5ZG32cq00Qr5oFcWg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\96e78c3e-7ed3-4bb3-a2ee-9e94da8699e0\\azure-ai-language-text-1.1.0-alpha.20241202.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\96e78c3e-7ed3-4bb3-a2ee-9e94da8699e0\\azure-ai-language-text-1.1.0-alpha.20241202.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-3fkHYWiixTs7O6i8q6Fkl2cEjM1ofx/MpBFT/Db4S+/3+RSDZarv8O5wh39WnFWUJFSgdLJAIa6t/63pgAxzzQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241202.1_1733202011744_0.06890406003641725","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241203.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ddb5d3bb7177826f354d121eaa204e39669c5726","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241203.1.tgz","fileCount":42,"integrity":"sha512-ZO3kjS9t89CyGXy1zi+ATpa6/ABiqZvJHUdDFSDItbTnHM9vPhIOaO9N+qpsY+jSo2xmTuTeK+8VQ57j1dC4FA==","signatures":[{"sig":"MEUCIBvUu8+1p/Fp+dyyPGQ5bOmHVCxrExdfuTD88D/S2u9xAiEA7fudGrhR7+WYait1lvVDqZRGOEwkYvEFwdzxQ9HLTSg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\19082752-c997-4f51-b2c1-f409734f98ed\\azure-ai-language-text-1.1.0-alpha.20241203.1.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\19082752-c997-4f51-b2c1-f409734f98ed\\azure-ai-language-text-1.1.0-alpha.20241203.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZO3kjS9t89CyGXy1zi+ATpa6/ABiqZvJHUdDFSDItbTnHM9vPhIOaO9N+qpsY+jSo2xmTuTeK+8VQ57j1dC4FA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241203.1_1733288398268_0.7539463060148988","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241204.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241204.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20241204.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"99406b1b1ed01634fb49219498baff00034011f5","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241204.2.tgz","fileCount":42,"integrity":"sha512-cwBPACdO5vgvInkmcHHhaV1Mtfy6ANo9wMtLjl2YIrQ1Xd6unaJ7xlW2TkPoFNsANZAElTevbK7niqUNnEswmw==","signatures":[{"sig":"MEQCIBKHlSGgurFkrjTzyu3bqROUABPzJNqlma4HzumjvgLfAiBSj/JiHsnfJ2QWjBNnKa0OhwjnMCt5MF3yDstDomjiyA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1273816},"main":"./dist/index.js","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5cd4f2d9-70b4-4d50-8a24-ebdbb841f699\\azure-ai-language-text-1.1.0-alpha.20241204.2.tgz","types":"./types/ai-language-text.d.ts","module":"./dist-esm/src/index.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"echo skipped","integration-test:node":"dev-tool run test:node-js-input -- --timeout 5000000 \"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\\5cd4f2d9-70b4-4d50-8a24-ebdbb841f699\\azure-ai-language-text-1.1.0-alpha.20241204.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cwBPACdO5vgvInkmcHHhaV1Mtfy6ANo9wMtLjl2YIrQ1Xd6unaJ7xlW2TkPoFNsANZAElTevbK7niqUNnEswmw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language Service.","directories":{},"sideEffects":false,"_nodeVersion":"18.5.0","dependencies":{"tslib":"^2.2.0","@azure/logger":"^1.0.0","@azure/core-lro":"^2.3.0","@azure/core-auth":"^1.3.0","@azure/core-client":"^1.6.0","@azure/core-paging":"^1.3.0","@azure/core-tracing":"^1.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","decompress":"^4.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","@azure/core-util":"^1.9.0","chai-as-promised":"^7.1.1","@types/decompress":"^4.0.0","source-map-support":"^0.5.9","@azure/storage-blob":"^12.23.0-beta.1","karma-junit-reporter":"^2.0.1","karma-mocha-reporter":"^2.2.5","karma-chrome-launcher":"^3.0.0","karma-env-preprocessor":"^0.1.1","karma-firefox-launcher":"^2.1.3","karma-sourcemap-loader":"^0.3.8","@azure-tools/test-utils":"^1.0.1","@types/chai-as-promised":"^7.1.0","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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241204.2_1733375044686_0.31419876411392655","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241205.3":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241205.3","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20241205.3","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e3e9556c36af81b4052fea4c9f0ef8ecc56ee4f8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241205.3.tgz","fileCount":296,"integrity":"sha512-nvO1iSt4Jx8hzoHarvE7Jzzhx1eXF8qtaAptEQ17dowuDI9FC2TdS+uYnqxpeNTms38Qdy7c4bmY2LLC+ERxig==","signatures":[{"sig":"MEQCIGK+uKfGBV+eY+UafHQa7epXY/uyr1fyuinF+E+P/3VPAiBMSjvfQH6YNnbdnwAmNqFDY+KbdoZTo1smsSRz2bOncg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206700},"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\\078e33c1-3f06-4dca-966a-6134c7ea0484\\azure-ai-language-text-1.1.0-alpha.20241205.3.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\078e33c1-3f06-4dca-966a-6134c7ea0484\\azure-ai-language-text-1.1.0-alpha.20241205.3.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-nvO1iSt4Jx8hzoHarvE7Jzzhx1eXF8qtaAptEQ17dowuDI9FC2TdS+uYnqxpeNTms38Qdy7c4bmY2LLC+ERxig==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","decompress":"^4.0.0","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@types/decompress":"^4.0.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241205.3_1733461545638_0.49325379802439584","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241206.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"170206525a827b707fa12b6feb09567c0cd36c52","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241206.1.tgz","fileCount":296,"integrity":"sha512-fnfTyH4JvNr9o0NV/6FUdg0a9odPPpB8htuD35R46Mzwxc1aAGpu1iKRNlp4obR6t7ZohB6vETW21/JjfS2XdA==","signatures":[{"sig":"MEQCIAFnAdj6zy8nzatvseP4bLavKt5UVH/ZvIXPaJQArL9rAiAOHMfkEHMaK3WLI11aE3q6gZCRBMLQOUAQCEzU/5AUag==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206700},"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\\4f642648-e1f4-48ff-b48e-641aa951a0a8\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\4f642648-e1f4-48ff-b48e-641aa951a0a8\\azure-ai-language-text-1.1.0-alpha.20241206.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fnfTyH4JvNr9o0NV/6FUdg0a9odPPpB8htuD35R46Mzwxc1aAGpu1iKRNlp4obR6t7ZohB6vETW21/JjfS2XdA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","decompress":"^4.0.0","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@types/decompress":"^4.0.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241206.1_1733547835703_0.4366940043870442","host":"s3://npm-registry-packages"}},"1.1.0-alpha.20241209.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9c134f930961a00b3b90064950f3457f230e1702","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241209.1.tgz","fileCount":296,"integrity":"sha512-rEdYcrhSJCwhA4CP/8mft4TICsMde5SmV7xhzYXnU5RQASFWCwcb4PLzLWTsdh2Q9vVyiKz3HfTQz9fNi3ZAMg==","signatures":[{"sig":"MEQCIF6Q9F1OPHSGFFFls1SjgPsD0QANTVXiNv4fQFXkPmCLAiAHDqhzwMrbEy4eqkAY0JXeT/aG7q+P13I9mUDZ15GLmA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206700},"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\\926f16a7-30a6-4340-9c75-9f56b3af8e0f\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\926f16a7-30a6-4340-9c75-9f56b3af8e0f\\azure-ai-language-text-1.1.0-alpha.20241209.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rEdYcrhSJCwhA4CP/8mft4TICsMde5SmV7xhzYXnU5RQASFWCwcb4PLzLWTsdh2Q9vVyiKz3HfTQz9fNi3ZAMg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","decompress":"^4.0.0","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@types/decompress":"^4.0.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241209.1_1733807087628_0.4514424626291962","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241210.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f1fe13e89458cd1f7cc95cdbb9588b0218ed9192","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241210.1.tgz","fileCount":296,"integrity":"sha512-JoYReTkzO9JzhcpZCPAfs3z/lPvqH5x6VVbN6yfLsaQ6lc1bygbsUU1hNo8E2Jt7wI/uLIQOSY7ZdTGd7yI5fA==","signatures":[{"sig":"MEQCIHZHhcBpYZ8V3YEiykuoXXqds6cnyw5bsQyd+mHwxlviAiBVn6999x89rK8ZCi+kCK4Zmg6ymyfApInhaeEFkK8sBA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206700},"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\\6c3fac7c-7279-456f-8066-b6c3225ea5ab\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\6c3fac7c-7279-456f-8066-b6c3225ea5ab\\azure-ai-language-text-1.1.0-alpha.20241210.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JoYReTkzO9JzhcpZCPAfs3z/lPvqH5x6VVbN6yfLsaQ6lc1bygbsUU1hNo8E2Jt7wI/uLIQOSY7ZdTGd7yI5fA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","decompress":"^4.0.0","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@types/decompress":"^4.0.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241210.1_1733893497704_0.4104273058152619","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241211.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5ef2d10cbf247ede32e29bb5c1b94e7778c7b71e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241211.1.tgz","fileCount":296,"integrity":"sha512-NcNWVvZWuk7VRVcEzWQEewbImThDa8qlisNAmYh/Ck/9mdJ654WjkG7wnw9lrC1AttNzSpqEc+OYMG0BrbAFKQ==","signatures":[{"sig":"MEUCIQC8/72dGgHjbtVYE+34zcFpVK1RutJ9nwUSZMs3MlrcbgIgF8p4vbhXcWeQ+9fw71JhOJwyMPynKPItQARN89BIEmw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206744},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b88d703a-2a41-4f22-baee-d38f55c7c4a0\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\b88d703a-2a41-4f22-baee-d38f55c7c4a0\\azure-ai-language-text-1.1.0-alpha.20241211.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NcNWVvZWuk7VRVcEzWQEewbImThDa8qlisNAmYh/Ck/9mdJ654WjkG7wnw9lrC1AttNzSpqEc+OYMG0BrbAFKQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","decompress":"^4.0.0","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@types/decompress":"^4.0.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241211.1_1733980016532_0.44999755615106785","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241212.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"40aab9a641a90ff81a2ca160aa8cb2a4cb860bb7","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241212.1.tgz","fileCount":296,"integrity":"sha512-9sCHsXVp/c/63NhS77qvQ5XYAOwarBMwmARIWDCCl2GM9l0QEMlYnUu3cg7uB0FNp2O6gdnEOjH84xj9FcL3Rg==","signatures":[{"sig":"MEUCIGWCfp43NKoHtQnGjrEuH5ukolwpDEcrrKmXSjBB2LntAiEA3cRrB9rMKKxNtdF+WVo+sJkJBfVzwJFF4+9OpmlqxQo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206744},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1e7c5cc7-d3bd-43fc-a410-5bd7dcf01cf3\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\1e7c5cc7-d3bd-43fc-a410-5bd7dcf01cf3\\azure-ai-language-text-1.1.0-alpha.20241212.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9sCHsXVp/c/63NhS77qvQ5XYAOwarBMwmARIWDCCl2GM9l0QEMlYnUu3cg7uB0FNp2O6gdnEOjH84xj9FcL3Rg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","decompress":"^4.0.0","playwright":"^1.49.0","typescript":"~5.6.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@types/decompress":"^4.0.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241212.1_1734066463418_0.6721078708065498","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241218.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241218.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20241218.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4d8cd2b34dbb975b22ca569eabddf9ea4042dc39","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241218.2.tgz","fileCount":296,"integrity":"sha512-YJDfN312qB7FPrK3JLV/kug7Hfj8c5z/z2OCnEH8l+22w8qcgUBZPgNz7jvthngfhdgTCRrDUpSwtQlpVhX0cg==","signatures":[{"sig":"MEQCIGzpdE7UkzhWKDoR6pBYeYxh7xx3LgT8IS7Ky0qXskQVAiApr573TbdoWgRUVyiTLJX3E8GM9JpXpDH8DylQ8PC1eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\a25c5b98-1913-4266-9a4b-d7dd44caac80\\azure-ai-language-text-1.1.0-alpha.20241218.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\a25c5b98-1913-4266-9a4b-d7dd44caac80\\azure-ai-language-text-1.1.0-alpha.20241218.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YJDfN312qB7FPrK3JLV/kug7Hfj8c5z/z2OCnEH8l+22w8qcgUBZPgNz7jvthngfhdgTCRrDUpSwtQlpVhX0cg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241218.2_1734584667222_0.06415326667427546","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241219.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ff6034da91a826a17f0dfdfe661db7ec9fcb96e0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241219.1.tgz","fileCount":296,"integrity":"sha512-a5/rQPXL54ftu8My5uDf902lamfzr8iyWt/U8jd8td1cFd3fEpdXddj1qPKWbkktMgyrl3HBl+DqpIDUhHrKDQ==","signatures":[{"sig":"MEQCIGLigsqkAqeTGHPdDHMixgX9t9QFmBpsh8qsxFldwL83AiBF4561HmFzDJ60isZMSgvU9pUcZkublwl40wmVsGL4ow==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\3d2be7dc-26de-4a4b-9f09-71eed52d2b8e\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\3d2be7dc-26de-4a4b-9f09-71eed52d2b8e\\azure-ai-language-text-1.1.0-alpha.20241219.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-a5/rQPXL54ftu8My5uDf902lamfzr8iyWt/U8jd8td1cFd3fEpdXddj1qPKWbkktMgyrl3HBl+DqpIDUhHrKDQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241219.1_1734671149772_0.5313989466189533","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241220.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a9f361c6b4c11dd8e8229bd1f7f14052c25d8175","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241220.1.tgz","fileCount":296,"integrity":"sha512-gAWYFC7bMmCC3MQSIoKBcExd+X9fSOc7hnuJLYzg5g46F9T+O+o39SUt43k4j7SObgIWqnlXkFvJPJ9Pv3tutA==","signatures":[{"sig":"MEUCIQCB27Ro1lFXuVYvm69T3NTVRa3Kv2iZM5aEw2Hh1D55CwIgT/jXzBuGCwumPRJVBslg5o97q6C8Jl12Vk84o4OhpEU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2e2ae2a4-b9d8-4d79-baa0-7be3004dccbc\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\2e2ae2a4-b9d8-4d79-baa0-7be3004dccbc\\azure-ai-language-text-1.1.0-alpha.20241220.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gAWYFC7bMmCC3MQSIoKBcExd+X9fSOc7hnuJLYzg5g46F9T+O+o39SUt43k4j7SObgIWqnlXkFvJPJ9Pv3tutA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241220.1_1734757536705_0.4135770537980743","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241223.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f98729b153cc41511057cbc6278b02d060ab372","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241223.1.tgz","fileCount":296,"integrity":"sha512-BI6Jg3CG3wZCcq4imFxoy3XlZmQJGbCAhRC0qYyZHMKfhQJvcY08Quhv7nn9VIITz9PpaXxTkrKzPo8I+T7wew==","signatures":[{"sig":"MEUCIQCndLglzrPKCt0MrBWPLlLpSEvbGIxAXjP+muRApY07mgIgUJHPqnp2jjegZ4Lw/nrsWEYW0US+6r3kMFunJBRuvWM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\1ef604bb-8240-498a-9b05-0b8685c1ca2d\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\1ef604bb-8240-498a-9b05-0b8685c1ca2d\\azure-ai-language-text-1.1.0-alpha.20241223.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BI6Jg3CG3wZCcq4imFxoy3XlZmQJGbCAhRC0qYyZHMKfhQJvcY08Quhv7nn9VIITz9PpaXxTkrKzPo8I+T7wew==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241223.1_1735016828046_0.0489238943753334","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241224.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"123e4e96043590fb49fd16ae5423ebf9ce0ec75a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241224.1.tgz","fileCount":296,"integrity":"sha512-hpAAGs8RwpfvvdGt1cKvrmzg+qQZ3n4UjTOttXHIDYhCvPpVrYIHtryxAer39gI27uNguy/3JyKhuzc4LlJ3xQ==","signatures":[{"sig":"MEYCIQCO8ylqExgwqwbAqxhlogk7uRB3ql2SaEx2lTP4eLMzxQIhAL/MWVOmM9dPbzBsMgRnBMqzUpqzobGEb7CvPf1rwxF0","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\0eafec01-7369-4c17-b4ed-82178b9fa0b3\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\0eafec01-7369-4c17-b4ed-82178b9fa0b3\\azure-ai-language-text-1.1.0-alpha.20241224.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hpAAGs8RwpfvvdGt1cKvrmzg+qQZ3n4UjTOttXHIDYhCvPpVrYIHtryxAer39gI27uNguy/3JyKhuzc4LlJ3xQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241224.1_1735103042276_0.8925128104795712","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241225.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6d469f40d710b7a522d29ff9c70ab5449fee97ad","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241225.1.tgz","fileCount":296,"integrity":"sha512-azamDZ4hcfIpOd6Yo/BCILsKnDxhcCLOiQS/+9Pliza1getXME35rrE60y2g/h5C2XwuPz7a5vmNtjidwOzB3g==","signatures":[{"sig":"MEUCICUDRtnE03dowDLJb2TNJS7ks0NOYvn+WjONHv5MeUBuAiEAxSwuEz3zQHCGp3I/uGDGAfB+7aP9FoJqzkk+pO0gqxw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6bbfa94-18ec-43d6-9e64-0c2d66f2cf76\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\d6bbfa94-18ec-43d6-9e64-0c2d66f2cf76\\azure-ai-language-text-1.1.0-alpha.20241225.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-azamDZ4hcfIpOd6Yo/BCILsKnDxhcCLOiQS/+9Pliza1getXME35rrE60y2g/h5C2XwuPz7a5vmNtjidwOzB3g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241225.1_1735189624974_0.6830319773408844","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241226.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"4a8ec5d1be92683671b1769c24c1ca75cdc08556","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241226.1.tgz","fileCount":296,"integrity":"sha512-AHXz4wWmPNsADHr96//uao93J5ere9aRzV6j3UzyezGe5sXw9HQDeDF7Ji48EIKR+um6gPplm0Sbh6T2+bqNjw==","signatures":[{"sig":"MEUCIC3fnAjwui6MGuELLBvVNtE5d/glxQwBs2B6xD8qbetpAiEA0E+IaV/tWHQU+OI2vyK1YJVIblXs7doBD3ti67e/yH0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d6f11401-8249-49f8-8a16-395a5f00501d\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\d6f11401-8249-49f8-8a16-395a5f00501d\\azure-ai-language-text-1.1.0-alpha.20241226.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AHXz4wWmPNsADHr96//uao93J5ere9aRzV6j3UzyezGe5sXw9HQDeDF7Ji48EIKR+um6gPplm0Sbh6T2+bqNjw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241226.1_1735275924714_0.09880899038309354","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241227.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"df08efbdec7dc6455f817657a741f4a79bc22550","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241227.1.tgz","fileCount":296,"integrity":"sha512-U/peVI4Y7P02cEPw8SSaERlMKomzki1g9i77MVnMlek2rig3cXIY96EHcSHFYCJ5VkqHgFTQuhSDXj3L+3Xlwg==","signatures":[{"sig":"MEQCIAsCEC4ezvDxWlCvigt1TDeVD4yXFB+CI8l902KSqlfuAiBcymQJGnRctIwfB6vtl46oQahbjY3AAvnkt4BCfSC+cQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f55b47d5-2562-4579-9acc-0861c6048012\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\f55b47d5-2562-4579-9acc-0861c6048012\\azure-ai-language-text-1.1.0-alpha.20241227.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-U/peVI4Y7P02cEPw8SSaERlMKomzki1g9i77MVnMlek2rig3cXIY96EHcSHFYCJ5VkqHgFTQuhSDXj3L+3Xlwg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241227.1_1735362223732_0.8796097817956701","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241230.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241230.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"095ab5adc0002e77045b3ab7cf797480caeb4e16","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241230.1.tgz","fileCount":296,"integrity":"sha512-6LNH/uk0JCBc4fVd8bcVhSMtdmKhlUaTlf5u+G0sJ+cxkSpVAoBxt0N5JsycFksWSwDph+zLImJWCL7uqIDeDw==","signatures":[{"sig":"MEYCIQDAj8FNCfh1JFCTOwKb1/3SUZVJvwrPAWO2s+2NPT5gIAIhANh5sxXR1d8n/wblZrQxnBD/ickQOSipMQyEnNWsuD6V","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2e10080d-3cd1-4e8e-b18e-69fde6cdd291\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\2e10080d-3cd1-4e8e-b18e-69fde6cdd291\\azure-ai-language-text-1.1.0-alpha.20241230.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6LNH/uk0JCBc4fVd8bcVhSMtdmKhlUaTlf5u+G0sJ+cxkSpVAoBxt0N5JsycFksWSwDph+zLImJWCL7uqIDeDw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241230.1_1735621532395_0.9012858355408844","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20241231.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20241231.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"812957a402ee51fe8288b30890c3138d9dcef74b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20241231.1.tgz","fileCount":296,"integrity":"sha512-Mk/uLVSCcqDdqV/4McdjYLBq3m80ypgi5+emPCPO/9bGmkyUuw0rh+IPnau2gzHmwE3B5PV4ijcy/VsinPqGaw==","signatures":[{"sig":"MEUCICGGLax2mD9nbghfZE1Bby0TIhbW1QOrsucE54jap3a9AiEArSrDNpuovhr7mYvsK3Y4Lm1nzC6Q1Lw9E8rv7cfbU5I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\47fa024f-2df0-475c-af37-ce44437e69d2\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\47fa024f-2df0-475c-af37-ce44437e69d2\\azure-ai-language-text-1.1.0-alpha.20241231.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Mk/uLVSCcqDdqV/4McdjYLBq3m80ypgi5+emPCPO/9bGmkyUuw0rh+IPnau2gzHmwE3B5PV4ijcy/VsinPqGaw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20241231.1_1735707846972_0.48053333889104866","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250101.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250101.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ec9f8926831c5bf92c7df407c3884930f9847b01","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250101.1.tgz","fileCount":296,"integrity":"sha512-6eb4yOrWPuXib5HKumTPBlaUTaA9mz9UX9YXmVqW5mAY3czFE/bXNqnh0MOAX8zehOW8IqIlWA8OzcCNFi8wZg==","signatures":[{"sig":"MEUCIQDni1L3Y3t1n9Eu7IPwVbmy2t/SLIXljfgKM/IoNJAlTAIgVPjPjDt7JA35wVD6GyY0pyCXL8jRG05SaqckTJ/EeFk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c42cefaf-3218-4dc2-8109-13580b8e5a0e\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\c42cefaf-3218-4dc2-8109-13580b8e5a0e\\azure-ai-language-text-1.1.0-alpha.20250101.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6eb4yOrWPuXib5HKumTPBlaUTaA9mz9UX9YXmVqW5mAY3czFE/bXNqnh0MOAX8zehOW8IqIlWA8OzcCNFi8wZg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20250101.1_1735794305239_0.19009808263828987","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250102.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250102.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"13328a9485b837c8ad9c0980ef8785cdfffb1597","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250102.1.tgz","fileCount":296,"integrity":"sha512-gFbtrD8PmZFedRPGK0bMfyUda4PAInSwHY7NAoILbK4CMYmy7Mtom6tY3zzxco3zUJLXXeG+He0f1WBhgLhYWQ==","signatures":[{"sig":"MEUCID9FPU+UNUF4hWD6rdLQPOV1jPtUrU01w7Tsnu+Sl3ZHAiEAhj4qMj9TlhDrbiJH7pDRM/tkjWcH4BctjophDp8TxwI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\382f2295-e4de-4748-8422-402e850769c1\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\382f2295-e4de-4748-8422-402e850769c1\\azure-ai-language-text-1.1.0-alpha.20250102.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gFbtrD8PmZFedRPGK0bMfyUda4PAInSwHY7NAoILbK4CMYmy7Mtom6tY3zzxco3zUJLXXeG+He0f1WBhgLhYWQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20250102.1_1735880772677_0.8323400236597571","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250103.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250103.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a71954ceb6272c4800e358981e41b7e49cb55595","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250103.1.tgz","fileCount":296,"integrity":"sha512-8kFyaCfWCTjKXhAf/nJ+GfeWhbZN1zz7fYYIzNzw+qoBSJLK2CEZU1cDZIrHdpBAWafbEIl8TkgLgfxWx0KIHA==","signatures":[{"sig":"MEYCIQCBLySZcStcd4kHFuREsjDNJtqlitLhRzx7d8k924mDFAIhAPEKwdLt/YmM4Hl9e5D9ojGn1WO8h4PEJ9Lnyrk+TiwX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bc2b8b09-651e-4953-99a7-7ac26b55d2b1\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\bc2b8b09-651e-4953-99a7-7ac26b55d2b1\\azure-ai-language-text-1.1.0-alpha.20250103.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8kFyaCfWCTjKXhAf/nJ+GfeWhbZN1zz7fYYIzNzw+qoBSJLK2CEZU1cDZIrHdpBAWafbEIl8TkgLgfxWx0KIHA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20250103.1_1735967025620_0.9760340155523064","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250107.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"427fa9b919954cfd830a02a2d93dd39cb69cbc4e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250107.1.tgz","fileCount":296,"integrity":"sha512-HAhfP0y4cLEg6zIxCNeYA4zaXGltRpOdyBGXQgQ01vy05Wi3/fwgNmpcOgj9uUuBnZJBQHSvFHndkNaahjyZ1A==","signatures":[{"sig":"MEUCIQC6V21O1mooIplGzl0u75nWJX47or+TcOyhK8H890ZotAIgVGL/C8X0BoaaKy45P93/JjJ6SXrCpMTcd3WfBEGDDgA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\88ec9b78-2a27-4686-b9f9-b10993c6aec2\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\88ec9b78-2a27-4686-b9f9-b10993c6aec2\\azure-ai-language-text-1.1.0-alpha.20250107.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HAhfP0y4cLEg6zIxCNeYA4zaXGltRpOdyBGXQgQ01vy05Wi3/fwgNmpcOgj9uUuBnZJBQHSvFHndkNaahjyZ1A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20250107.1_1736312793183_0.19597403788792","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250108.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250108.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"850f59564d50c48d3b3e07576966fa632c791e58","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250108.1.tgz","fileCount":296,"integrity":"sha512-Gl9IYAFjRGfLlWqo+Xw/JkRAQUG2NtGHAM810jRr+taDlZcI7ZXmsGQE2McfNCy4mOz09MteiWSHpMBjRxGX3Q==","signatures":[{"sig":"MEUCIQDoAYre06x4QFf/MDaSmYopD6MSUMTFjp45OfoIQjtcawIgXZ0AQh/c9do8XttHzk/FuJYTvldjkbTTbui+Bwz6Pag=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206743},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\000f119d-d164-4bf9-9c7c-770b395fd6e6\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\000f119d-d164-4bf9-9c7c-770b395fd6e6\\azure-ai-language-text-1.1.0-alpha.20250108.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Gl9IYAFjRGfLlWqo+Xw/JkRAQUG2NtGHAM810jRr+taDlZcI7ZXmsGQE2McfNCy4mOz09MteiWSHpMBjRxGX3Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","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-language-text_1.1.0-alpha.20250108.1_1736399204536_0.6019531169341792","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250109.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250109.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0abaae3cc406b5f7deac4ae223a803b4305e0caa","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250109.1.tgz","fileCount":296,"integrity":"sha512-zCN0RtG79nxKNDCd9eI6TXjVav87zwXJPubyBT7Iqm3kB296lvu4Rn5y16YhRw24IxrN09oGqi7sUTp12q2rOw==","signatures":[{"sig":"MEUCIQCc9ICyHWoCrv+ZqQA+p86R2+KA7L9BfGT42iL4vUwvCgIgbLaHGzhEeK/8xTDBkvuNGC/mHo77TJQp0AqhPeJ63bg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206885},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\bd79d2b5-a0ba-44ff-b597-2a8c51d2aaaa\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\bd79d2b5-a0ba-44ff-b597-2a8c51d2aaaa\\azure-ai-language-text-1.1.0-alpha.20250109.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zCN0RtG79nxKNDCd9eI6TXjVav87zwXJPubyBT7Iqm3kB296lvu4Rn5y16YhRw24IxrN09oGqi7sUTp12q2rOw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250109.1_1736485332527_0.36296581125521366","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250110.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e4effb3d695ca3c610cbb00f38671d95456ebdcf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250110.1.tgz","fileCount":296,"integrity":"sha512-V4ecpdDnNbIzIw/3kf6TPAaaTi0McaDpQ3pJoef1GSDIuTWpQH1E7YkM/TCNTTDI0eEC3LTBJiLXLhHrbGzWUA==","signatures":[{"sig":"MEUCIEaAED6UGpaqF8jvt9XEyQ4KZJIuJJZ40ckU//GABTQxAiEAnkiqn8fp2TDqcvVybJBDCJYjYsL21S96M0+PuBwFzaA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206885},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\99648f38-d9d7-4a04-a56e-70af64a73afc\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\99648f38-d9d7-4a04-a56e-70af64a73afc\\azure-ai-language-text-1.1.0-alpha.20250110.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-V4ecpdDnNbIzIw/3kf6TPAaaTi0McaDpQ3pJoef1GSDIuTWpQH1E7YkM/TCNTTDI0eEC3LTBJiLXLhHrbGzWUA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250110.1_1736571672935_0.43181376763358714","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250113.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250113.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250113.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b90decaa3c3d2ca4eac2544b0dbf8b6c50bf52bf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250113.2.tgz","fileCount":296,"integrity":"sha512-+XFfxDQlxg41xAcWytF7oNoBov5+ATUZV42IhhBSmvPxkPyhPzMyevNoXaB6cG35xOJ9oti4XvgcmAcayvynJw==","signatures":[{"sig":"MEQCIEzbysewz0F3/sjN0e61iXVU8VpHKi0E31BAW8vA0FsnAiBmMLgaiAg8jqnvsZqqCUyCBJ3TSd2u+zFhHVPSJvxQqg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3206885},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\51a7fa72-85c6-4a96-9f8e-c046824337e4\\azure-ai-language-text-1.1.0-alpha.20250113.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"echo skipped","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\51a7fa72-85c6-4a96-9f8e-c046824337e4\\azure-ai-language-text-1.1.0-alpha.20250113.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+XFfxDQlxg41xAcWytF7oNoBov5+ATUZV42IhhBSmvPxkPyhPzMyevNoXaB6cG35xOJ9oti4XvgcmAcayvynJw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.0"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250113.2_1736831140969_0.8423705140934878","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250114.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250114.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250114.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7c728990c67d9629c840b9e4ca6a262f4b05ccc0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250114.2.tgz","fileCount":296,"integrity":"sha512-D5OHYXu2BJQ2Uoaiskne1UhtUNpcWXNq2BVXI6KMV5YMcGTKj/Quc9S7QU30MEoO7fu17tqwLqyFsnGuBl62uQ==","signatures":[{"sig":"MEYCIQDta8Q6Xir7BuRFVoM+MPDuBk3GZYn9/lJKIvYOkWSM+QIhAIZ6Ik0Wts/+qMj5dXytFHND2dsSnK7JbM8qp0B4eCfq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\51142639-0f9a-480e-946b-97134a1b1cac\\azure-ai-language-text-1.1.0-alpha.20250114.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\51142639-0f9a-480e-946b-97134a1b1cac\\azure-ai-language-text-1.1.0-alpha.20250114.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-D5OHYXu2BJQ2Uoaiskne1UhtUNpcWXNq2BVXI6KMV5YMcGTKj/Quc9S7QU30MEoO7fu17tqwLqyFsnGuBl62uQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250114.2_1736917371229_0.17187957261873943","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250115.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ca832445a81573683b4d37311fa55fba38792927","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250115.1.tgz","fileCount":296,"integrity":"sha512-X3iaXanqYNr2UCI0u3aeHDxlsa3/78GdPKKHCdpOuWd72tWyXKJZICcAY9GQJdIRgGS5kP8a5it/QcSJD6WlPA==","signatures":[{"sig":"MEUCIQDxSEGPGbCrn1xUFp89WBxkDTzmNKyKFfMs9o0oHdqUBAIgf1DGhb+kc8CA0hhRNM6gmPNfiEeHfhnnfU5Eitij9GI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\40ef6d3d-068e-461b-9852-d846d5641e5b\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\40ef6d3d-068e-461b-9852-d846d5641e5b\\azure-ai-language-text-1.1.0-alpha.20250115.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-X3iaXanqYNr2UCI0u3aeHDxlsa3/78GdPKKHCdpOuWd72tWyXKJZICcAY9GQJdIRgGS5kP8a5it/QcSJD6WlPA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250115.1_1737003941357_0.1408085665502139","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250116.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250116.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fb4694c2bc8f05708e04a08e52c23fa78f0f1688","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250116.1.tgz","fileCount":296,"integrity":"sha512-cqw9rxAzCBqSoP/lCNT1tiQ4FmIrq0J9H0ARPVXavFEcrd1VlGBATzrwznwl7LpMbqWDur+iqmEr0e4R/N5bRw==","signatures":[{"sig":"MEUCIQDhOesrXpkWsKua+sLtbqnHVjSQIzPRtgDxa+88C5VmOgIgIo2ijrhJeDkJoX0JsoD8g0a8uDKUlJiEbEsWrP0sAF4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bc872f73-0f1f-4184-be17-0d780ea0570c\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\bc872f73-0f1f-4184-be17-0d780ea0570c\\azure-ai-language-text-1.1.0-alpha.20250116.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-cqw9rxAzCBqSoP/lCNT1tiQ4FmIrq0J9H0ARPVXavFEcrd1VlGBATzrwznwl7LpMbqWDur+iqmEr0e4R/N5bRw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250116.1_1737090221423_0.22467363739327273","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250117.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250117.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"973f20e7ae39fb91460d159c11ea3790f2582e9d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250117.1.tgz","fileCount":296,"integrity":"sha512-XSP7pMdoFdbppN5zFi+do+eBsPS5rOP/Vd05a/sOCJMINWZLvOChkRzOeCR3lEx1OG9JxwsWZLW1sC9ESl46tA==","signatures":[{"sig":"MEYCIQD3OoSd2rGIVBCzEkIgv8UxCE2qweJ0NnvFxg46OvJa0wIhAJONs08zhn94I5mu/+SMrqOYAhZQi5NSkRuRHiJFylf6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b567ed53-9117-41f7-bd9f-ec8dc7191720\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\b567ed53-9117-41f7-bd9f-ec8dc7191720\\azure-ai-language-text-1.1.0-alpha.20250117.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XSP7pMdoFdbppN5zFi+do+eBsPS5rOP/Vd05a/sOCJMINWZLvOChkRzOeCR3lEx1OG9JxwsWZLW1sC9ESl46tA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250117.1_1737176501998_0.7615826948007962","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250120.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"51582bba836db13a66ea18ef7559e8f1db286ec9","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250120.1.tgz","fileCount":296,"integrity":"sha512-QuAZQJmeU/nE/8GhF/FDLODDxUyo9KvVmhp4k9WSVfDKIg53/6q/QnKO5OJbpFFop80iYMmA81igJWS/nBxnbA==","signatures":[{"sig":"MEQCIDGh5NK2IIPkT2ShdfBGcORc8+B3kyezQOwE9p8YBaz6AiBIVMOu2F2ugQ2GUmdKa4OVMi4HNwtU5X126jiRnpvCBg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\d9ccda39-193b-4a3e-84ed-40def9edbc82\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\d9ccda39-193b-4a3e-84ed-40def9edbc82\\azure-ai-language-text-1.1.0-alpha.20250120.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QuAZQJmeU/nE/8GhF/FDLODDxUyo9KvVmhp4k9WSVfDKIg53/6q/QnKO5OJbpFFop80iYMmA81igJWS/nBxnbA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250120.1_1737435751211_0.1821744289959739","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250121.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"89c3fcd38d42424715db6cd483083606c451d8a8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250121.1.tgz","fileCount":296,"integrity":"sha512-CBu1+fU/Y5jlpQ39mDRQqKYnDzYGIE+8rNftNzS0CXphqY6ZYBYnFXeUX16oxz5l/Wb7Sd+bqMPbolv0bkiN7g==","signatures":[{"sig":"MEUCIG5vLIpadvqeRjLEi3ICbdHT5Tcv1Cde3ofd5TSTitK/AiEAgONStFGhz6rbVWHbIvnMnrvB5fhzqIKljF7O7MAGcrQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\90f4a78a-da25-4faf-8fa1-247b61784b5c\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\90f4a78a-da25-4faf-8fa1-247b61784b5c\\azure-ai-language-text-1.1.0-alpha.20250121.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CBu1+fU/Y5jlpQ39mDRQqKYnDzYGIE+8rNftNzS0CXphqY6ZYBYnFXeUX16oxz5l/Wb7Sd+bqMPbolv0bkiN7g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^2.1.8","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^2.1.8","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250121.1_1737522039665_0.808941934466652","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250122.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1e40753040210c4dc903b69cfe733dd4c59b479f","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250122.1.tgz","fileCount":296,"integrity":"sha512-U4Qc4i92Zjc1+pFHBaoIueiH3DXs9iLD4wAXR7oGwdoVl6zMWNnecjRP5a9c5mFXU+wtZR2kIRKFbeHWBUurmQ==","signatures":[{"sig":"MEUCIQDzt01jQQU/d+1lcOQ9PqrqSrKPrSj5U5FcQ7L+0MKiCQIgSEUJFVDK5UjAYYJsA9RGhKyEnMziXCIz59Gdqp619c8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\01a1bd87-5ff6-463a-93f1-a7614d4591e6\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\01a1bd87-5ff6-463a-93f1-a7614d4591e6\\azure-ai-language-text-1.1.0-alpha.20250122.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-U4Qc4i92Zjc1+pFHBaoIueiH3DXs9iLD4wAXR7oGwdoVl6zMWNnecjRP5a9c5mFXU+wtZR2kIRKFbeHWBUurmQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250122.1_1737608539718_0.4961754296922918","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250124.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250124.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"95de29fc712aa547b0f8591bd856b557766d8879","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250124.1.tgz","fileCount":296,"integrity":"sha512-2FzX0ivX2mEeMdhJoYojkKa6up+b55u9yvBicoFvjDVGwhHmQMIJ3TnjiYsDDI5rtG5dQ3e6aBkCU5p6fK688w==","signatures":[{"sig":"MEUCIQDDb+itmh/kH/JEYuFQx0AAcfuF/j2QE70K4tDoS9H1mgIgJfuZF7FbVg5e/H+m+O8Fuh/iBcM1oh+/E2SeRK0FYbM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2f4591f3-aa16-4bdd-afa1-8212e76b9281\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\2f4591f3-aa16-4bdd-afa1-8212e76b9281\\azure-ai-language-text-1.1.0-alpha.20250124.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2FzX0ivX2mEeMdhJoYojkKa6up+b55u9yvBicoFvjDVGwhHmQMIJ3TnjiYsDDI5rtG5dQ3e6aBkCU5p6fK688w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250124.1_1737781284001_0.8573277615824069","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250127.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84a366901d8070d12ac2132ea4a52e39297d6331","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250127.1.tgz","fileCount":296,"integrity":"sha512-vtufpr5QPeThmReorbqdmJLmKQpzH/mT/e6DnDyrFGFxwncO+BOAlqvKoBCd/4PVpgUxKaYwmvH+p23pHXx2ew==","signatures":[{"sig":"MEYCIQD4pjGyiag5FJ0ug0SWzYkn1yNgUUC7uFIMe8rKnkgvfwIhALp7XdtAbJZN25E2Vlyq4IjFiipxtqceIcs/sMF1rj7N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7385ab68-2ad2-4a49-97d3-3789291e5e68\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\7385ab68-2ad2-4a49-97d3-3789291e5e68\\azure-ai-language-text-1.1.0-alpha.20250127.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vtufpr5QPeThmReorbqdmJLmKQpzH/mT/e6DnDyrFGFxwncO+BOAlqvKoBCd/4PVpgUxKaYwmvH+p23pHXx2ew==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250127.1_1738040510835_0.6446364076545856","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250128.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"211374ee6684b487af79ccc63882608c19615740","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250128.1.tgz","fileCount":296,"integrity":"sha512-Lb7h7FKH8rrnty37DPtM8ScQVYvOyDIHiqFOcjKA1S1PRGUK9uQ0Tcfqhzz0REXd1SVjvFsvASZAlpAP6Tjvzw==","signatures":[{"sig":"MEUCIG1A6W0jQ92VsMJY9hxK+qPhMUBGYx9nSgUAtYtBotjgAiEAq8IKnd5IhVsK5L3JFEkEeErTuSnAqjUXlPveuMEjC3A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\10057627-fd26-4bf6-ae7f-584827887c8a\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\10057627-fd26-4bf6-ae7f-584827887c8a\\azure-ai-language-text-1.1.0-alpha.20250128.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Lb7h7FKH8rrnty37DPtM8ScQVYvOyDIHiqFOcjKA1S1PRGUK9uQ0Tcfqhzz0REXd1SVjvFsvASZAlpAP6Tjvzw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250128.1_1738126982390_0.027208513366143938","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250129.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250129.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3ace11d88c7249703b5ab2819cb446609a56926b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250129.1.tgz","fileCount":296,"integrity":"sha512-BEvRVIlbJiFdfXdTdVq6CaMtZzT+eGztLYXBPNUtDUVu9QCC1Dr8Ix/DblnZoQjU64J1a/0bE9XrDx7RpbSs+w==","signatures":[{"sig":"MEYCIQC5L2kt2g9UyLgMUXnv6po2V53AcYMzYzTVv3TtSe4HDQIhAJLN5UmsZvq6qom5WgUob/17hBCJZE1GZC5436iJdy9z","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8e55b74f-467a-4240-960c-301cdcd9ea34\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\8e55b74f-467a-4240-960c-301cdcd9ea34\\azure-ai-language-text-1.1.0-alpha.20250129.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BEvRVIlbJiFdfXdTdVq6CaMtZzT+eGztLYXBPNUtDUVu9QCC1Dr8Ix/DblnZoQjU64J1a/0bE9XrDx7RpbSs+w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250129.1_1738213479149_0.13867517449464262","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250130.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250130.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1449f375617075cfdd0f12215d9440bf6f4c71f8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250130.1.tgz","fileCount":296,"integrity":"sha512-71zGMUOAJSpVwCcmevhv4IBRsj4SNLqvqONzLuYVsC26teK6K1uPsgkZ4g0G0DD4xtPI15DSTyAsUy8XbU9NLw==","signatures":[{"sig":"MEUCIQCIQk0h3mPrvStUs9XEgBbJ9bNeBbdaOv3GAx3CopcjSQIgNbW0Hw0LTRgWZt1JpyizT0UeV7RfojPQYz3Pqo0RIn4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c77fa261-05f0-4de1-a19a-bf78bcc2b78a\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\c77fa261-05f0-4de1-a19a-bf78bcc2b78a\\azure-ai-language-text-1.1.0-alpha.20250130.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-71zGMUOAJSpVwCcmevhv4IBRsj4SNLqvqONzLuYVsC26teK6K1uPsgkZ4g0G0DD4xtPI15DSTyAsUy8XbU9NLw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250130.1_1738299831155_0.333646586393491","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250131.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250131.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"099e49454a9af5d28685e66a061a87d5aa46f912","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250131.1.tgz","fileCount":296,"integrity":"sha512-UxAwqiBKtKPjzDz4CaE4yta+Rfvg2tzpTVnLRIn1X8PNFyQWJiamyLJuiQBCDXJq4Xc/b3qDqvoCAAEX1Nw63Q==","signatures":[{"sig":"MEQCIGRi7pA0rDmIIClWsiEQbASnuhq3J4yINK1J1kw9ZvvJAiB3L47J0fwowVR2IpnkEAElgY5t/E6diPbHuSfly+8OCg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281535},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\be38b353-fdfa-4cf5-bd1c-7892593fed18\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\be38b353-fdfa-4cf5-bd1c-7892593fed18\\azure-ai-language-text-1.1.0-alpha.20250131.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UxAwqiBKtKPjzDz4CaE4yta+Rfvg2tzpTVnLRIn1X8PNFyQWJiamyLJuiQBCDXJq4Xc/b3qDqvoCAAEX1Nw63Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250131.1_1738386072184_0.9398869853683778","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250204.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5337d7656789b6ab89b89d20bbc2b10c237bd82b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250204.1.tgz","fileCount":296,"integrity":"sha512-KzD3qgbDTa2Z8oXxWeqDHcNedJOiNQB43dTKZBHM+0Bk7wCHO4wmDXx9OC7ZileN/4MUnjmPzgaJl+mWJJLdhA==","signatures":[{"sig":"MEUCIAF/li7csFnFv4RnbrxZhnlpo9hLtGrYq+t3Wr/ZLWH8AiEAxEeTka0wIRaNhl8Ds4ntmD/H5xqQxhY2+pRs1Ay7oEE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281533},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5b918448-dcb1-451c-967a-93c66ea9d538\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\5b918448-dcb1-451c-967a-93c66ea9d538\\azure-ai-language-text-1.1.0-alpha.20250204.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KzD3qgbDTa2Z8oXxWeqDHcNedJOiNQB43dTKZBHM+0Bk7wCHO4wmDXx9OC7ZileN/4MUnjmPzgaJl+mWJJLdhA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250204.1_1738731853555_0.8976961371456886","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250205.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250205.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"496f4e94f38de5713aeed21a128315cb45f4cadf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250205.1.tgz","fileCount":296,"integrity":"sha512-20SGfXrymtsSW38QGtlq5CnUMXJdHLE53XoUl22ZC7bvBzwn/4iyKIb7Ppe/260Z74ummNkuFoOYkfStX3eDew==","signatures":[{"sig":"MEUCIQDAPfszR1RCX7Ru8JOjGmnSkZq7vIqHUfWjngt74Ytp3gIgLR8945c15/eQTzY25nG5ojcsNYckC7sFcVAHzOSI8ug=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281533},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f30460c5-63b3-4bbe-adbd-7c806757167a\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\f30460c5-63b3-4bbe-adbd-7c806757167a\\azure-ai-language-text-1.1.0-alpha.20250205.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-20SGfXrymtsSW38QGtlq5CnUMXJdHLE53XoUl22ZC7bvBzwn/4iyKIb7Ppe/260Z74ummNkuFoOYkfStX3eDew==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250205.1_1738818357299_0.5841500601851604","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250206.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250206.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8a23596fb3384c29790cf4c61bd2e92b26897008","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250206.1.tgz","fileCount":296,"integrity":"sha512-z+pAMi2fbQzL/eosPodrd2P3QSbhAdSZt+uXuaPaS+cwCmyJYX5em8zW9vA29IXBYuYtxIR/ij6zT6qosVBfUA==","signatures":[{"sig":"MEQCIG+MgA+zPwmYLeTd5nrZofPaS3XSAzU6eFXLfnnfMmOyAiBiNiG6D36wyX+Y9j0R5lpr2XJNodGgbPqOoJ4Ikdsdqg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5fd97d78-e74b-4c7b-913d-bc34fd7c3c2a\\azure-ai-language-text-1.1.0-alpha.20250206.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\5fd97d78-e74b-4c7b-913d-bc34fd7c3c2a\\azure-ai-language-text-1.1.0-alpha.20250206.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-z+pAMi2fbQzL/eosPodrd2P3QSbhAdSZt+uXuaPaS+cwCmyJYX5em8zW9vA29IXBYuYtxIR/ij6zT6qosVBfUA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250206.1_1738907029374_0.6992335550577684","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250207.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250207.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250207.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa6b2a63dbdb60107a28cc2aab2a83eb269b2422","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250207.1.tgz","fileCount":296,"integrity":"sha512-GdZc5/+CQQG+m1MhBXNnijhprh1eABwNCDInBzXWNhe599xiLy4f4F8pfpaGCmfwXhbmCsnX0RxQwsrA5+5vug==","signatures":[{"sig":"MEYCIQDDyfs1HZdzgtLBk29QpZvO5LUCyZU1ctfOMppier32wwIhAP1yFaW+wAYfuzOl1loqiOl19pC5lLGtYQsxSjHuNVMb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\e6a8c72f-8076-4c1a-812c-5fa5694c51d4\\azure-ai-language-text-1.1.0-alpha.20250207.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\e6a8c72f-8076-4c1a-812c-5fa5694c51d4\\azure-ai-language-text-1.1.0-alpha.20250207.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GdZc5/+CQQG+m1MhBXNnijhprh1eABwNCDInBzXWNhe599xiLy4f4F8pfpaGCmfwXhbmCsnX0RxQwsrA5+5vug==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250207.1_1738991088475_0.37105837539295683","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250210.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"be5c863f4298d09c5396b7a9ea0b60cb9a747c17","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250210.1.tgz","fileCount":296,"integrity":"sha512-UgcNPH8KwOtDY23QkUmyslcx0imodCOfKLaEHP6BMagK6+C/rLrPtJWdhrJ/L1pwP5Fal/xuS1jVlrqgTGVvmQ==","signatures":[{"sig":"MEUCIEGxtIG0ypYTNCdqtewMSsxZE2K6+y7xpba3P2J861KlAiEAzJovW1vPsQknwFmzkyT5LPnROWPmkUfP0QLzlpdWZMI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\bf178b41-428f-4bac-9f87-10cad03a47a5\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\bf178b41-428f-4bac-9f87-10cad03a47a5\\azure-ai-language-text-1.1.0-alpha.20250210.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UgcNPH8KwOtDY23QkUmyslcx0imodCOfKLaEHP6BMagK6+C/rLrPtJWdhrJ/L1pwP5Fal/xuS1jVlrqgTGVvmQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250210.1_1739250301237_0.06776210325989362","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250211.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250211.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2aea96625badf22748c89f4684fcb2d316110030","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250211.1.tgz","fileCount":296,"integrity":"sha512-ef5Mr8I+jT8a2oxxxPu328u7vzS1VrRQ9HhjkJPuechjGl9mA8Wiynxdr7mEcYCXaF6fJJTDJXr0x/DoEfHRdg==","signatures":[{"sig":"MEQCIDie1MH12zE1uR3w+dxMVg6saeGSKK8YRrHKydKeTJoRAiBe+npPhB9F1iTX3sVF2LYljd8DW5u8/aUM4wWEuW7zSg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\6e507e2a-e1cd-413d-8c15-9b8c9051f6a2\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\6e507e2a-e1cd-413d-8c15-9b8c9051f6a2\\azure-ai-language-text-1.1.0-alpha.20250211.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ef5Mr8I+jT8a2oxxxPu328u7vzS1VrRQ9HhjkJPuechjGl9mA8Wiynxdr7mEcYCXaF6fJJTDJXr0x/DoEfHRdg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250211.1_1739336814402_0.1295491717114332","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250212.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"64876d4b5d82c542983b1a7f873492d08df5a25c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250212.1.tgz","fileCount":296,"integrity":"sha512-9cLsrIwlxlA703MT7SzZ5UNsKaniiVyNF4RFborZEOXgeJLnciB9zwfPVkmiyDBzaokhfu3QGR2FOKA8Iy+enA==","signatures":[{"sig":"MEUCIQDSuIBwWkvv01yrmvGS1n2X+uE/LFvinw0k9DCLqtyJIwIgGZB2FZEodu2/edUsfjZyJQD0Dc4JR1n4Y5iPspy3VvQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\d12f8b3f-02e9-4894-bf26-fbfbe75c082a\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\d12f8b3f-02e9-4894-bf26-fbfbe75c082a\\azure-ai-language-text-1.1.0-alpha.20250212.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9cLsrIwlxlA703MT7SzZ5UNsKaniiVyNF4RFborZEOXgeJLnciB9zwfPVkmiyDBzaokhfu3QGR2FOKA8Iy+enA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250212.1_1739423034526_0.021561900061279893","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250213.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250213.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"091ae724988a2f71effc733f37a659f87a78f5ab","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250213.1.tgz","fileCount":296,"integrity":"sha512-aSkMHq5YTkN5EJbXqi4GqmxdYI9i9S3L6kRKB7PAnOur4BuYzXZVIqgCFyiDg7M8lgW5+R6gfFfm2AXek9L2Cg==","signatures":[{"sig":"MEUCIBQi21lcViK6R3hHx8eppXbQhoPFuijWb1fjHv0Dbx4iAiEAl+9IsvzViO1GGUYHw+ScUc2x0C+azt/pnha3kXIXM6Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\3259bd9d-602b-40d3-9de2-cb6c3fedffb0\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\3259bd9d-602b-40d3-9de2-cb6c3fedffb0\\azure-ai-language-text-1.1.0-alpha.20250213.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aSkMHq5YTkN5EJbXqi4GqmxdYI9i9S3L6kRKB7PAnOur4BuYzXZVIqgCFyiDg7M8lgW5+R6gfFfm2AXek9L2Cg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250213.1_1739509494211_0.8627763641208113","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250217.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9b086c57f8cb692794090c7f4d5dc03cda547fe0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250217.1.tgz","fileCount":296,"integrity":"sha512-aduWe+iEqVuDRAzbiSP6oGZdJNAsXPddK0rHViUrJrpEWotRbXeqpjPF3QCWUKyD84zsc+auKhmy5QCwF9LwRQ==","signatures":[{"sig":"MEUCIG3RwNeHuXeC9Tylu3+OgMtkrz0v93FMlcnD+HcfgovlAiEAh4X8kbX6+v7tNO6FNT/8fLs4cGsvAgjzemK44XKAHdY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\729659d3-e7b0-4605-9a10-b9a636e171ec\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\729659d3-e7b0-4605-9a10-b9a636e171ec\\azure-ai-language-text-1.1.0-alpha.20250217.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aduWe+iEqVuDRAzbiSP6oGZdJNAsXPddK0rHViUrJrpEWotRbXeqpjPF3QCWUKyD84zsc+auKhmy5QCwF9LwRQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250217.1_1739854936391_0.6065142945147535","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250218.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"77be85d0bc5b04fe4906c45754c6b65d6523cfe4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250218.1.tgz","fileCount":296,"integrity":"sha512-ipw8dhZMjpAiMGNQjhWIpWarDxjv97XcImTMzY29eGNgDm8a2NubEJpaw5nFBvTLS2I74QAeaSY+gyh42QYuLg==","signatures":[{"sig":"MEQCIAatCKVcDBbXIZUShw7rmilJkGpIrP2Vt4q2ow3xuNUfAiA9E9eg2zuiuKHC/74itCRTxkIXTyqaSmLm8Ibqi6zLdg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\7a430083-d054-42b8-bd04-d93f98430f3c\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\7a430083-d054-42b8-bd04-d93f98430f3c\\azure-ai-language-text-1.1.0-alpha.20250218.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ipw8dhZMjpAiMGNQjhWIpWarDxjv97XcImTMzY29eGNgDm8a2NubEJpaw5nFBvTLS2I74QAeaSY+gyh42QYuLg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250218.1_1739941400706_0.8854093777587284","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250219.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"504e554ec2c70ce6e74d438876d8677cba40f256","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250219.1.tgz","fileCount":296,"integrity":"sha512-vlOlmdYxKS0QYzzp/udOF1xXWWxKOjxdQKLzXrv8It7rgyxBE5tCwZB8K3Q5VcLIrH0CpNBb7+2mImLHql7NdA==","signatures":[{"sig":"MEUCIFZYtzxmNnOixG5KKIaAwFK1Ss5zvSq9sqAC+llfu/M4AiEArvnfUxlp0UGJYPVVZGgD0WMZDC+2lx+7JVGMIoiFPu0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\8a6987d1-34c4-484a-8a41-969ad5189043\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\8a6987d1-34c4-484a-8a41-969ad5189043\\azure-ai-language-text-1.1.0-alpha.20250219.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vlOlmdYxKS0QYzzp/udOF1xXWWxKOjxdQKLzXrv8It7rgyxBE5tCwZB8K3Q5VcLIrH0CpNBb7+2mImLHql7NdA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250219.1_1740027891192_0.11460705312979358","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250220.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250220.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc6af2df490b30bfd82d35d4a8d4de6e9cb060e3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250220.1.tgz","fileCount":296,"integrity":"sha512-5jzoUllmdjZpI9eTrZ4wJu8gFujKL27GA1PNKkHYJKalXVasnIDuCVgHVNIjUexC+3MXq5OF8hFPhSjwwtuCRA==","signatures":[{"sig":"MEQCIAY9hQ3WS7TyvpXUALJ/eul8SuRFCeMRmMrnfcr3rfU2AiAq+mo1x8PPoiCdrv/DShc9Ot7mM2ev9ziZvA5hIMqGMA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\b53dfcf0-ee2c-41dc-890a-15e64a033025\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\b53dfcf0-ee2c-41dc-890a-15e64a033025\\azure-ai-language-text-1.1.0-alpha.20250220.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5jzoUllmdjZpI9eTrZ4wJu8gFujKL27GA1PNKkHYJKalXVasnIDuCVgHVNIjUexC+3MXq5OF8hFPhSjwwtuCRA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250220.1_1740114265386_0.16925425552737816","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250221.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250221.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d57aecd3d26075951588361a7547142dc593bec2","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250221.1.tgz","fileCount":296,"integrity":"sha512-4YkT6ROlYTx5xox/TaN71bLd4ej8MidPP0vqwwZTM5iHiOErGND8k15P5SxrV6xb3pKrHlj6CmwgjMz3mP7YWA==","signatures":[{"sig":"MEQCIH+cQncl6eR7l3prwnenhjlkTgDXcnFHzNRm2ycSUAnNAiAxyoxwmYWaq3beOZop7Wn8rEmnE3K946r5viC+YFx2ag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a5f4379d-5818-4260-a55f-bdd162f9ac48\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\a5f4379d-5818-4260-a55f-bdd162f9ac48\\azure-ai-language-text-1.1.0-alpha.20250221.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4YkT6ROlYTx5xox/TaN71bLd4ej8MidPP0vqwwZTM5iHiOErGND8k15P5SxrV6xb3pKrHlj6CmwgjMz3mP7YWA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250221.1_1740200562590_0.5496982428169301","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250224.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3dda58a7f2e00838b983c2ce12f45c410d7d62b7","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250224.1.tgz","fileCount":296,"integrity":"sha512-x3qIDVpOGWIo4gbxkenAnAnL/DovHoAxqbmWSF7Y06CpU9okaN3p5DvwjMLC6qdTdIEyEVe8MQwi+U7qCIWjGA==","signatures":[{"sig":"MEYCIQDzbo1iqN4cig/+mNP3p5VKZZvGJKpFGz9rX0pGMjlt5QIhALqBdtCZUiqk12NTRXWuJlKfi9EGMaaIaQ/NmbRHGRJP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\18745979-ed9c-4e52-9b4d-9d32c78d2447\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\18745979-ed9c-4e52-9b4d-9d32c78d2447\\azure-ai-language-text-1.1.0-alpha.20250224.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-x3qIDVpOGWIo4gbxkenAnAnL/DovHoAxqbmWSF7Y06CpU9okaN3p5DvwjMLC6qdTdIEyEVe8MQwi+U7qCIWjGA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250224.1_1740459748828_0.7421033401616095","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250225.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250225.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d9bb884223ff7cdab20f295bb409f1725a08c499","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250225.1.tgz","fileCount":296,"integrity":"sha512-NpYSk4BFxO0LhrvvBf+AQZxbjCiMmxibHnvyHLVSUqUJraozAmQigkaHlQhWBf+w/yrWkE027CFX2oNwC07D3g==","signatures":[{"sig":"MEQCIQCOQoSYIDIyfv/gD+Wf0btlv5zpuL2jBBq/ixPichpfLAIfEkZJOqRtKI4bgLrxBfsYJW3/oKdnePbihPLmF7w2RA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\3218f2a7-c521-43d8-8863-144b61193b94\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\3218f2a7-c521-43d8-8863-144b61193b94\\azure-ai-language-text-1.1.0-alpha.20250225.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NpYSk4BFxO0LhrvvBf+AQZxbjCiMmxibHnvyHLVSUqUJraozAmQigkaHlQhWBf+w/yrWkE027CFX2oNwC07D3g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250225.1_1740546267723_0.46088771356441494","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250226.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250226.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27f21c417e4b1d4a3f9a70a216d79ec049079a5c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250226.1.tgz","fileCount":296,"integrity":"sha512-VSB3uICnHC1ecQbquChoG1j+RPYQ7B/D8mAHsvK8z4+UdmJh8EMzXWV+AqESUPY/FpstY+zMbe0phs7pCg9fRw==","signatures":[{"sig":"MEYCIQCDLBoZ33D+bkULl+ewIObZl1CBbbCEfJVatJxxPdp3GAIhAO0mQImlypmPSjGSOwJjWgys9WB/IWZPsw4LYdwKr6my","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a36cd7c3-25d5-4930-9de8-cf36ae7e381c\\azure-ai-language-text-1.1.0-alpha.20250226.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\a36cd7c3-25d5-4930-9de8-cf36ae7e381c\\azure-ai-language-text-1.1.0-alpha.20250226.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VSB3uICnHC1ecQbquChoG1j+RPYQ7B/D8mAHsvK8z4+UdmJh8EMzXWV+AqESUPY/FpstY+zMbe0phs7pCg9fRw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250226.1_1740632854144_0.09200754699977276","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250227.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250227.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"95a1eb7c6f45e83cddc23c2030d4d027a1ebfd29","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250227.1.tgz","fileCount":296,"integrity":"sha512-IuJET6HAMjmsGd+frm1vhZ3gisIKdI+bYxTAGnq6DtVY73OCfyvISAXlWs36Vu17TuGu+jAfSlXxO2vrPbQk3g==","signatures":[{"sig":"MEUCIQDsVz9CUmNDv05vuJbra6cwCoZ0WK/Jl8/ZKEr7+RjcHQIgLYoSbDTWejnDeVNYVUDgs/niaSqeY5rh5mN0e/JUmmw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a76e79d5-a97c-459d-a1b1-50d9a02c740a\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\a76e79d5-a97c-459d-a1b1-50d9a02c740a\\azure-ai-language-text-1.1.0-alpha.20250227.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-IuJET6HAMjmsGd+frm1vhZ3gisIKdI+bYxTAGnq6DtVY73OCfyvISAXlWs36Vu17TuGu+jAfSlXxO2vrPbQk3g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250227.1_1740718936541_0.2338400846074642","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250228.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250228.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"29128076c93431d876a929576af9fe9718872e87","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250228.1.tgz","fileCount":296,"integrity":"sha512-mwt6qTVQUc1ujimV31c/7a8sHz0eSzcRvIy3HXjK6EZyWvfuvdbj0+ouf3xdkNZWk/SHenHQgNJxmHpNbD86xg==","signatures":[{"sig":"MEQCIDFND0GPBTszGRUfisUEESOrBUAx2iUgdItUxEXA0c5xAiApS62OHU9iMv4W3JIDS7EGXSqrCfGTM1ItrULCLq5O5A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\bd4048ef-eb86-4f50-b774-8bcc472e07c7\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\bd4048ef-eb86-4f50-b774-8bcc472e07c7\\azure-ai-language-text-1.1.0-alpha.20250228.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-mwt6qTVQUc1ujimV31c/7a8sHz0eSzcRvIy3HXjK6EZyWvfuvdbj0+ouf3xdkNZWk/SHenHQgNJxmHpNbD86xg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250228.1_1740805352109_0.383489101547307","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250303.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250303.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7a07a97de24ccbdfb9d8cd5251d271f9a483cb0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250303.1.tgz","fileCount":296,"integrity":"sha512-2PaL0CLTo4ZT9Ag2DFn95T/YGhBjjJCJFKGi2MVqgJ93yrbU+cg+gNWJfivvj+xEzZFvhYOs9HIlqde+z0/aOg==","signatures":[{"sig":"MEQCIGj5ksrd78/a50bry7GN6Jm8LL+NHahrLCj80bJKU4Z4AiAVxtS7mg3famUdIT2lR4e9OUDf2IYTEsCNfPuTUvFHzA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\b1541f4d-e806-4132-8326-7daf24a5393a\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\b1541f4d-e806-4132-8326-7daf24a5393a\\azure-ai-language-text-1.1.0-alpha.20250303.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2PaL0CLTo4ZT9Ag2DFn95T/YGhBjjJCJFKGi2MVqgJ93yrbU+cg+gNWJfivvj+xEzZFvhYOs9HIlqde+z0/aOg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250303.1_1741064537244_0.04353284788135192","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250304.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250304.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0fdab3923552ab6a22ad124362286e4904154321","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250304.1.tgz","fileCount":296,"integrity":"sha512-1xMzYsz84XjB+I0DxIGNzgCJFmiHLRtsdDb+Hc/9cKbB9sjS06u91Ay49HasgY53u5TVHpU3HvDhFinmSXvNHA==","signatures":[{"sig":"MEUCIQCSFOsFLmq3WxS0pfuMoMEqNmR/Rj0cxbA+m7h/CKDBAQIgSoik7ELKehx6OPNl5ufhFqCUDJa0ykGxu0YaQ5Pbtzo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\64906b06-a2b7-432d-b0f7-dafdae2470b1\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\64906b06-a2b7-432d-b0f7-dafdae2470b1\\azure-ai-language-text-1.1.0-alpha.20250304.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-1xMzYsz84XjB+I0DxIGNzgCJFmiHLRtsdDb+Hc/9cKbB9sjS06u91Ay49HasgY53u5TVHpU3HvDhFinmSXvNHA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250304.1_1741151063516_0.7598699619321603","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250305.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250305.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"16befce1dd8148037f25e0fddeb251fc560c47c6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250305.1.tgz","fileCount":296,"integrity":"sha512-5zch0bHD8U0i2LrowjP/N730sR6/1tjEUlpjw+0KUTJQG0q39yFIcg9+8rjVDmdikSONo/nqnHea6qGY0jCH/Q==","signatures":[{"sig":"MEYCIQDDMVGRhzq0ifPD75NqmGo7aWSoxAHr12NuFGaYxgaMpAIhAK+obD8URXQY5MpD++GJHtrxIOQ4C8mNAM74FkUzNjgm","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\32765eba-68e9-4c55-b4cc-4d3d27a86f15\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\32765eba-68e9-4c55-b4cc-4d3d27a86f15\\azure-ai-language-text-1.1.0-alpha.20250305.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5zch0bHD8U0i2LrowjP/N730sR6/1tjEUlpjw+0KUTJQG0q39yFIcg9+8rjVDmdikSONo/nqnHea6qGY0jCH/Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250305.1_1741237448266_0.24702172737624561","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250306.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250306.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5b7ca539b58664eee514ddf4e7367d4b3ebb27bd","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250306.1.tgz","fileCount":296,"integrity":"sha512-8iGKodistIoDaURp9Kn1gmz0ZVXDl8ppnjx7gRgDONpq0NRLlaE1JIyDRK/U78lC4OIEpdI80E5qwZjVEZodRA==","signatures":[{"sig":"MEYCIQCynGbC4q1aWBtXZPn3h9ONaATRskXSSVPfC8kO7U+3bgIhAO7xHvHlNTUkdouR+Dxkk8OvWpym+N9AD+jtEIJatH89","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4d0417a2-3dd1-487e-b1aa-073ef0fe7f81\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\4d0417a2-3dd1-487e-b1aa-073ef0fe7f81\\azure-ai-language-text-1.1.0-alpha.20250306.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8iGKodistIoDaURp9Kn1gmz0ZVXDl8ppnjx7gRgDONpq0NRLlaE1JIyDRK/U78lC4OIEpdI80E5qwZjVEZodRA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250306.1_1741323694564_0.8246738723312796","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250307.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250307.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fd5f987e63ac84b756f8620d5e16b2da0589f241","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250307.1.tgz","fileCount":296,"integrity":"sha512-6G3Xq44wz9WIdsLlLz5JJ4kZpvkQPrwF6/pimwFMq+njJDZLCTXwZoqXP18Jv4mIhK/OH01zMghhKYuTvgqvRg==","signatures":[{"sig":"MEQCIAkfvInJXRigqiuSrxqLJwX9VNrgkt8TJpp3cbiCgS/5AiBQdky1vY6w1pPIu13G6lIEsyQhDf7XjRIg6GgTq+4qPg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\df0ecc7a-6c85-451f-9eb2-6cfac357124f\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\df0ecc7a-6c85-451f-9eb2-6cfac357124f\\azure-ai-language-text-1.1.0-alpha.20250307.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6G3Xq44wz9WIdsLlLz5JJ4kZpvkQPrwF6/pimwFMq+njJDZLCTXwZoqXP18Jv4mIhK/OH01zMghhKYuTvgqvRg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250307.1_1741410169032_0.7510413079892768","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250310.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250310.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250310.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ce0e100bcbe7f45923a66975a1f3e3ebe07f904c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250310.2.tgz","fileCount":296,"integrity":"sha512-Myl3hxeLKjfNnCXnO1rVSmXyPzJMQml/ljVCx5qZ8g11vPY24AuTg98ji1bMXWJ6w167LFO6FBtBiqPs09lInQ==","signatures":[{"sig":"MEUCIQCZjGH1f1dBKW6gTK7eESOtygn+ovptRL6b74BjNPShTwIgOwHyxDKbtZS3fnoAZmbwq2XFBs+WPmvy/u+7blhBwyQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b34e9d0a-30ad-4068-b2d5-d9c00c23089d\\azure-ai-language-text-1.1.0-alpha.20250310.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\b34e9d0a-30ad-4068-b2d5-d9c00c23089d\\azure-ai-language-text-1.1.0-alpha.20250310.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Myl3hxeLKjfNnCXnO1rVSmXyPzJMQml/ljVCx5qZ8g11vPY24AuTg98ji1bMXWJ6w167LFO6FBtBiqPs09lInQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250310.2_1741665828742_0.4685912293183574","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250311.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250311.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"36a137fbfb56d2029dfee6b4170a8427edf40dbe","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250311.1.tgz","fileCount":296,"integrity":"sha512-vnnpZUbBxMQc5Mk5CRugWtn9TetmGsHfHytFwpNIYDBUTh4G13rx+2I7h7whepxT/IMDYWyokYitjghCUcsImg==","signatures":[{"sig":"MEUCIG5/7tFHhJhBIdylm4BWuLCed2LLojkOzra3k3uFEKl0AiEAoDibZlM6xn/zHLze9cIiQYh6fa746VRJX+0k9fgivzM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\468e0265-db70-4c40-922b-9f47ed0c6e2b\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\468e0265-db70-4c40-922b-9f47ed0c6e2b\\azure-ai-language-text-1.1.0-alpha.20250311.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vnnpZUbBxMQc5Mk5CRugWtn9TetmGsHfHytFwpNIYDBUTh4G13rx+2I7h7whepxT/IMDYWyokYitjghCUcsImg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250311.1_1741752311111_0.8743760317902389","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250313.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250313.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a5dd5ccef2c14de549eec3d3c34475cb63d1d3e0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250313.1.tgz","fileCount":296,"integrity":"sha512-laYiZsmLArdxMYTVLhKeTHP0hyBSGz/AXYnnZXsJronFkiimjRmL/HHEhuViJeKwoK51KeUH8C2q8d9IPjWHdw==","signatures":[{"sig":"MEYCIQDmCGkEDfVLpRxOm9KJPhMJzQij8ffw22lFtqZ7hjWkJgIhALghZIXwRcyOdwNhdyW+FYPMTdQfjTpnyNLDrfr/aDf2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\af82b3f3-8750-4585-a22c-93204853604f\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\af82b3f3-8750-4585-a22c-93204853604f\\azure-ai-language-text-1.1.0-alpha.20250313.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-laYiZsmLArdxMYTVLhKeTHP0hyBSGz/AXYnnZXsJronFkiimjRmL/HHEhuViJeKwoK51KeUH8C2q8d9IPjWHdw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250313.1_1741925689880_0.5993947100842247","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250314.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250314.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"dacb67fb50ba3d564b0c1f966c7959f0145237eb","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250314.1.tgz","fileCount":296,"integrity":"sha512-RS2Bt9GrKTG/onP6yCQJG75+/a2PbcAXytqLjlf1wgocw7lzJ1BQFOOjBVnV9A0da+bEzg4x6QxZEMNoZHS4qQ==","signatures":[{"sig":"MEYCIQCWBfpfA1kHuPvwm/CkyrWfFzTp3MvGvlcJ41x2wS8KxQIhAJ3NOImEY5vkdnJJqVq/ygNLU4iTh6WuyU+6dAt37VFo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281379},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\f40ff13e-8840-479b-8720-9a34f882337e\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\f40ff13e-8840-479b-8720-9a34f882337e\\azure-ai-language-text-1.1.0-alpha.20250314.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RS2Bt9GrKTG/onP6yCQJG75+/a2PbcAXytqLjlf1wgocw7lzJ1BQFOOjBVnV9A0da+bEzg4x6QxZEMNoZHS4qQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.3","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.7.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.3","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250314.1_1742011297794_0.7076047091117506","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250317.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250317.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250317.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e76399b2c65766f8d093eedfe400a854b56002f5","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250317.1.tgz","fileCount":296,"integrity":"sha512-MaHImdmEwTs8NuNUYWeuDoel8pQmiOnNt8gm6vFTBkO488L/qV87Caw+VZAL2X56gB0BzuWM+7igk7p5Cst60Q==","signatures":[{"sig":"MEUCIQCPJyWsxAAvtnMNxnj5vx4lfBi0Woaz2UeL6JLArc0G+gIgJfQGQte0avKp3Y6daSwCYiYrw8qBrdkUUNGmPdv/Mw4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281411},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\96597460-9aab-451c-863a-9583e602a948\\azure-ai-language-text-1.1.0-alpha.20250317.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\96597460-9aab-451c-863a-9583e602a948\\azure-ai-language-text-1.1.0-alpha.20250317.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MaHImdmEwTs8NuNUYWeuDoel8pQmiOnNt8gm6vFTBkO488L/qV87Caw+VZAL2X56gB0BzuWM+7igk7p5Cst60Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":">=12.26.0-alpha <12.26.0-alphb","@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","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250317.1_1742270762651_0.6382125572614601","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250318.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250318.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5aeb03df5e1aa3c03dec797c21950ab4c9d43d80","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250318.1.tgz","fileCount":296,"integrity":"sha512-Bq0z3a3Odu1ZrpcYbamLoJKmTBurCjLzd71VLY1sw4R2884TlxP5NnbWdEHt1kah7zeNSTvBEt+XWbuBH2v5fA==","signatures":[{"sig":"MEYCIQCNBzoV8RWRcmaC3LBZLjH2CajqbNDidMVPQ2239M01swIhAP9dI+cL/8J0RL4xp5BD+plAZ8/ldMOqyulJgumnccjZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\545f94c8-0cf3-4741-a4ff-11bcaa210312\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\545f94c8-0cf3-4741-a4ff-11bcaa210312\\azure-ai-language-text-1.1.0-alpha.20250318.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Bq0z3a3Odu1ZrpcYbamLoJKmTBurCjLzd71VLY1sw4R2884TlxP5NnbWdEHt1kah7zeNSTvBEt+XWbuBH2v5fA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250318.1_1742356851572_0.029294733161328024","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250319.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250319.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"330416adb9c296491fe6a5a58a53d1917260f037","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250319.1.tgz","fileCount":296,"integrity":"sha512-CzeoQr1jARA0IhkYtPT34glNoLG/EaqJOIGDoHUMAuKPzQZOh4cmwWM7x0uT4SIfyQJOLo0j77EaaEiVqxv1WA==","signatures":[{"sig":"MEYCIQCctZ7ehyCJw/wp2hx6fFxgV9GQKReC3AmXEraH0ilX4gIhAJKTvrZNCAWVAQ0t4Sc+mRTCGD/6JjB14WOdgjKOFwMx","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\575de7fa-72b4-4f10-92b8-31f5925f495f\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\575de7fa-72b4-4f10-92b8-31f5925f495f\\azure-ai-language-text-1.1.0-alpha.20250319.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CzeoQr1jARA0IhkYtPT34glNoLG/EaqJOIGDoHUMAuKPzQZOh4cmwWM7x0uT4SIfyQJOLo0j77EaaEiVqxv1WA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250319.1_1742443699772_0.8269109575713138","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250320.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250320.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"383b440ee9fa242373374ac8f06359c8110a3e03","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250320.2.tgz","fileCount":296,"integrity":"sha512-0NrLzTNSvMyr0cYweKwEGlfFgZY9lfzecMtBc2yWQTS6oOebhjm350wZ0LGRpqJxv3amF0W8xyBwnVa+T3Vn6w==","signatures":[{"sig":"MEYCIQCFv3ArXuyE0AXGNQ9QfVWo9txcV/TZeUibbigBAOgl0wIhAKqlEB6n5unbXkK85mNsX5Ou39Uu840TZ0CfSyQ2kK2R","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e6bedaaa-c20f-4d52-b66e-51322a8dd86d\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\e6bedaaa-c20f-4d52-b66e-51322a8dd86d\\azure-ai-language-text-1.1.0-alpha.20250320.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0NrLzTNSvMyr0cYweKwEGlfFgZY9lfzecMtBc2yWQTS6oOebhjm350wZ0LGRpqJxv3amF0W8xyBwnVa+T3Vn6w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250320.2_1742529714963_0.8028769161835059","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250321.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250321.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"62dfe1ebf66a98890c7b0ca01b8f53939807200b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250321.1.tgz","fileCount":296,"integrity":"sha512-ivoGZylZizB67uWcC/KEDrl/GhsXiEIpUU/4fPvIyqC74A3euC05NYQlWabIhd7ecx2cMeJsM9rbAny7/slkqw==","signatures":[{"sig":"MEQCICOzStXaQNs5NBEjHq/x/g6f6Z7z9M0ub71cJab7ooIEAiBqqUXf6DRugnJwrLDyBWeewO1AZUcWA0kwHcTC+9Oytw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\56d9a951-2ec5-4d80-8748-e9596c0d17ae\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\56d9a951-2ec5-4d80-8748-e9596c0d17ae\\azure-ai-language-text-1.1.0-alpha.20250321.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ivoGZylZizB67uWcC/KEDrl/GhsXiEIpUU/4fPvIyqC74A3euC05NYQlWabIhd7ecx2cMeJsM9rbAny7/slkqw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250321.1_1742616082724_0.6506572307471581","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250324.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250324.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250324.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c3619bb0d0e4efb450f0d231c2180685265b365b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250324.1.tgz","fileCount":296,"integrity":"sha512-ljr4Rx6oXeWm1QjXaBwDtjmJku5XX50fBqQh+mEVeGfNSJXozsblHyYryb3xTbKQyRIRy1t+6ZOQAJFRpehbaQ==","signatures":[{"sig":"MEQCID/M96WQqR8sf4eZ6xQChlsDVqS1HXWAgTU4aZzT/I2lAiAbOy1dFGJL6dKxe8cD1E4p57PjuXPa4iRMSGuBgEWeAg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\50420ffe-b739-42e8-b1df-df459f68844f\\azure-ai-language-text-1.1.0-alpha.20250324.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\50420ffe-b739-42e8-b1df-df459f68844f\\azure-ai-language-text-1.1.0-alpha.20250324.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ljr4Rx6oXeWm1QjXaBwDtjmJku5XX50fBqQh+mEVeGfNSJXozsblHyYryb3xTbKQyRIRy1t+6ZOQAJFRpehbaQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250324.1_1742875830085_0.0635057875287035","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250325.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250325.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"878a13b8f94328bcaf956ebdb6b4bcafed9d35fe","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250325.1.tgz","fileCount":296,"integrity":"sha512-DUzO95+RSiVMiTydAvUYW+7lra9896GLKrmIAFjBvbMPPXR4oLUl2EsF1tAqN93GOOhlHQmJjDPxw3vBVhfToQ==","signatures":[{"sig":"MEYCIQCUuCwdrBjA0PBtEoU+L4/EDMhOdSNn0+9RXNcF8OzdagIhAM0B4Gyq0zYwCU0PEGCxsIDm86LGW04iTN85dnDqIme0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2000f746-dd0c-4622-a0b0-56fff7ac4dbf\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\2000f746-dd0c-4622-a0b0-56fff7ac4dbf\\azure-ai-language-text-1.1.0-alpha.20250325.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DUzO95+RSiVMiTydAvUYW+7lra9896GLKrmIAFjBvbMPPXR4oLUl2EsF1tAqN93GOOhlHQmJjDPxw3vBVhfToQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250325.1_1742961778404_0.3961607982948552","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250326.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250326.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250326.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"425411cf742512ccf95858adb0c178483bbaaf9d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250326.1.tgz","fileCount":296,"integrity":"sha512-ETFIgqCVrYldYUzV3O+FfmPdHgPSf6FZHE5o9xysD05KToEzDEN65DKr0g10coRlH3WOH4n5EL3oJh38YtPs7w==","signatures":[{"sig":"MEUCIC2IBMhIvFGerLDOfGr/pLC+Woqwcuqm4g/fMLOBN89cAiEAxQv/wk2c2ug89fsSP5vKdizz/BmS7vzhTAwteKqFvqo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\49b8427f-3d71-45b9-ae93-9c2aa30d4b84\\azure-ai-language-text-1.1.0-alpha.20250326.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\49b8427f-3d71-45b9-ae93-9c2aa30d4b84\\azure-ai-language-text-1.1.0-alpha.20250326.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ETFIgqCVrYldYUzV3O+FfmPdHgPSf6FZHE5o9xysD05KToEzDEN65DKr0g10coRlH3WOH4n5EL3oJh38YtPs7w==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250326.1_1743048365475_0.5975221195710105","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250327.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250327.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250327.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e78e099dce8936f7dadfb1399c40ca2175b7d2a4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250327.1.tgz","fileCount":296,"integrity":"sha512-p2+FHY66rZo4mjabez0zx9jFua6yJZnuLwq3CpbEkPcGDRemq6f8sXa7vHxSVHvi64T/1oPsCbP/Zo88ORyd4A==","signatures":[{"sig":"MEYCIQCv4RGjvr4ZD++rhJVlqef2+9YLynwEmxY/hkTq3V1zQwIhALHUa426JobVwY3Q2B6R1xzdCyHQ+0yH9ijwwSuR2I8v","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\da09e1e1-0964-46c0-8af6-9ea2a76648cc\\azure-ai-language-text-1.1.0-alpha.20250327.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\da09e1e1-0964-46c0-8af6-9ea2a76648cc\\azure-ai-language-text-1.1.0-alpha.20250327.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-p2+FHY66rZo4mjabez0zx9jFua6yJZnuLwq3CpbEkPcGDRemq6f8sXa7vHxSVHvi64T/1oPsCbP/Zo88ORyd4A==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250327.1_1743134501606_0.04899880058589967","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250328.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250328.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ac54a7b7bab9c3c4bac6e51c010bfd25717fc76","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250328.1.tgz","fileCount":296,"integrity":"sha512-HF490ZasC4miPT9Z9DJl/MoEWjmnMZu1G26Zg6F/9mZPNxd5pwqTLvoNcG1wO3+TIeavkTLgjxBjMbhols5t+g==","signatures":[{"sig":"MEUCIG26LE+UBZT8HkCnGPC/S0DAWrIxTvzWw/rUi76YsijXAiEAx1louEPQCl3L0uNwIKYoMV9dQBtOGU2pF1B0rN5pvuE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e5855f59-ff20-459a-b5ea-e352929c5543\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\e5855f59-ff20-459a-b5ea-e352929c5543\\azure-ai-language-text-1.1.0-alpha.20250328.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HF490ZasC4miPT9Z9DJl/MoEWjmnMZu1G26Zg6F/9mZPNxd5pwqTLvoNcG1wO3+TIeavkTLgjxBjMbhols5t+g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250328.1_1743221086277_0.3847126711338411","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250331.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250331.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"21f75d05798904dfc6ecd44899dc760c97738e1d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250331.1.tgz","fileCount":296,"integrity":"sha512-qYIvBepZ15oY2DqgISRpfSgZNRiVaEwnB5HYo969SlYqQvpAktbIdDZoZ+MaRpSFpxkB9Qj3q9Dm/dg5OXczOA==","signatures":[{"sig":"MEYCIQDb30p4zY2J7vrRAhlTOVEvN6qUG3SLAGYfkkPUMrOaEAIhAPZrvZvqpGHjaGogzETqU+i661iHAD9fmXu0RkpMI1FM","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\bad87e7d-bafe-4ab5-8373-e3168a9dba9b\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\bad87e7d-bafe-4ab5-8373-e3168a9dba9b\\azure-ai-language-text-1.1.0-alpha.20250331.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qYIvBepZ15oY2DqgISRpfSgZNRiVaEwnB5HYo969SlYqQvpAktbIdDZoZ+MaRpSFpxkB9Qj3q9Dm/dg5OXczOA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250331.1_1743480421101_0.2635332210837771","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250401.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250401.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250401.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"84767b7c5d035f6c5d9dee0ff9fc4bc1353730dc","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250401.1.tgz","fileCount":296,"integrity":"sha512-4Jq4ExCV2jXQyhoKVqyTHxZSwhUJIsK5458N73StX0wkY22aBqINbl2sDXXFXYGz6Qny9k6Yv8dJNRGvagkn9Q==","signatures":[{"sig":"MEUCIQC9U8QrXtsc65YYsNte/0PnfL9BN8mP5EJZ4B+Hu84EhwIgS+7zRf6XxCsc0FT7OuHd2m8+CuM494qqjFGFlaEFhKs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\26ca86f1-63f6-4645-b51b-f99a56a722af\\azure-ai-language-text-1.1.0-alpha.20250401.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\26ca86f1-63f6-4645-b51b-f99a56a722af\\azure-ai-language-text-1.1.0-alpha.20250401.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-4Jq4ExCV2jXQyhoKVqyTHxZSwhUJIsK5458N73StX0wkY22aBqINbl2sDXXFXYGz6Qny9k6Yv8dJNRGvagkn9Q==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250401.1_1743566931319_0.28431446638547797","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250402.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250402.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250402.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ff114f89e24423d699c1b19d97fc1c212cefb04d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250402.1.tgz","fileCount":296,"integrity":"sha512-qYJKeWKtw9hFWMFU1HdQNyZlOtrDJGX1M84TKJPbbX6e7LBtpmo3nH6aeq06IHZ6W0iU+7aKqtpagQ7d/sU8Xw==","signatures":[{"sig":"MEUCIQCIVJaUSa232mjoR5n+yNiphnhEIK+KY42kI3wX5l69mAIgcbBnixNNnagMz+yuIovX8mhJTpDL+rPTgrrQJhYz/0M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281389},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\5ae37662-e457-4b31-9f3f-57563e0aefb4\\azure-ai-language-text-1.1.0-alpha.20250402.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\5ae37662-e457-4b31-9f3f-57563e0aefb4\\azure-ai-language-text-1.1.0-alpha.20250402.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qYJKeWKtw9hFWMFU1HdQNyZlOtrDJGX1M84TKJPbbX6e7LBtpmo3nH6aeq06IHZ6W0iU+7aKqtpagQ7d/sU8Xw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^5.1.2","dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@vitest/coverage-istanbul":"^3.0.9","@azure-tools/test-recorder":">=4.1.0-alpha <4.1.0-alphb","@azure-tools/test-credential":"^2.0.0","@azure-tools/test-utils-vitest":">=1.0.0-alpha <1.0.0-alphb","@azure/eslint-plugin-azure-sdk":">=3.0.0-alpha <3.0.0-alphb","@azure/ai-language-textauthoring":">=1.0.0-alpha <1.0.0-alphb"},"//sampleConfiguration":{"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250402.1_1743652961627_0.7483423609780993","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250403.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250403.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250403.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"70cfcbbd953ac75e0ae3e0c870a3022579fc6a7b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250403.2.tgz","fileCount":296,"integrity":"sha512-Zx7CnNkoQ7FbaTopXO+yLZzipq4MG7gDzLP1AdpK3stFLcjw3fYpZ5S+3JtNupATlo6dBilqk07Trjp5tJZ4Mw==","signatures":[{"sig":"MEQCIDcy6UmO55lkOREz/FHVLVZOweiFdyQ83qt8a6VvUBIVAiAdnr0UovQXm/oUEnnLKAx7kOT7Zg9Do8o7VygXWsYmgw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281899},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\c1e5d30e-e5ec-4532-8d68-8ce5fb32c7b8\\azure-ai-language-text-1.1.0-alpha.20250403.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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\c1e5d30e-e5ec-4532-8d68-8ce5fb32c7b8\\azure-ai-language-text-1.1.0-alpha.20250403.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Zx7CnNkoQ7FbaTopXO+yLZzipq4MG7gDzLP1AdpK3stFLcjw3fYpZ5S+3JtNupATlo6dBilqk07Trjp5tJZ4Mw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250403.2_1743739432230_0.4656412632501219","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250404.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250404.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250404.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3abb9746614959ab713a6786788838e50bd77e74","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250404.1.tgz","fileCount":296,"integrity":"sha512-wTD85M8IDoPVGKNVzJQfASN+o8eLkcCS5nArPg9dN+ZlhkNagXbMuk6GFHf4zohIIUh+nFfxgCNB2A97nxEibA==","signatures":[{"sig":"MEQCIHRGzca89K9QiyeD4M0C2ITg21/6lwDp4grUqGkIT75VAiAI16HOLqhFAZyXupJkkI8lWl1JJK8kVOf0/dTwR/3poQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281899},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b513cb40-80c0-445d-8136-45993ba27125\\azure-ai-language-text-1.1.0-alpha.20250404.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint 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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\b513cb40-80c0-445d-8136-45993ba27125\\azure-ai-language-text-1.1.0-alpha.20250404.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wTD85M8IDoPVGKNVzJQfASN+o8eLkcCS5nArPg9dN+ZlhkNagXbMuk6GFHf4zohIIUh+nFfxgCNB2A97nxEibA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250404.1_1743826130622_0.08862208836805219","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250407.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250407.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2db0a318f305969f8821b196bebecbc99deec054","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250407.1.tgz","fileCount":296,"integrity":"sha512-uDRvQB9StrBpHpPpZwxlYY/GvzmFQ+X7D53gtvDaCS14aeXE29Ndh6IKX4lQ7znAoLzOZlxDbhqMjUOLnrVK7g==","signatures":[{"sig":"MEUCIQDiJqFvOe0yUS6skLAefHEcwrvJgMqE0GG/mfTulrBLhgIgI7UWTYLojj1ABYrA33xoRVAvHmdIRyBdFfz0Dj+7RFQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281899},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\709ace43-d3e3-42a6-a500-6adf0c0f80c8\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\709ace43-d3e3-42a6-a500-6adf0c0f80c8\\azure-ai-language-text-1.1.0-alpha.20250407.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uDRvQB9StrBpHpPpZwxlYY/GvzmFQ+X7D53gtvDaCS14aeXE29Ndh6IKX4lQ7znAoLzOZlxDbhqMjUOLnrVK7g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250407.1_1744084933869_0.8429571241053937","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250408.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250408.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a7f3fe5101f887c9fdea31151abb35216b8df7cf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250408.1.tgz","fileCount":296,"integrity":"sha512-qDdulvqLqLSyIoMt+lzdGZEAAj2r6nPugp9j+QpCcvzMLR1P+7DAgASbpopm+D/yp6wEseF9LmNGLSTygrepBQ==","signatures":[{"sig":"MEUCIHhZZoj+L+U33wM5XxHzSFrIJa2U60kgx/Lh+GLv/Q7FAiEAtU/M/xSdC/QATtUJcpMP4GQ29xIcdnh4EGHomdJzdvs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281899},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\2b91f882-d153-48d5-993d-987d2883b104\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\2b91f882-d153-48d5-993d-987d2883b104\\azure-ai-language-text-1.1.0-alpha.20250408.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qDdulvqLqLSyIoMt+lzdGZEAAj2r6nPugp9j+QpCcvzMLR1P+7DAgASbpopm+D/yp6wEseF9LmNGLSTygrepBQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250408.1_1744171325364_0.041660290347479645","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250409.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250409.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e6b6c75ef2064943805bb6d7d6dcd843c789d03","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250409.1.tgz","fileCount":296,"integrity":"sha512-D+gDKz02QPy0ejqEt3YzpKrAUrUJy4jdsIEk8nbAgrkiyD4hFf9Kdc3s04AEEZsSBrS0X/1b79WNBYteHvRmwQ==","signatures":[{"sig":"MEYCIQDXhjOZTjuqL5RomkzyKuHv1TxLPyVIWMzkML3lK8OowQIhANcI86xRqhUIXg4+5a+8kd4K3igi+Og194b8ygZbNkio","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281899},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\cec60c52-802f-4168-9df7-ce7d3ec054bc\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\cec60c52-802f-4168-9df7-ce7d3ec054bc\\azure-ai-language-text-1.1.0-alpha.20250409.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-D+gDKz02QPy0ejqEt3YzpKrAUrUJy4jdsIEk8nbAgrkiyD4hFf9Kdc3s04AEEZsSBrS0X/1b79WNBYteHvRmwQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250409.1_1744257790245_0.21818252562227047","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250416.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250416.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f89519cab1435136f0d4db7c97771d90083aeda","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250416.1.tgz","fileCount":296,"integrity":"sha512-uCbAoLPxB1sYJ0Z83rI/+kjsxnLkR8adVcRv7yZDsZCqZwf1f2gC638BkneFVATbyQ5hyJ7NYRpb5QgqECwa7g==","signatures":[{"sig":"MEQCIAiz5nKqWUJbjYp9nUsNjsq8BRkemh7jxMRLCeoRYGHTAiASVPyKcHYEaqeV9sIn/T9tjYO0Pc5p9c5N0RdY48a26w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\b3a81473-f427-471d-a8cc-6dfc36eab595\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\b3a81473-f427-471d-a8cc-6dfc36eab595\\azure-ai-language-text-1.1.0-alpha.20250416.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-uCbAoLPxB1sYJ0Z83rI/+kjsxnLkR8adVcRv7yZDsZCqZwf1f2gC638BkneFVATbyQ5hyJ7NYRpb5QgqECwa7g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250416.1_1744862847804_0.34149812920119693","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250417.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250417.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d48716f7801585c32aca218049cd33ca271f8916","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250417.1.tgz","fileCount":296,"integrity":"sha512-kKP4HmDAQRVZJtFzuWcJWMs0z71Y5tfdgKQ4ZsMvB9Ximps+O6yGH4BVz/eUSNK75+C12NkjBvJSK9yrOaxtVA==","signatures":[{"sig":"MEQCIDev7gEsKLW3GMFs1giHarKfRgZ7jY+5gtjq9wbzd7LIAiAhlppgT2SnxC1ZA5srzegaMYWrVxujkBPz9/Pa3+lIhw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\dcfc9628-c747-43a1-9d10-e0debef251cb\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\dcfc9628-c747-43a1-9d10-e0debef251cb\\azure-ai-language-text-1.1.0-alpha.20250417.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kKP4HmDAQRVZJtFzuWcJWMs0z71Y5tfdgKQ4ZsMvB9Ximps+O6yGH4BVz/eUSNK75+C12NkjBvJSK9yrOaxtVA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250417.1_1744949263357_0.7568043092073764","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250418.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250418.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ae61bd2ba5fd95fde28f7c077a594c33ba2ee65d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250418.1.tgz","fileCount":296,"integrity":"sha512-GkayFumcADjrP29Y6MFDdBbk/lF5IWiRxTxzbxaLr2X38BoyOUsQwb3AwPAHiCnyLcp1SEeUeGswLquSVmVuQg==","signatures":[{"sig":"MEUCIGy3UH2YE2Z5vcFzo1GDnkge/VH3BDtKRbhFxEmp2phUAiEA+pUCpVRcodIxibsJsOMNgf+0VmTiWUCaN4DzVi7YnQY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\98a30619-b419-4eca-8f4b-f9825b317e30\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\98a30619-b419-4eca-8f4b-f9825b317e30\\azure-ai-language-text-1.1.0-alpha.20250418.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GkayFumcADjrP29Y6MFDdBbk/lF5IWiRxTxzbxaLr2X38BoyOUsQwb3AwPAHiCnyLcp1SEeUeGswLquSVmVuQg==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250418.1_1745035666734_0.0854331411390783","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250421.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250421.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e5e2d0a9f338f58e169ec6e8bb49efe802a60c69","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250421.1.tgz","fileCount":296,"integrity":"sha512-CVzIiVW/klOzG/bX5cx/QsJLZRQe14eUQ6ZX4Kjujt4pCbP/4hBaZah4+gJ6zT2LBzg0h1X6YYXG5S3x6VuaUA==","signatures":[{"sig":"MEUCIEy6K2d/MVz8To4U83sbGOsjfE56H/HgtF1gJNBIciopAiEAwFTTp8IMT53xOSm56CzyCl3MDfiIDj/N/vaXqbEmZrM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\e3f2f51b-0f05-4c96-84c3-9e5e12f1e80d\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\e3f2f51b-0f05-4c96-84c3-9e5e12f1e80d\\azure-ai-language-text-1.1.0-alpha.20250421.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-CVzIiVW/klOzG/bX5cx/QsJLZRQe14eUQ6ZX4Kjujt4pCbP/4hBaZah4+gJ6zT2LBzg0h1X6YYXG5S3x6VuaUA==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250421.1_1745295030488_0.09962455717038976","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250422.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250422.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ab99e769f7753de394ccf2f123a7fc8578519ffd","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250422.1.tgz","fileCount":296,"integrity":"sha512-F+wlRdsZUq5+AB5auE0CjPJQol9XESVNRpUTiXNiG7DeD2zx1ca32TRfEy/0Cr1j4Qt5oJImj4wGDfI3DxLcEQ==","signatures":[{"sig":"MEMCH1b7TwQZDaSuOAhSfS+EJLoopVnKaaezmP5WI2OB8xgCIHJvhaCE17kigLnqLGr3iZogCI6KJKCfH5y1a5JEwaCB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d0b56b8f-dd74-44e8-9059-2820f50fc09a\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\d0b56b8f-dd74-44e8-9059-2820f50fc09a\\azure-ai-language-text-1.1.0-alpha.20250422.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-F+wlRdsZUq5+AB5auE0CjPJQol9XESVNRpUTiXNiG7DeD2zx1ca32TRfEy/0Cr1j4Qt5oJImj4wGDfI3DxLcEQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250422.1_1745381179885_0.08920375020726712","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250423.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250423.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2565a7a85f2c44d7454382393394de4c3505592a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250423.1.tgz","fileCount":296,"integrity":"sha512-TQiGnKwr1hInssCrCEfouaj0xcWsANbfwMsfZsp4gb1yBcihOM60bZwRJibM94bgqehlyy7/DSU6Ok8vD13pag==","signatures":[{"sig":"MEQCIDLNSFawliB7ksPe5ULO5BNP2SPa68MTl2qIv9WgbJYuAiBYwG+Am50cycbbWPLQV8eXHzBn6KqkdAfqhDwHmCyLtQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\04876c0a-5e70-4915-9b47-4048cab01a1d\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\04876c0a-5e70-4915-9b47-4048cab01a1d\\azure-ai-language-text-1.1.0-alpha.20250423.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TQiGnKwr1hInssCrCEfouaj0xcWsANbfwMsfZsp4gb1yBcihOM60bZwRJibM94bgqehlyy7/DSU6Ok8vD13pag==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250423.1_1745467819477_0.7158819853014597","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250424.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250424.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b98750c32d597c0796850e011b13e25b5382e1bb","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250424.1.tgz","fileCount":296,"integrity":"sha512-OqIxkJ8g9NIlpBU09ekuD3urbSnvPOpIqgMMTNgU/la0QxgYNWTaKouVDNcrwFI+R10W5IhIcIOuxmLR0QdK9g==","signatures":[{"sig":"MEUCIQDmM3Ghj1+kwarQ31a9BEnioNwZiCwj/s2r5iM1RTfhZAIgb4MXux8vCBfK47XJf0n3CDIWAXaoOVDkC3+i4Bn3svE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ba705523-7069-4d36-aaef-23593f5dd8c6\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\ba705523-7069-4d36-aaef-23593f5dd8c6\\azure-ai-language-text-1.1.0-alpha.20250424.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OqIxkJ8g9NIlpBU09ekuD3urbSnvPOpIqgMMTNgU/la0QxgYNWTaKouVDNcrwFI+R10W5IhIcIOuxmLR0QdK9g==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250424.1_1745554176046_0.2002506342014989","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250425.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250425.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc9fb0a8c1770582bdf129bbe7caafa4a9cb61fe","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250425.1.tgz","fileCount":296,"integrity":"sha512-HDTPMl2V8BuBDAjK96SrWoljqF5hDrR/2ASAjX7dRybZwowtiMBUXN2ablrz+xq5ap24xNEU63vMts4B6u0aAQ==","signatures":[{"sig":"MEYCIQCqqU8sJKlTkGNkn9jWOjEJGOD9lljFPIzaC2uLgMoxwQIhAMwuEu3b8cdbpFVl0FiV+tTkq5LfhO9o26ZprTFtcuUr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\7934cb1d-cca9-4b65-834d-4fa42b53c42f\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\7934cb1d-cca9-4b65-834d-4fa42b53c42f\\azure-ai-language-text-1.1.0-alpha.20250425.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HDTPMl2V8BuBDAjK96SrWoljqF5hDrR/2ASAjX7dRybZwowtiMBUXN2ablrz+xq5ap24xNEU63vMts4B6u0aAQ==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250425.1_1745640498946_0.5010746273006534","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250428.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250428.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":"Microsoft Corporation","license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2fd37c26657e85c77d022c96649e91f187cc4093","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250428.1.tgz","fileCount":296,"integrity":"sha512-xxWNp8d9cDWYbth7Z5dTohRR0gT0jWeHCla2cnE6j52CUnM9X2SXjMze8laEgKWa8qA0F8gw69pdwgYcTWemuw==","signatures":[{"sig":"MEQCICU/CPlb2MLn7zwAIoPdaIGv64uhI4TCIFFtpBfP3fY3AiANnQAguwjA7/raiDHd71aFaR2fE+XwDX7dzSUZBVpfZg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\935b46c2-fc01-4a78-8e8c-4b8175e3e133\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\935b46c2-fc01-4a78-8e8c-4b8175e3e133\\azure-ai-language-text-1.1.0-alpha.20250428.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-xxWNp8d9cDWYbth7Z5dTohRR0gT0jWeHCla2cnE6j52CUnM9X2SXjMze8laEgKWa8qA0F8gw69pdwgYcTWemuw==","repository":"github:Azure/azure-sdk-for-js","autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250428.1_1745899744202_0.42712406705956685","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250429.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250429.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"967269c71f088376b315f90b20459e427f52b91d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250429.1.tgz","fileCount":296,"integrity":"sha512-9iSH/Zn7+tbnU0na0sj7GTwHAIWpvaBsxzpERTIABmzelSURkbCeljJmOnN/viFRBBcaN7JakD8j2Ed5xjiTzg==","signatures":[{"sig":"MEYCIQCbE/BA0rHAjY/qYkgOCT8EXmuVUFFMs1Cd3fu+5QVvUQIhAPDZXc/duD1eI4Tn7hAkFxk6O5bnPstCsPToHk3zNM8o","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\034dc3a8-aef2-4fed-bcac-cae08cd2c0b4\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\034dc3a8-aef2-4fed-bcac-cae08cd2c0b4\\azure-ai-language-text-1.1.0-alpha.20250429.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-9iSH/Zn7+tbnU0na0sj7GTwHAIWpvaBsxzpERTIABmzelSURkbCeljJmOnN/viFRBBcaN7JakD8j2Ed5xjiTzg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250429.1_1745986224581_0.6108532189345248","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250430.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250430.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"daa7966ce5cfe1b08b459aa7be68c5a6e8282f65","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250430.1.tgz","fileCount":296,"integrity":"sha512-660M1Z3yYc33oM2bsOm5TaFdVAi23KSTgbKy6iewXqqpB7NvixzdYx2EdtKyM3nv3YBnFm2XZt5MEXnSZGgAhw==","signatures":[{"sig":"MEUCIQC2DHUvtRFHcghYTt9Wb++DVQQbI7VPr9wiDSV5PpPjrwIgfF+GJWPrPT4XFaYHU3rZdBvfOqDkzPhjo4Q78MPQ6Sg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\daf4a8c7-4700-4102-9bf0-57efdf26eaf6\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\daf4a8c7-4700-4102-9bf0-57efdf26eaf6\\azure-ai-language-text-1.1.0-alpha.20250430.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-660M1Z3yYc33oM2bsOm5TaFdVAi23KSTgbKy6iewXqqpB7NvixzdYx2EdtKyM3nv3YBnFm2XZt5MEXnSZGgAhw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250430.1_1746072418497_0.7111563179676712","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250501.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250501.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"80e1f39a5c2f062c0f05c5bed27a192a50efcfa5","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250501.1.tgz","fileCount":296,"integrity":"sha512-jMv0PjGfX1fOElSseBPvdOTbMpMa4ElGupW6qbH43HICTJKjIWZnZqlaNSZ+xqGKSEE8tDYGfAZ81k35RzS09w==","signatures":[{"sig":"MEYCIQC7rQ3FC47RxgAI31rnbsFP44wKMTO+HTwx98AWRu7YegIhAKfcE1q7p49fo8Dyu9H4MmOwcS1zzGWTmIXSSaf3uPIk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\9549aad7-dad7-4252-a57f-5691506c1099\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\9549aad7-dad7-4252-a57f-5691506c1099\\azure-ai-language-text-1.1.0-alpha.20250501.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jMv0PjGfX1fOElSseBPvdOTbMpMa4ElGupW6qbH43HICTJKjIWZnZqlaNSZ+xqGKSEE8tDYGfAZ81k35RzS09w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250501.1_1746159994842_0.7251926783025551","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250502.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250502.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b8cbd06dfce9c2add98ceca33f62c8bca60143e6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250502.1.tgz","fileCount":296,"integrity":"sha512-qFZ2meVsME5G+dm/TyNCp8I8MvoZUTkWRTXhVH5hrZFpir5eoofCjYhbLHy9cGbnwU+n+ZDkvMOQBmCuuBWbEg==","signatures":[{"sig":"MEUCIQClUw6kSfacvXQI2zSO584xjIprYCaAtTJhZKsix+0UAAIgdpra1UMgL0kOGiLMBlAiHHKWJBPtxWcz1AhS9GJBRDU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\ea883530-56f5-4d24-bd6f-09573f1d9da2\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\ea883530-56f5-4d24-bd6f-09573f1d9da2\\azure-ai-language-text-1.1.0-alpha.20250502.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qFZ2meVsME5G+dm/TyNCp8I8MvoZUTkWRTXhVH5hrZFpir5eoofCjYhbLHy9cGbnwU+n+ZDkvMOQBmCuuBWbEg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250502.1_1746245839166_0.3508236825696289","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250505.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250505.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1cd763488c04117e78a52656f043101ab8f87269","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250505.1.tgz","fileCount":296,"integrity":"sha512-dLQDJIGrPb1+S2qPVvoUbqFFWZDSrfzZZuuQk5bu7Hbq1+axYUq6don7Mroz/JgLfpqn15cD8EBDtzcRdxpCwA==","signatures":[{"sig":"MEYCIQCyoaj3mAmj9jsqoA7Bw9qIt5oYEzAXGrX9widMXhk8FgIhANyfW0fOT7JflVAye0SU9x5M70tqJ0ZMUx/NJbpEx3xL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281617},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\123e2f77-3c21-45d8-a538-a75e0a8c5754\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets","integration-test":"npm run integration-test:node && npm run integration-test:browser","unit-test:browser":"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\\123e2f77-3c21-45d8-a538-a75e0a8c5754\\azure-ai-language-text-1.1.0-alpha.20250505.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dLQDJIGrPb1+S2qPVvoUbqFFWZDSrfzZZuuQk5bu7Hbq1+axYUq6don7Mroz/JgLfpqn15cD8EBDtzcRdxpCwA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250505.1_1746505159607_0.06522995946177756","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250506.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250506.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250506.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"233f256f524c1b751cac5f5026f074ce3fd0d64a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250506.2.tgz","fileCount":296,"integrity":"sha512-hkShpke4xoUlu+Mhsa33JDz4GGxa9qa8zjuRkHXNrdKmZQorV21VkYLL+savNVZDJiosMVPmcKSbiiBkRRCuwQ==","signatures":[{"sig":"MEUCIAYW2Rts3aJq1lEoGvOYUkNrd20iAEdXnfWZJky2Xd0pAiEAjoogBJwcgYyfkn3z/4XbHgplZjvS5/ejb7GtyHagWcg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\fe4d29df-a9cf-4f16-b274-547339337a61\\azure-ai-language-text-1.1.0-alpha.20250506.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","generate:client":"autorest --typescript swagger/README.md","update-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\\fe4d29df-a9cf-4f16-b274-547339337a61\\azure-ai-language-text-1.1.0-alpha.20250506.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hkShpke4xoUlu+Mhsa33JDz4GGxa9qa8zjuRkHXNrdKmZQorV21VkYLL+savNVZDJiosMVPmcKSbiiBkRRCuwQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250506.2_1746592039024_0.9893078442223442","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250507.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250507.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3da80fbb937968bea029d364fba682c76ec5450b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250507.1.tgz","fileCount":296,"integrity":"sha512-rjnSNrXmLbXjabsItEAcHt7vrY6nzH7gKVOX0NCOOEefXxun3RL88y07gCYLnFW2ASOdKxB8+D7EkjJ4apcxTw==","signatures":[{"sig":"MEUCIQCXy2Q3qoZBiMpS+5BC/DqtzrEVpxydjS6U3S50OjaRWgIgG8mHeUb/Q/WXUSpQyNqkRqT0f/qsg9/oLptx/m7HnI8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\79dd1e77-af94-46b7-a35b-59638684ec97\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\79dd1e77-af94-46b7-a35b-59638684ec97\\azure-ai-language-text-1.1.0-alpha.20250507.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rjnSNrXmLbXjabsItEAcHt7vrY6nzH7gKVOX0NCOOEefXxun3RL88y07gCYLnFW2ASOdKxB8+D7EkjJ4apcxTw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250507.1_1746678105097_0.3282714393571431","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250508.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250508.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d1d82bfcd62a07874efc8c0aba3036e576eb802b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250508.1.tgz","fileCount":296,"integrity":"sha512-qmtAvAxY5Z+piJ1nRoj/n0AM3enaYuVwYUVqzAZgTiCUBSsSLDzDbvrSewDSaSwEICZZGfCKT+C8jY++DXqLbg==","signatures":[{"sig":"MEQCIH4P4Qw5z4Ua9ZOI3k/zdcewMb2MlpbQqHysloN02HtOAiAZD9XQmnTVbiLjFnc1fFfheAZteYjCBc2ekPSiv9DM5Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\ef659d6e-a6a7-4dc1-89b7-ca4ea6ea0d40\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\ef659d6e-a6a7-4dc1-89b7-ca4ea6ea0d40\\azure-ai-language-text-1.1.0-alpha.20250508.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-qmtAvAxY5Z+piJ1nRoj/n0AM3enaYuVwYUVqzAZgTiCUBSsSLDzDbvrSewDSaSwEICZZGfCKT+C8jY++DXqLbg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250508.1_1746764759991_0.7767534327277064","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250509.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250509.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250509.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f719c7eb724e74edd5bea71be659ccfbc88ee1bf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250509.2.tgz","fileCount":296,"integrity":"sha512-olWyfSImOOoUoiUa0sgwNhyP4MC/rwggEvkWw7x0yj7AbKzhS6PF5F/TCcLo5mbE2abrRVzF8Mm7MBT5Iflx9w==","signatures":[{"sig":"MEUCIEoLAD5slz3yvGPCYI2AEcIX28J53vPYgCr25lkTk2rJAiEA8e5yV1IOHmlSszmlavvFN0COnIHSp35c46BK0fffy+c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\dc956318-d454-4651-93d3-ab9cd51d6cd6\\azure-ai-language-text-1.1.0-alpha.20250509.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json 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","generate:client":"autorest --typescript swagger/README.md","update-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\\dc956318-d454-4651-93d3-ab9cd51d6cd6\\azure-ai-language-text-1.1.0-alpha.20250509.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-olWyfSImOOoUoiUa0sgwNhyP4MC/rwggEvkWw7x0yj7AbKzhS6PF5F/TCcLo5mbE2abrRVzF8Mm7MBT5Iflx9w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250509.2_1746852036319_0.6114195514165788","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250512.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250512.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6f9211271300d8c580464d02b2649ef9b076a78","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250512.1.tgz","fileCount":296,"integrity":"sha512-UP7vMyS6gqFTZLU8Qz3OnXZyRpO45Yo7gQoRgFhbknT/lp0xgofv4iwMp5MuecqzjCgTgAfd3wl33uee3XItsw==","signatures":[{"sig":"MEUCIGhK3/AaZ65wGfQ1LrLnYMBC9fYrETGaPXlFyObZO/JSAiEAgKjTR4ywhwIUIzMfB+SZEl9/FOLCT1KsPu48RSMY31Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\3c8d6303-f947-4e3d-80c4-8211bc1e53fa\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\3c8d6303-f947-4e3d-80c4-8211bc1e53fa\\azure-ai-language-text-1.1.0-alpha.20250512.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UP7vMyS6gqFTZLU8Qz3OnXZyRpO45Yo7gQoRgFhbknT/lp0xgofv4iwMp5MuecqzjCgTgAfd3wl33uee3XItsw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250512.1_1747110068400_0.6706144473901234","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250513.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250513.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e7fba86300ead349ff493e573014c241a784f7d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250513.1.tgz","fileCount":296,"integrity":"sha512-zhcJjObTMVzqdB46hMDV4hp8HGdmnNqxQnDJ3FN0zbiT3eBaEcG5lAaka2x/kL13b8La3nQG83IMwRlL4G7RWA==","signatures":[{"sig":"MEYCIQDEZdtelVzjcgIpPzHb2c2ckF6D4bcOjSzSlXqz0r45fwIhAMy2fi3O1XTMaXOucadetbb+EEnpXXryMH9bAGtL1wjE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\7003aa69-fb6b-46eb-963d-8918f2ddf036\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\7003aa69-fb6b-46eb-963d-8918f2ddf036\\azure-ai-language-text-1.1.0-alpha.20250513.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zhcJjObTMVzqdB46hMDV4hp8HGdmnNqxQnDJ3FN0zbiT3eBaEcG5lAaka2x/kL13b8La3nQG83IMwRlL4G7RWA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250513.1_1747195697616_0.2938868788140321","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250514.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250514.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"641f0f7d213224195c73782a15335250c854aa88","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250514.1.tgz","fileCount":296,"integrity":"sha512-J1Z00ODqgHsNC7zcIkDP5plOvUMDa73UW0jbAf41Gqx1rF83Hh6DzpdCkPgABZc0XvPjocVHOBj4pVahqKj5kA==","signatures":[{"sig":"MEQCIAFV/Jo63OxHRxsqZVXq2l1T3zqBk8lSuYhPO9ot7RFfAiAb359ALJA28Chze68QMx0Y9ZUfPDk6tfcfVbGxfASu0A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\ff5fe359-527b-4dd5-81af-90f2e3d1bb0c\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\ff5fe359-527b-4dd5-81af-90f2e3d1bb0c\\azure-ai-language-text-1.1.0-alpha.20250514.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-J1Z00ODqgHsNC7zcIkDP5plOvUMDa73UW0jbAf41Gqx1rF83Hh6DzpdCkPgABZc0XvPjocVHOBj4pVahqKj5kA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250514.1_1747282189577_0.376256572730854","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250516.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250516.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5723e755e07321fd5f48f32b792e4fe6dfdc9812","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250516.1.tgz","fileCount":296,"integrity":"sha512-c8fi4koH/8px2Awbjxrv+ATNWdD9zXb9wnH/L73w6XH7XcSlcDVMSRjVnoA6yDrN7dHhZkdSpnVPHIfYnBZLPw==","signatures":[{"sig":"MEUCIQDhWRN5v+KE97FXXW6jox0KsLioL1WPiuTUfl+bqNWyzwIgUSM1Bu2wbcbY8U62Ec5DGmFqUvv/ufc+ku4FOrTPRBc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\05fb3f98-74dd-4437-af59-a7190752dbe0\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\05fb3f98-74dd-4437-af59-a7190752dbe0\\azure-ai-language-text-1.1.0-alpha.20250516.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-c8fi4koH/8px2Awbjxrv+ATNWdD9zXb9wnH/L73w6XH7XcSlcDVMSRjVnoA6yDrN7dHhZkdSpnVPHIfYnBZLPw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250516.1_1747454918064_0.38845317773840815","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250519.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250519.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9e64e4cef2ddb6d6943a4cac874c3f055e79b32b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250519.1.tgz","fileCount":296,"integrity":"sha512-E9UuOScnejx9eWn9QHsGHw5rpaQgGeNC8q/lm5N8UjjT7nqeoiPDN5jF4jFlecpgwSi7TXiqo24As/F0h5u5Xg==","signatures":[{"sig":"MEUCIEazGAxghN8raGKRqt1MDQHSEE1hU/uiO/7IvAbT9DmTAiEA1nDHWq6Dxq0TGdEKHF7GtATItya/DqYLP/ervq7W088=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\2300c657-affd-4d27-b5a8-da8ad1b68c13\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\2300c657-affd-4d27-b5a8-da8ad1b68c13\\azure-ai-language-text-1.1.0-alpha.20250519.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-E9UuOScnejx9eWn9QHsGHw5rpaQgGeNC8q/lm5N8UjjT7nqeoiPDN5jF4jFlecpgwSi7TXiqo24As/F0h5u5Xg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250519.1_1747714095054_0.7343646952677452","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250520.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250520.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd3b5513f9f1f65fac9a98914b207c8205782d3e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250520.1.tgz","fileCount":296,"integrity":"sha512-49VcnEiFXxUVaB7Yl27tRst9weUmAif3n1T5odp7eYAbjsf0AAJaiA0I5BQ6KjVvkTNfXHiP2WmbPvMAd1FAZQ==","signatures":[{"sig":"MEUCIG8MHJRH7we3hhQNiTtPMWy5tWVERMrOcYvtY+F1djhhAiEAxZIJv3Cgo70qLic0FiRPxyYZPt7KRC7YXsSe92qPXXM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281070},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\bfc02a6b-b9ef-4240-a39b-759c31c1f43c\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\bfc02a6b-b9ef-4240-a39b-759c31c1f43c\\azure-ai-language-text-1.1.0-alpha.20250520.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-49VcnEiFXxUVaB7Yl27tRst9weUmAif3n1T5odp7eYAbjsf0AAJaiA0I5BQ6KjVvkTNfXHiP2WmbPvMAd1FAZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250520.1_1747800478892_0.11963352643768532","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250521.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250521.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d9d7ce3c306ab327756445e0071aade997186ec8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250521.1.tgz","fileCount":296,"integrity":"sha512-NSvVj2Argu7EkqC2cdnDoga9K0Bnx7vf8YsrunAIWZQTbGEsYlehbMXl4aWcR3ajYkykECNtGd4j+hakV+4Stg==","signatures":[{"sig":"MEQCIFdkdiOpqpLljqzmotSt/hOAXwFhkQfaYEGYC/2mLmTFAiBFLfFIl7hAZqkeF8dfH9BbnLYt4DNvlsf/6cT9J0FQEQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\364c74b1-440f-4c48-8532-6397251f379f\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\364c74b1-440f-4c48-8532-6397251f379f\\azure-ai-language-text-1.1.0-alpha.20250521.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NSvVj2Argu7EkqC2cdnDoga9K0Bnx7vf8YsrunAIWZQTbGEsYlehbMXl4aWcR3ajYkykECNtGd4j+hakV+4Stg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250521.1_1747886625168_0.6365409268001763","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250522.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250522.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2d3f1505f78d8ab550b4dae072470c41be533c53","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250522.1.tgz","fileCount":296,"integrity":"sha512-yLf5bPsuH03k3bhgJ+QB0B/MpEb3wj8tsI1DNsR+9gGNnBaWrV3sK/GfhqHWxWNLPidJAp5Hg/qWY/J3L+7yZQ==","signatures":[{"sig":"MEUCIEt5qtxyrs5EpheYB1oiEUrzFMyvysmJ3Nx2tbrJJaFuAiEAioL8dMoaYAz+2J4r+9rvHe0nvLI5OmrDXmJPBAUca/I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\b1f31b4b-a4b7-46f2-87a9-c9d598310d4f\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\b1f31b4b-a4b7-46f2-87a9-c9d598310d4f\\azure-ai-language-text-1.1.0-alpha.20250522.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yLf5bPsuH03k3bhgJ+QB0B/MpEb3wj8tsI1DNsR+9gGNnBaWrV3sK/GfhqHWxWNLPidJAp5Hg/qWY/J3L+7yZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250522.1_1747973270250_0.04733961417585908","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250523.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250523.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"76ae68768fad9fa8378b722840df7530e1b658de","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250523.1.tgz","fileCount":296,"integrity":"sha512-/3vplKSOspJwknhpv4aoh+IsO0/1ItsdBgshE9KrDEpa5vmAO3csxj+aPj6kvbRYmJ18tIHzjTqiw9gnqArFtA==","signatures":[{"sig":"MEQCIFShyCOUIfOL5Qj9wA5BdXEfXnoyd27sN8BHChSTfUcdAiA/56/XrFv3j9AVLAY5I42QhKacDCeT0iSaiK42jOI2iQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\26bf2333-a1ef-4d9c-b720-210387131479\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\26bf2333-a1ef-4d9c-b720-210387131479\\azure-ai-language-text-1.1.0-alpha.20250523.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/3vplKSOspJwknhpv4aoh+IsO0/1ItsdBgshE9KrDEpa5vmAO3csxj+aPj6kvbRYmJ18tIHzjTqiw9gnqArFtA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250523.1_1748059530534_0.8591847864966093","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250526.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250526.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cd057583ca1c0499beb0c620bebb3ab2f8f7b42d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250526.1.tgz","fileCount":296,"integrity":"sha512-Qwg/IOeaFe+7uqrs4cckCvZ/TZOwKUIm/dFaDm6oKw2sIhfSGUIGAuDF1o4b3/1XZu7YPDhmsC5GNr7hPik3og==","signatures":[{"sig":"MEUCIEXbEIgr0/TB3gBzTjKqkd1lv427gXHUxNBmoh1XrxZlAiEA+ZZSfsKJ6UdnLS8nkp/tIszKalfxWzMufnqvu5DWjYs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\40bf7054-fccb-4baa-8085-fdfb25b38e06\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\40bf7054-fccb-4baa-8085-fdfb25b38e06\\azure-ai-language-text-1.1.0-alpha.20250526.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Qwg/IOeaFe+7uqrs4cckCvZ/TZOwKUIm/dFaDm6oKw2sIhfSGUIGAuDF1o4b3/1XZu7YPDhmsC5GNr7hPik3og==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250526.1_1748318683407_0.6629402625863903","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250527.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250527.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d3e725e53889afc7a753a42f90032e9e8ad6236e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250527.1.tgz","fileCount":296,"integrity":"sha512-fnVxsTZ7ZHRnG+A/UVSQWLfMWiT1OFScgi3gb/HcVQ1iPYemZhJeu2PK6cM5kFYWNzvo3aHXZU0YTQlns6qLbg==","signatures":[{"sig":"MEYCIQCb/ClFzEaNNBZMHw7iAuNrvYciaE/FzggVdcLrLGwP2gIhAOn5e3Jn8/8g8fjm6CpaVvaUNX5Hx2yj5Oy8Gh6EuEeB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\77d910a7-a9c0-4172-a202-050d7d8c353b\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\77d910a7-a9c0-4172-a202-050d7d8c353b\\azure-ai-language-text-1.1.0-alpha.20250527.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-fnVxsTZ7ZHRnG+A/UVSQWLfMWiT1OFScgi3gb/HcVQ1iPYemZhJeu2PK6cM5kFYWNzvo3aHXZU0YTQlns6qLbg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250527.1_1748405731896_0.8123127131188073","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250528.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250528.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"374e4c3daba14bcdd35d32794402811a0360ab03","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250528.1.tgz","fileCount":296,"integrity":"sha512-kixGJxHbldMMIse6e6brtVMnSE4mwxMwGsumOyKbz1RxpTAIym6lU9JVb92Afs1rlxKIUelXbQi8ciiXPxhTYQ==","signatures":[{"sig":"MEUCIQC4wkk6M3J9sztgiZm4iJWwB8jGoCR6vd3p63AVRWYeUAIgLFTLPWc4VFhWSN5sFTmynaZOpz+47FpgxnkP1AHyNzI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\7195c232-dc7f-47f5-a772-c3053ab7d7fa\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\7195c232-dc7f-47f5-a772-c3053ab7d7fa\\azure-ai-language-text-1.1.0-alpha.20250528.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kixGJxHbldMMIse6e6brtVMnSE4mwxMwGsumOyKbz1RxpTAIym6lU9JVb92Afs1rlxKIUelXbQi8ciiXPxhTYQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250528.1_1748493081331_0.49944463452077836","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250529.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250529.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"22b8ab62406b0c19c1ed97656a83da29878e1f34","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250529.1.tgz","fileCount":296,"integrity":"sha512-bu2Gt9VszKeOW033ljuwbnKPt/80PuElAZGZsezjK98etjRRzNR4mo+LPMGK78BHjFiDcL9Kuy5Wt+QdEjTCAA==","signatures":[{"sig":"MEUCIHzcc4uFLjXez6SBMbXNaL/Oi14vzrA4DLB8bbTnr1PwAiEApcn/hm96VCDeWyJcAEMXZzt03fZ+NCfGzAV6JwFRBq4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a4fa8ef5-fada-4c09-8b33-8422113efc88\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\a4fa8ef5-fada-4c09-8b33-8422113efc88\\azure-ai-language-text-1.1.0-alpha.20250529.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bu2Gt9VszKeOW033ljuwbnKPt/80PuElAZGZsezjK98etjRRzNR4mo+LPMGK78BHjFiDcL9Kuy5Wt+QdEjTCAA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250529.1_1748578076891_0.2231909802356573","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250530.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250530.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2fcb2c0ca50dd42bf04ef98f99203e03873466d0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250530.1.tgz","fileCount":296,"integrity":"sha512-jAQOXIuDPJZB9CwvzGXCrO8qFYx/kzhLMPAnQ0nT5LrXb7Vc9qyVIgjwiyqisJXUCULrhzlIzFsyIYfGyLgK7A==","signatures":[{"sig":"MEYCIQDV8x81unJvBUe08wP69SDXDOE2pf9GMNLlIYS5Fm8NoQIhAMtl+SiK9w7SxrfTJL2AJdzhCwSSz2kxJqkRciW4YMLg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\d9a71bca-3d14-4799-8554-d1eaa05dd320\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\d9a71bca-3d14-4799-8554-d1eaa05dd320\\azure-ai-language-text-1.1.0-alpha.20250530.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jAQOXIuDPJZB9CwvzGXCrO8qFYx/kzhLMPAnQ0nT5LrXb7Vc9qyVIgjwiyqisJXUCULrhzlIzFsyIYfGyLgK7A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250530.1_1748664489986_0.47669990714728705","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250602.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250602.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250602.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6cd5e1398548bb49218115964898df1fa01a0809","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250602.1.tgz","fileCount":296,"integrity":"sha512-DkwNVqf/QCwNSVKf9d76nQ4vk9zsBLPEGhc7oSjDOgx4y+CAOUgRudDZixK3U2RzaslTBTIbserudgsMG2+wTg==","signatures":[{"sig":"MEQCIFcQ2PzQrZ3k4/kKeyKy6AmWqZf7XYBGfJ83rFQhrNaGAiBj30KCgM6MvxBynjN133CR2M+MdXOV3SDb+nBknnAfcw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\4027b204-7a68-4024-9306-1ca25be72cd3\\azure-ai-language-text-1.1.0-alpha.20250602.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-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","generate:client":"autorest --typescript swagger/README.md","update-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\\4027b204-7a68-4024-9306-1ca25be72cd3\\azure-ai-language-text-1.1.0-alpha.20250602.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-DkwNVqf/QCwNSVKf9d76nQ4vk9zsBLPEGhc7oSjDOgx4y+CAOUgRudDZixK3U2RzaslTBTIbserudgsMG2+wTg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250602.1_1748923479140_0.02246636312827066","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250603.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250603.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"935d728450ea59724b4b12103b98c1fdc1a26574","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250603.1.tgz","fileCount":296,"integrity":"sha512-TV3NoK4FL+KpfiFx5z6V1nUMCvgbg4+HRoVTh8D7yyEc66lgxisOJqWLXcLdCKEPKm/Ifk+rVMZ7CvtAB3hIig==","signatures":[{"sig":"MEUCIQDXZ6yMI4zD3UsDG3t4pbrUtZ74wNCbLc55FoHwLAhkEwIgTekbs3l2EXlHJfmBrYCSWZQp5i/lMDbqbt0ZBwZ4Z44=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\06f2c5d9-4013-4df8-877d-4036591d8f4b\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\06f2c5d9-4013-4df8-877d-4036591d8f4b\\azure-ai-language-text-1.1.0-alpha.20250603.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TV3NoK4FL+KpfiFx5z6V1nUMCvgbg4+HRoVTh8D7yyEc66lgxisOJqWLXcLdCKEPKm/Ifk+rVMZ7CvtAB3hIig==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250603.1_1749010021906_0.37720136456986775","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250604.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250604.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3e2001d8680a2a454850b43def9228d9ffab4995","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250604.1.tgz","fileCount":296,"integrity":"sha512-oo6RWW9XzJmkNZvHmgLEaUBKTMGYR5FIQWuuuCrYD5SraII4Z0kDsSTu7vGn7QxLvDLGazS09O6Zx7kGkz4msw==","signatures":[{"sig":"MEQCIDgveaiqs8UVqiRQg/fTurvmNopfCgANO0plDZ/5WOqHAiAjWT9VmO9wzALh6O+bllfgGaL9OgieYIeXOcwP/nZ81Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\ad2cbfa0-9eb1-41fa-a787-7bd055846d2f\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\ad2cbfa0-9eb1-41fa-a787-7bd055846d2f\\azure-ai-language-text-1.1.0-alpha.20250604.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oo6RWW9XzJmkNZvHmgLEaUBKTMGYR5FIQWuuuCrYD5SraII4Z0kDsSTu7vGn7QxLvDLGazS09O6Zx7kGkz4msw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250604.1_1749096457422_0.18238110001198482","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250605.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250605.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"606b7757ec5387fe23643ea4e3d17995396928f4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250605.1.tgz","fileCount":296,"integrity":"sha512-YAlV4IaC+6MDAW0tgLVyjHRsgfrMPz5H1mSD3jlahkgwHMSSByuochh8RXlCjGy4nrtv1s282blj+7EOGmeYvw==","signatures":[{"sig":"MEQCIHZWVNlyB8rCeH0AYuRV+YRQJnKXD4rVMPiYRDvTmnfaAiA5Ud3h8hIdWOyg/DSQ+htFkpiBeC016dobugC9XPKABg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\12135502-6cf4-44e1-82dc-33f8414db45b\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\12135502-6cf4-44e1-82dc-33f8414db45b\\azure-ai-language-text-1.1.0-alpha.20250605.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YAlV4IaC+6MDAW0tgLVyjHRsgfrMPz5H1mSD3jlahkgwHMSSByuochh8RXlCjGy4nrtv1s282blj+7EOGmeYvw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250605.1_1749182797828_0.3492980048453871","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250606.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250606.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"21107a3de2514db3a8f008a2a41589099898f380","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250606.1.tgz","fileCount":296,"integrity":"sha512-zzASdrTuIcbkiEv033/xyqV38K0QYyWhKpum3/5MhT6fyUUWr1V8TzAEFj6hKYgka7CK0Q7/CduBoUjZJJHkGA==","signatures":[{"sig":"MEUCIAwib3fBobVKilk8f50KIg1+cSLAxCFwhQtO5rOw2oFbAiEA2SRJLNdCtb0bjw4SwQJaS9FyiaPZQG/NVlr6Uy9yC6g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\8833907f-bf3b-46dc-8fd4-420ef30a3ffd\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\8833907f-bf3b-46dc-8fd4-420ef30a3ffd\\azure-ai-language-text-1.1.0-alpha.20250606.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zzASdrTuIcbkiEv033/xyqV38K0QYyWhKpum3/5MhT6fyUUWr1V8TzAEFj6hKYgka7CK0Q7/CduBoUjZJJHkGA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250606.1_1749269168217_0.49205950529174913","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250609.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250609.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b1204afec4df1ad0863140a054b513b2d90930e6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250609.2.tgz","fileCount":296,"integrity":"sha512-WZyWVJV9jNyO6RvtF9KvAKbbJaQAgiMMl4zhoJqGPFiC6O/z0IFF5M1EjZ21MfRpaSYTVHrU1L5wv/kHlEDBtQ==","signatures":[{"sig":"MEYCIQDXERzgHVORpAnIWzubsmkS5ByWhhnnYdMrKou2eob5tQIhAOu+6+sC58iQ/DqLA963MiYJOajHn9+//ZtpkeGDGqSy","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\fe46dc5d-799e-44a5-a0af-a1eecf4a6ed5\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\fe46dc5d-799e-44a5-a0af-a1eecf4a6ed5\\azure-ai-language-text-1.1.0-alpha.20250609.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WZyWVJV9jNyO6RvtF9KvAKbbJaQAgiMMl4zhoJqGPFiC6O/z0IFF5M1EjZ21MfRpaSYTVHrU1L5wv/kHlEDBtQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250609.2_1749528356908_0.25622877997005067","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250610.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250610.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d0c313759c7e5d98e18a5b75332660405a9ff538","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250610.1.tgz","fileCount":296,"integrity":"sha512-Pdcm4sPv7Lm8sSwrYvLxWzfGjAVSfSBUmmfk2oPY6mOZb1xJ3GaRDgInjEp9oRQH/Bo6H8WmhgC/HKyoWxk+rg==","signatures":[{"sig":"MEUCIQDqtAVpGOqYg+UDbGPkKT/O+ZVsNUip8aG+O9AbD+ed4gIgBE3zeI56qfXlwXNZE/f/8TxXs5kiYnDe0UxRG2x5b4w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\adf7fad1-9320-47ab-89ca-00a17cb12c73\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\adf7fad1-9320-47ab-89ca-00a17cb12c73\\azure-ai-language-text-1.1.0-alpha.20250610.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Pdcm4sPv7Lm8sSwrYvLxWzfGjAVSfSBUmmfk2oPY6mOZb1xJ3GaRDgInjEp9oRQH/Bo6H8WmhgC/HKyoWxk+rg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250610.1_1749614728428_0.180768158232131","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250611.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250611.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"35c04e77d3ec02e9e068a069040ba6f71fe5f2d4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250611.1.tgz","fileCount":296,"integrity":"sha512-psPbSoS3EHMSKIYQW88GaaSW1BQy5AeDdepJ030fWtcfxe9tA/KZUx/wclMM5BybkHo45SiEjx7ofIXQJL9few==","signatures":[{"sig":"MEQCIHzm9yZfZ0xVsYPMJ3XzefBXxxaMuDH33RQDyzIPHlDKAiAAqavCnmG/8jKyiYiL4V6MlPZQyKDxwGepFO0qiAzY5w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\624696fe-aa83-48bf-a7f9-203f71adfe22\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\624696fe-aa83-48bf-a7f9-203f71adfe22\\azure-ai-language-text-1.1.0-alpha.20250611.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-psPbSoS3EHMSKIYQW88GaaSW1BQy5AeDdepJ030fWtcfxe9tA/KZUx/wclMM5BybkHo45SiEjx7ofIXQJL9few==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250611.1_1749701025517_0.5375446088323372","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250612.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250612.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"41dce3980e3ff8d4dc876afb87d31ecdc3470f1d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250612.1.tgz","fileCount":296,"integrity":"sha512-bnRe8pdJS/ysKW25idXqmLzh0FySfPgaefkECKRGSg+luofkYgyeL7WOGdHFkqNME8JoREaNtj0Ip/OsAGHKwg==","signatures":[{"sig":"MEQCID1qiD2mPIfxWYC6+U9cpV3Ue7BiIjd4fycc5xixVJI0AiBd2JqX+4HcA9g5IBVdk4+bmjpcmOKWmMBV5fFSz1SzJA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\a8554760-91a8-4549-a02c-bcfb526e90c8\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\a8554760-91a8-4549-a02c-bcfb526e90c8\\azure-ai-language-text-1.1.0-alpha.20250612.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bnRe8pdJS/ysKW25idXqmLzh0FySfPgaefkECKRGSg+luofkYgyeL7WOGdHFkqNME8JoREaNtj0Ip/OsAGHKwg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250612.1_1749787456400_0.30684889320931985","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250613.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250613.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250613.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f88101de5b5ab510ce00e51e1e9f969912f49e2b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250613.2.tgz","fileCount":296,"integrity":"sha512-Y5yN6/6xpBUF/pWy7FARS2x8//tLZ48kepqdPDbFxzZ9RbtGzG4sxdLge/+wBjdvGITFgf2PGqZgD6SubOTwig==","signatures":[{"sig":"MEUCIH+HSLwk+mIVD8J41tp3rDxYM6sv1ad9sotPt4MH28DHAiEA3LQFog3zcgatPeh/2qiFwdmr292iF089O866aCHZjhw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\8faf86cd-13ab-4fc4-896d-3e5c2c164bda\\azure-ai-language-text-1.1.0-alpha.20250613.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=18.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.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","generate:client":"autorest --typescript swagger/README.md","update-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\\8faf86cd-13ab-4fc4-896d-3e5c2c164bda\\azure-ai-language-text-1.1.0-alpha.20250613.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Y5yN6/6xpBUF/pWy7FARS2x8//tLZ48kepqdPDbFxzZ9RbtGzG4sxdLge/+wBjdvGITFgf2PGqZgD6SubOTwig==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^18.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250613.2_1749873898875_0.3265373207519129","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250616.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250616.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250616.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fdcde035b58726efb7e927715eae3fbf7cfd7eca","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250616.2.tgz","fileCount":296,"integrity":"sha512-MgiWhobCzpjRfhi3uzyTmV49f/X3EguHirCc2inXQY8r7AUiOFpCoDwCfgvx7N0dZd7G3oJGxbmQieT9iYKlUw==","signatures":[{"sig":"MEUCIQCqL5YoZGy5BVYbXNnBScGxJGxWG6OKC9hF2bjjm8PDWgIgBcMj9RDt07YwKsW++DFcOhkWnyfKKFrEK+pp8ZefN9I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281049},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"./tsconfig.src.json","dialects":["esm","commonjs"],"selfLink":false,"esmDialects":["browser","react-native"]},"type":"module","_from":"file:M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App2\\temp\\65e8d9b0-713c-4cc2-8058-fdb461c4f74e\\azure-ai-language-text-1.1.0-alpha.20250616.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json api-extractor.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\65e8d9b0-713c-4cc2-8058-fdb461c4f74e\\azure-ai-language-text-1.1.0-alpha.20250616.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MgiWhobCzpjRfhi3uzyTmV49f/X3EguHirCc2inXQY8r7AUiOFpCoDwCfgvx7N0dZd7G3oJGxbmQieT9iYKlUw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250616.2_1750133181867_0.10316993770630911","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250617.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250617.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f26b5dd313df4c2d404c44fb1110f86e76f43ace","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250617.1.tgz","fileCount":296,"integrity":"sha512-e9USNLeTMC4wTiyYOdQU4zSbQP0b8O8ADPKB7Ek2Lt3ItK5+urYLp42ifcpJJ6MN7r3TvFicRHHtxOfULPoa5Q==","signatures":[{"sig":"MEUCIQCz32fPmZXyGG8Poy04EDLOPYm9RGNI9gEwFj64cf359QIgGZB7g4Ls7ps18hBNKs7MupyUJKsyXPJ8oyt+DBCFCbk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281011},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\fcb85aff-fb09-436b-a57a-2007f2a7fbc6\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\fcb85aff-fb09-436b-a57a-2007f2a7fbc6\\azure-ai-language-text-1.1.0-alpha.20250617.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-e9USNLeTMC4wTiyYOdQU4zSbQP0b8O8ADPKB7Ek2Lt3ItK5+urYLp42ifcpJJ6MN7r3TvFicRHHtxOfULPoa5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250617.1_1750219626976_0.9280487996043536","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250618.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250618.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d5eccc59bbfb5c885113b2cfbdc5fdb1017e78cb","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250618.1.tgz","fileCount":296,"integrity":"sha512-2tE0BeuDosG2db4HxoHrlHKGtGdKqRkAhL5jFU3XlsZmovZd2yz8OcxFskaxLumf6UkizSyArn1KRyx8YMb0Cw==","signatures":[{"sig":"MEUCICCLhTHlVwMiw7GpPls9nouLKwp79gS7r7hML4u1/MATAiEArv/o444JJ2G7hen4bBiNNZmR7uQ5yx51SsTN6EuiL4Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281011},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\446e5a00-a8b5-40d3-8eeb-a8e92b0f6c01\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\446e5a00-a8b5-40d3-8eeb-a8e92b0f6c01\\azure-ai-language-text-1.1.0-alpha.20250618.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2tE0BeuDosG2db4HxoHrlHKGtGdKqRkAhL5jFU3XlsZmovZd2yz8OcxFskaxLumf6UkizSyArn1KRyx8YMb0Cw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250618.1_1750306054347_0.9196017188417838","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250619.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250619.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a84d049669c6f309c78003deb222246fcc8b2806","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250619.1.tgz","fileCount":296,"integrity":"sha512-aangh7iXVPaPrlkFDyUvXoNYKEbZjfUDgqZ4D+MqJAKzQkgoOzJouaUHX4yHG8yorjQMQo5V/gHauNloejfiDQ==","signatures":[{"sig":"MEQCIDlepYdCHk8lGDzED/iGhxWtO2DemJefJAV11Uqm1BTzAiBB1TWhSp+UBasq8WAeW8tp78a85bIQVrAmmn+xK5d8uQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3281011},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"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\\4cab5368-7c28-43b7-9408-a9a4d42c3105\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-snippets":"dev-tool run update-snippets"},"_npmUser":{"name":"microsoft1es","actor":{"name":"microsoft1es","type":"user","email":"npmjs@microsoft.com"},"email":"npmjs@microsoft.com"},"sdk-type":"client","_resolved":"M:\\SvcFab\\_App\\MS.Ess.PackageManager.Publisher_App1\\temp\\4cab5368-7c28-43b7-9408-a9a4d42c3105\\azure-ai-language-text-1.1.0-alpha.20250619.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-aangh7iXVPaPrlkFDyUvXoNYKEbZjfUDgqZ4D+MqJAKzQkgoOzJouaUHX4yHG8yorjQMQo5V/gHauNloejfiDQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250619.1_1750392485111_0.37747777024955065","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250722.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250722.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250722.2","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1dbad27c383bfdb27abd5963b11e5bb94fde1e80","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250722.2.tgz","fileCount":296,"integrity":"sha512-T+Tjkh0ltX7ppEOxlutx0i+he368lG1RHeVG+1eBjzxOjtZtJSPpCEDbCf4PMQc5p6T4qZKdXftzQrRt+2su7A==","signatures":[{"sig":"MEUCIQDQRdRHuW267QuMfjXrTcD+pX9+sYBRXfCpgyl5CwE6egIgTDYvsqXHaYybQegEDg4OVxkh0nm1feRMemZ0Tqu4FgU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284688},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1968614c-9ab0-420a-bb34-b92a7c07f176\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250722.2.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"npm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\1968614c-9ab0-420a-bb34-b92a7c07f176\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250722.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-T+Tjkh0ltX7ppEOxlutx0i+he368lG1RHeVG+1eBjzxOjtZtJSPpCEDbCf4PMQc5p6T4qZKdXftzQrRt+2su7A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250722.2_1753243260862_0.730045554638848","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250729.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250729.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250729.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c39e60f7b1ec73842c13241dd9b99e8ac0191a57","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250729.1.tgz","fileCount":296,"integrity":"sha512-WjsglOL6hKqF1fkYfzmDObOQWJzWwNun3CMMOZd0+QbhfpKCD2chyuAU7DPXSv99TJkd0RExKw6xZiAwHRCViQ==","signatures":[{"sig":"MEQCIH7LfBMPybX1eoXk1zGQZ0aTrcHWLCGPezmntC4hpLl3AiATTKlWt6J+KpKlbARByzDouVk3VBIfO6Y0C6i0VTnVuw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284688},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\a8a3e83d-f89f-4c07-a7fb-8cb57807ae24\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250729.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./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","generate:client":"autorest --typescript swagger/README.md","update-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\\a8a3e83d-f89f-4c07-a7fb-8cb57807ae24\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250729.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WjsglOL6hKqF1fkYfzmDObOQWJzWwNun3CMMOZd0+QbhfpKCD2chyuAU7DPXSv99TJkd0RExKw6xZiAwHRCViQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250729.1_1753848271037_0.2792210601602445","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250804.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250804.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5dff8077fb1d7981f46f1ebe567faa45f97a38bb","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250804.1.tgz","fileCount":296,"integrity":"sha512-pbZT2zR2uo4u5bSzh2qZfeTyEU8IOUZAj7MEolQWk7S0Zr0grMZnTvpsYCTnF0BYB9qONhUKa8VO7Cb1G7t/Gw==","signatures":[{"sig":"MEUCIQDC5XXb6QZ8RIzizEWvunOXMsQhP09gu4c3TMUrYSRUHgIgDwI1I47SH0y9ltl7fV433duw2R3qk8VIrkYOsFbu2BE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284689},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\cc47bf70-b308-4477-944c-b7b4f8ef601c\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\cc47bf70-b308-4477-944c-b7b4f8ef601c\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250804.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pbZT2zR2uo4u5bSzh2qZfeTyEU8IOUZAj7MEolQWk7S0Zr0grMZnTvpsYCTnF0BYB9qONhUKa8VO7Cb1G7t/Gw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.9.0","vitest":"^3.0.9","unzipper":"~0.12.3","playwright":"^1.49.0","typescript":"~5.8.2","@types/node":"^20.0.0","chai-exclude":"^3.0.0","@azure/dev-tool":">=1.0.0-alpha <1.0.0-alphb","@azure/identity":"^4.0.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.0.9","@azure/core-util":"^1.9.0","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250804.1_1754366580393_0.09926272640698808","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250822.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250822.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250822.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0e783963f2b3570952eb294e4320781980491320","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250822.1.tgz","fileCount":296,"integrity":"sha512-/2n2Zz7ElVtG4JsvJSQFabXRWbzTLuQhSJPbF+FbxLI5oYYFIfmeb3SIYpZQnJWwpApGehf4rVEvvehH/09uIg==","signatures":[{"sig":"MEYCIQDWSWjr4v7/l614w7s/BYlfTVOylzGov/iULG+HbByR/AIhAMxXc3Uyo9lNOO+Irc9Q4V7jzjactZsyZtXNrPVeGtm8","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284647},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\b1b340f1-ef25-468e-aca1-d9593363a46b\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250822.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","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","generate:client":"autorest --typescript swagger/README.md","update-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\\b1b340f1-ef25-468e-aca1-d9593363a46b\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250822.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/2n2Zz7ElVtG4JsvJSQFabXRWbzTLuQhSJPbF+FbxLI5oYYFIfmeb3SIYpZQnJWwpApGehf4rVEvvehH/09uIg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250822.1_1755922077920_0.4108356373712754","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250825.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250825.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"345d7b9b17d663cd9b744fda6084ba928261d32e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250825.1.tgz","fileCount":296,"integrity":"sha512-n+rkNrJrqMvZF0NNHKXBjSDxvkvHfi1Fy04Iw8kv1AV2pJcG4LuTh2sohlktdDF/DaSTSQeHuUqaIp+hBimDkQ==","signatures":[{"sig":"MEYCIQCWNe6K3eZDGs2rgbwJAJMeB7NKqb4zt9TRyhv3X14m4wIhANft26b7uggQ7s70hx7KNW48Rpm2MS6wcOEH51/C74sN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\4cb100fd-fe08-4e8f-a8a3-41cd633663b3\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\4cb100fd-fe08-4e8f-a8a3-41cd633663b3\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250825.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-n+rkNrJrqMvZF0NNHKXBjSDxvkvHfi1Fy04Iw8kv1AV2pJcG4LuTh2sohlktdDF/DaSTSQeHuUqaIp+hBimDkQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250825.1_1756181169679_0.33967497893045007","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250826.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250826.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e70e60d0c0080f9c5f504c8174970e9dc8b4e526","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250826.1.tgz","fileCount":296,"integrity":"sha512-rC9MhSE9AcfiusHWwGsQ49nfejyk++i10NvLceiWIIgAhgUUYQpoJlOhsyKnqUZH+dw+bCmUfmvmoAzbdIMkjQ==","signatures":[{"sig":"MEYCIQDK+x1uLYwuDFAc+/Bsml+KtsZlF0wuefARqm8HK1/qbgIhAMsrV4+iK6Cf3lMI5dyM0W5EU4zdtuW3wigfm0gXaqyW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\eee5a484-629e-4578-b6fc-a29afd55ac51\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\eee5a484-629e-4578-b6fc-a29afd55ac51\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250826.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rC9MhSE9AcfiusHWwGsQ49nfejyk++i10NvLceiWIIgAhgUUYQpoJlOhsyKnqUZH+dw+bCmUfmvmoAzbdIMkjQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250826.1_1756267618390_0.9029657127001014","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250827.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250827.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d18e08dce4e8839d143a9b382e55310a4a21d9a5","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250827.1.tgz","fileCount":296,"integrity":"sha512-AR3vaAnbL2J71qRCIn7ad39aESrM1oft/gq5DC2ftkJxS2GSnEBp37Ye02NeGtdHbHSNQp0GdzSjpvl8CT1r3w==","signatures":[{"sig":"MEQCIHd5cnUImgE2lexAt3FZjq/+Hn0jkz1FBOVfJJLMGWlOAiAObRhw7ePbavqZvryvDKFyJCjiLN3T1RnUaA4w1UV3mQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\cac8e8c6-dadf-4d59-a69e-0c456184fdea\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\cac8e8c6-dadf-4d59-a69e-0c456184fdea\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250827.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AR3vaAnbL2J71qRCIn7ad39aESrM1oft/gq5DC2ftkJxS2GSnEBp37Ye02NeGtdHbHSNQp0GdzSjpvl8CT1r3w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250827.1_1756353903694_0.10278696191288605","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250828.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250828.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"753c38453bd6d9969056be835188defcee0088d0","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250828.1.tgz","fileCount":296,"integrity":"sha512-ff0/LmHr/2vjjvLIDram2TyscW0TK75aciVL3bfFR/v533df76w9BczHq2dn9r9t78wHs5Z2O2TSh4w3IEsuaQ==","signatures":[{"sig":"MEUCIBsqDynqbqje3F78QGmMp1SKikOreDlEQduDgNubLKhpAiEAwuqiGJwZD7oFKeWnKA0yITQd3xylbbiz8NwUZczqc4A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\4f17d06d-aeed-4b2c-8e2c-470307b292e0\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\4f17d06d-aeed-4b2c-8e2c-470307b292e0\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250828.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ff0/LmHr/2vjjvLIDram2TyscW0TK75aciVL3bfFR/v533df76w9BczHq2dn9r9t78wHs5Z2O2TSh4w3IEsuaQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250828.1_1756440330899_0.5977776968174684","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250829.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250829.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250829.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3524d6033bb2e20434fc9e6c4f441e1be537c793","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250829.1.tgz","fileCount":296,"integrity":"sha512-JUng2oVy4jl8s+pK+3m4H7+557QropFlwyMfSA5XvOio1Bk0OqiJjD1MyWTny46vongiUqI+U1mH9i0tiA8phg==","signatures":[{"sig":"MEUCIC/IS6zHowFbdQHdRaElUpWHVvlDZWFlVoTDIWX7vHIcAiEA495Ly7Tads0NiFxuZ6cC2nhSjkoxRY2my336gIdtcNU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\e45e7cd0-7530-40d0-8833-0ba70243484a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250829.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool 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","generate:client":"autorest --typescript swagger/README.md","update-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\\e45e7cd0-7530-40d0-8833-0ba70243484a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250829.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-JUng2oVy4jl8s+pK+3m4H7+557QropFlwyMfSA5XvOio1Bk0OqiJjD1MyWTny46vongiUqI+U1mH9i0tiA8phg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250829.1_1756526880177_0.1280320506991437","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250901.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250901.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0ee71503ba4c1386bf5ffd7f31720c5922a0aa97","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250901.1.tgz","fileCount":296,"integrity":"sha512-UY1itFtNSTxeA5Un0iX/BU7v3alRPJ5bZwh3Y4/ElHj2orxDpHtzSPfScwK33u+GPFEfY/b3Kp1uEzY7g92PaA==","signatures":[{"sig":"MEYCIQDU8MbhMNK42dgiRfGdc3mikLJ7Wpsbu3Adarm5/U0tjAIhAJb316c5ibVvhehPf8NjTnpyFqwKJH0VY+WzGtGEmvoY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1370e898-b3cc-4255-b861-e45459305fe1\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\1370e898-b3cc-4255-b861-e45459305fe1\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250901.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UY1itFtNSTxeA5Un0iX/BU7v3alRPJ5bZwh3Y4/ElHj2orxDpHtzSPfScwK33u+GPFEfY/b3Kp1uEzY7g92PaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250901.1_1756786697930_0.12415925660813554","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250902.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250902.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cc33fb55ed32e9247076442ffd652df9c0f3897a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250902.1.tgz","fileCount":296,"integrity":"sha512-w2gKE3E4prt+T+o5eDpfkNzNB3c9992cwo8LeGtiEzUuyCM2xzRECY851OzBGTjMEES2rafKcyierCWlKUWE6Q==","signatures":[{"sig":"MEQCIHQ8e70fzmP84lhAS2DOhZo6y5eKvC2L90O+AqkKPDYmAiA1Ejf3wa4rOD5NVeM3mZlydJAvW1kgU5bOYa0fGxWZ5A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\239d6cef-462a-4721-bb8e-7b84fd578efe\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\239d6cef-462a-4721-bb8e-7b84fd578efe\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250902.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-w2gKE3E4prt+T+o5eDpfkNzNB3c9992cwo8LeGtiEzUuyCM2xzRECY851OzBGTjMEES2rafKcyierCWlKUWE6Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250902.1_1756872366359_0.27525469096985544","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250903.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250903.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2fedafeeff63557973222995ecdf327442d92685","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250903.1.tgz","fileCount":296,"integrity":"sha512-jzvCZFk4vxISztaBG0ZvUMQvYrOkEH+kZMAAiiPdO4SLSmjTVl8OZQeTNZqlsHv57Nbl4WM23DhdoselbEFeqA==","signatures":[{"sig":"MEYCIQDzBEIiWLRFFAORqVYAhMY1iluKiNwKydzzXiPcJJECOAIhAPuWK6hU8unJHH2X36JqIKdX8GrV+gagap6OoQGBTt2n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\0e689b90-1bcb-455c-8c21-5563b70d4619\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\0e689b90-1bcb-455c-8c21-5563b70d4619\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250903.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jzvCZFk4vxISztaBG0ZvUMQvYrOkEH+kZMAAiiPdO4SLSmjTVl8OZQeTNZqlsHv57Nbl4WM23DhdoselbEFeqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250903.1_1756959171472_0.2831873712170494","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250904.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250904.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"78196e7e044fe623a04ac32a976bb1ce5c8b27ab","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250904.1.tgz","fileCount":296,"integrity":"sha512-AiRjfIf/k8MzVN4J/W/uK405gvP8xwrM5f5ZwKOb5fK7z2yTxGdDu7m2HoZQJmaBvvaPMbDJ4Miw8FgCTa80dA==","signatures":[{"sig":"MEUCIE12vKCCd3ttHz//soIEMlAFVITkaGVrB5X5wPTxL95IAiEAl1eK5Ff64uQr6hy64IRd5QO5sNfI54BeHxJ3Qfn5LQM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\55012cdf-e005-451e-8049-33c0068811c5\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\55012cdf-e005-451e-8049-33c0068811c5\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250904.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-AiRjfIf/k8MzVN4J/W/uK405gvP8xwrM5f5ZwKOb5fK7z2yTxGdDu7m2HoZQJmaBvvaPMbDJ4Miw8FgCTa80dA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250904.1_1757045531222_0.4400576307373183","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250905.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250905.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9f5f38d54b3bbd425d78198081b7fd01fa9648f4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250905.1.tgz","fileCount":296,"integrity":"sha512-ZoZ77qmwNABEAkXIE2qbMXlLpk0sa9XvWcW9jhaPbwo8VY/fUx7p1uYbjIZvUb8fu7lqKqkDHjt1TfmuDHGNDQ==","signatures":[{"sig":"MEUCIFay+cbbhla8fyXKpZi2xYqBQoa2I0i0mQfA/4uJi/aVAiEA8p0aDC+EgBnNPIDp+jBFRbCGcYR3n/rZL7D8CkjeKpQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f2edbbaf-f2e2-4d9a-95f7-b0baa0219f26\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\f2edbbaf-f2e2-4d9a-95f7-b0baa0219f26\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250905.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZoZ77qmwNABEAkXIE2qbMXlLpk0sa9XvWcW9jhaPbwo8VY/fUx7p1uYbjIZvUb8fu7lqKqkDHjt1TfmuDHGNDQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250905.1_1757131040713_0.799005991878313","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250908.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250908.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9c3aa5ff7fedee479f6acc5b0b4812258faf5834","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250908.1.tgz","fileCount":296,"integrity":"sha512-0wmvadhLZ5XSNAXk9OEr+qurIII3HKyxmfv3eYbvitHCjmfHS2pbpR4ZIxjUXqHJMz7P9o6QzlPHUAWztT9izw==","signatures":[{"sig":"MEYCIQDD/Rrt3bWV/6lQc87fdXtoLqtedV9Lj8wh40tj6rXTNwIhAKkQG3XJRrt5CQRCHBiiy5Wcc5lrVrCdwHoUb2PTGLW6","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1c8e8029-80ce-4f27-807c-09a2aaae555e\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\1c8e8029-80ce-4f27-807c-09a2aaae555e\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250908.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0wmvadhLZ5XSNAXk9OEr+qurIII3HKyxmfv3eYbvitHCjmfHS2pbpR4ZIxjUXqHJMz7P9o6QzlPHUAWztT9izw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250908.1_1757390408650_0.9697408725906866","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250909.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250909.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250909.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fb3d0f37995783b5b0be7ca3e3994bb1358f80ea","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250909.1.tgz","fileCount":296,"integrity":"sha512-HtzlgliLiupdESCaIrFQ1q0/cZQ+yrp/6Hw0ZA2bdifgxPTfNY/SToarx9VlFlunzZdqpUEdb+nWMIIGuAucQA==","signatures":[{"sig":"MEUCIQCANbpBGvE8xeMXQdY7izL/BSTjRmdBPigTn2CMXpY1LQIgcS5nCtUDJu2ylFNOptur6gAOm/VxPNyzGNgGJ4myACQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\586e2f59-2af0-4351-8038-39e9f59b4ab4\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250909.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\586e2f59-2af0-4351-8038-39e9f59b4ab4\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250909.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-HtzlgliLiupdESCaIrFQ1q0/cZQ+yrp/6Hw0ZA2bdifgxPTfNY/SToarx9VlFlunzZdqpUEdb+nWMIIGuAucQA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250909.1_1757476645824_0.5759939124677516","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250910.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250910.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"724ae954fbf77d6272c4cc25c771d88b67917638","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250910.1.tgz","fileCount":296,"integrity":"sha512-hyzO/+JzA2KPqQA3hZzg0KeZRcWno+NPbKtw/PPwrRXaKVyt9c3gMpKGCSA87Uyt9RK3XipJJpHNsEy8NEJ20w==","signatures":[{"sig":"MEQCIHqKxom39jdtH/2BI12YR0/mTQqhvna0EN5KqjSyxY/SAiAvegSuEbk4AgvEaatMWQfMnk+aC+0SBJmVJdFj2I2qMg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\7030e7b5-dfd6-4e74-94b0-2b3eaffe4f6c\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\7030e7b5-dfd6-4e74-94b0-2b3eaffe4f6c\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250910.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hyzO/+JzA2KPqQA3hZzg0KeZRcWno+NPbKtw/PPwrRXaKVyt9c3gMpKGCSA87Uyt9RK3XipJJpHNsEy8NEJ20w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250910.1_1757563408392_0.11950822083761237","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250911.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250911.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"897952d96d88d803b89074ed4d34ee5361916622","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250911.1.tgz","fileCount":296,"integrity":"sha512-A4OPxkE4jeIX4xr2Q9Xvi81BbecC2AwVox75T1kFYqqzzYv1z0DZBOKQaE5jIQ3fYZu4Ng2ijJxhLjLjKKUVfw==","signatures":[{"sig":"MEYCIQC5VDHD74FBiGRiJWsuVuTBjzkFOnpsXrGFBv32giv8bwIhANqgYDB7JSlNPboyaGjnSWWw8oL2ckybN0v1IYSa6PVq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\11101a0f-dc96-437c-b23f-d3cf5f785ff9\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\11101a0f-dc96-437c-b23f-d3cf5f785ff9\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250911.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-A4OPxkE4jeIX4xr2Q9Xvi81BbecC2AwVox75T1kFYqqzzYv1z0DZBOKQaE5jIQ3fYZu4Ng2ijJxhLjLjKKUVfw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250911.1_1757649703601_0.3027374799016005","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250915.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250915.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a54f6b5515a91feec93c857832509e2efb151748","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250915.1.tgz","fileCount":296,"integrity":"sha512-J71jlUGrIJaXOx4iY4f1MOw6HMQDhwPZapz8ZJ97Bs4wkf+Aoq85f7IoofItga+KIWzEqNFq2WmbJWT1jZ7q1Q==","signatures":[{"sig":"MEUCIQDXIf5oyb/1r+hEAbAWzSWzhgDWYaLy7phEsPdBWuvq9gIgKmfh304IBadZ0buytqYluhz6WT075CU2Yga2XvnEv0E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\54f9a5ac-3f85-4c9e-882f-d2c3fd900f83\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\54f9a5ac-3f85-4c9e-882f-d2c3fd900f83\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250915.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-J71jlUGrIJaXOx4iY4f1MOw6HMQDhwPZapz8ZJ97Bs4wkf+Aoq85f7IoofItga+KIWzEqNFq2WmbJWT1jZ7q1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250915.1_1757995118008_0.3620339558280983","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250916.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250916.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"14901af3d8ebf8f84601845ef110270451bdcdf6","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250916.1.tgz","fileCount":296,"integrity":"sha512-+dq8YODqr4mBpIsAcwjXH/eOak9NJN+/dwYxjpEJ+ftJKNlDTEB+K1as9uu97xyKS18ShsPCkQU/ZR5l6VwavA==","signatures":[{"sig":"MEUCIQDOnhLlFtCpo3lKIe5NTY14eV8FfQAbEeSvxOCJi9H+agIgEjsvgK+ACGYW64fYiMwn9NOZdX3MJcoY8Ogx1SIWLAs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\4d31ca12-ddba-4a21-a5ff-9768be70bf54\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\4d31ca12-ddba-4a21-a5ff-9768be70bf54\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250916.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+dq8YODqr4mBpIsAcwjXH/eOak9NJN+/dwYxjpEJ+ftJKNlDTEB+K1as9uu97xyKS18ShsPCkQU/ZR5l6VwavA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250916.1_1758081779712_0.7756593942291021","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250917.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250917.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250917.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e0c19c2c7252f40edb50acf011d91d7701bb9bef","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250917.1.tgz","fileCount":296,"integrity":"sha512-rSFoFVLTStf67bBTtNCNE07U15XPOvy25mWdTQYVcguWhzxR6Y5jN44AiH2EDOaE/jg2DllzbgYOU8An9d/Rug==","signatures":[{"sig":"MEUCIGzHVDrpOnF4EYHVdmt8LO+Mkc44jO+bzv7w0V33c/xpAiEAr4ntuD08i/2FNsriycPoQuOYS26vvXT8hnjto/DdATU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c82d7fb2-fbad-4740-9a00-abb327828571\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250917.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\c82d7fb2-fbad-4740-9a00-abb327828571\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250917.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-rSFoFVLTStf67bBTtNCNE07U15XPOvy25mWdTQYVcguWhzxR6Y5jN44AiH2EDOaE/jg2DllzbgYOU8An9d/Rug==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250917.1_1758168232535_0.17979420242324728","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250918.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250918.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf32647c24e07a5c30d0df1f47075b1a1628ec37","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250918.1.tgz","fileCount":296,"integrity":"sha512-OyudOLmYESFZAwokvgjnJ7FbrAW8M9cTnaJmOTd8ZyAwQyNly9Y0UF2bSRQXfHntjQZrszl9mXeDA+4uxji1wQ==","signatures":[{"sig":"MEUCIH5twmK1YgHhCnnf8kDSlmLlkJCW/ARwyAythuYLZcW+AiEA3sW5oFw20OcuCL0hRZUdmn12XQl6EP1hjAm5Vyb83tI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\3c9e1e9d-2bac-4ad8-9b45-1ad6809e59f5\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\3c9e1e9d-2bac-4ad8-9b45-1ad6809e59f5\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250918.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-OyudOLmYESFZAwokvgjnJ7FbrAW8M9cTnaJmOTd8ZyAwQyNly9Y0UF2bSRQXfHntjQZrszl9mXeDA+4uxji1wQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250918.1_1758254334450_0.3866295549862613","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250922.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250922.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3f14ddc61051a74fbf68ed48fe156d5b3d4fb93e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250922.1.tgz","fileCount":296,"integrity":"sha512-KUMSV8eCBlaHnlsfCweWRRJhyF/WyCG3aDBRevdq6EEvN2zMhyCUwT3SxUHgzJimGCYyxnW9JChk4h2k6djwtg==","signatures":[{"sig":"MEUCIQCzIlA6YfpKKwWo5/DilmL2NUdDLad94jSTKyfVy2abNAIgBD5g63mNQATVZ8fFy74WgbHZhDEA+6GG977mjdVkp68=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\301dd96b-22b1-4872-a6c6-cfb0c8f83f6e\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\301dd96b-22b1-4872-a6c6-cfb0c8f83f6e\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250922.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KUMSV8eCBlaHnlsfCweWRRJhyF/WyCG3aDBRevdq6EEvN2zMhyCUwT3SxUHgzJimGCYyxnW9JChk4h2k6djwtg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250922.1_1758600358576_0.4961791773352511","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250923.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250923.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8f3d08845e9a4475a18b25a7d8757bf3dc4b75a3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250923.1.tgz","fileCount":296,"integrity":"sha512-KuKkoqqWuaUJ25GfgJ5mdhJFVA+O1asPK2sVWcp4HZiyqBbfyk1ERo0NVUjlxm3C3nDbMY1zZwkRtMIFOhqYqA==","signatures":[{"sig":"MEQCICE2zx56WPWxTEWOassl691xP/bPfsOrUGpkBgX7C812AiBj/F92rPewkHxVkqou1Ez8JYfjwFY0fxyAtaTcbv2ZBQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\5e24c5b6-2324-4a6c-bbcf-6542b52d8439\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\5e24c5b6-2324-4a6c-bbcf-6542b52d8439\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250923.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KuKkoqqWuaUJ25GfgJ5mdhJFVA+O1asPK2sVWcp4HZiyqBbfyk1ERo0NVUjlxm3C3nDbMY1zZwkRtMIFOhqYqA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250923.1_1758686322724_0.338799565605181","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250924.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250924.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20250924.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d16e44fc18b5ee717c701d8c71716be3b8010b29","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250924.1.tgz","fileCount":296,"integrity":"sha512-dCOq4HsjfXDjCjHdI+NBA1Z/PcZ98eDP2tPAq9OwGwSPlhAoZzcn2LT6s91ec1/UUk9bkDOcyTMByrJmI+LfnQ==","signatures":[{"sig":"MEUCIFBMSqKGGQ6lqOZQwVRmYoLriC4APf00+JpR4B/Bt1h4AiEAhy4spz6Fy/Euj2qjUPBrpZqm1w3pxBQYa1RYVBt0TR0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\221435e5-9796-461e-85a5-4f5f8c10b5bc\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250924.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","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","generate:client":"autorest --typescript swagger/README.md","update-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\\221435e5-9796-461e-85a5-4f5f8c10b5bc\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250924.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dCOq4HsjfXDjCjHdI+NBA1Z/PcZ98eDP2tPAq9OwGwSPlhAoZzcn2LT6s91ec1/UUk9bkDOcyTMByrJmI+LfnQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250924.1_1758772695297_0.2818949289202506","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250925.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250925.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1654bc98ce32be03c58b7eccb661a6236a2886ad","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250925.1.tgz","fileCount":296,"integrity":"sha512-Y8WpjPDWf5iuMV97/Z96MyobQWFjuIs6/hEiw4QLeg969atHvDY13Q1aOY2+rn2ulhSBpcJ7lPvylgitIwItCg==","signatures":[{"sig":"MEUCIQC0sLGtRV1nhH/k+pk4nuPJl6FQtIsdw6udPesLXydXKQIgKoHDDF6O8E2Bb7+iBYvOInSP/chGWYd246t4f6WMW/U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f5381b37-e2b4-42b6-9dc1-53b72a9113d3\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\f5381b37-e2b4-42b6-9dc1-53b72a9113d3\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250925.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Y8WpjPDWf5iuMV97/Z96MyobQWFjuIs6/hEiw4QLeg969atHvDY13Q1aOY2+rn2ulhSBpcJ7lPvylgitIwItCg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250925.1_1758859072437_0.3595726570934008","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250926.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250926.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ec32fa3c1a01a11709fa4ddc03ba5db4886b88e8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250926.1.tgz","fileCount":296,"integrity":"sha512-RqZIpoEdFZszgUBpcQUqxdvqliFC+uMLq9agrUKP/z//P9WkYEJDrtS8s2znO2/kxuDJuBFeE0yRp6pNV3s1GQ==","signatures":[{"sig":"MEQCIHCsdCcWl45w+x+hxEBN3DvLdj5v744K2bIMsJ40B/JmAiA9Wi+7OuPlncH3M4m8d+U8pwzRK0Gf1q+r1uk26pzVnQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ec97ee55-bcb0-4a3d-955d-675748d02ea0\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\ec97ee55-bcb0-4a3d-955d-675748d02ea0\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250926.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RqZIpoEdFZszgUBpcQUqxdvqliFC+uMLq9agrUKP/z//P9WkYEJDrtS8s2znO2/kxuDJuBFeE0yRp6pNV3s1GQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250926.1_1758945512260_0.3627560607190585","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20250929.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20250929.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"104136a0ea40290bf64eba1e2e333c98d04725d4","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20250929.1.tgz","fileCount":296,"integrity":"sha512-SkJ/HA29lnstarNNk0VAbzHhWt0hOlCg1a5oPwu+T8zsaJ7lrHcyHGWrhk0WtAXS1lsw5JqvpTKxM2vGRO+ntQ==","signatures":[{"sig":"MEUCIQDgaC9rqfD0gDmnWm4gDV25VSLcL+J/2nrhQq/L7XsXNAIgTYcKgh3vg9NPhifNZCB/TYoYpZrfGm+glFB3qFOm4LY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\cb45db46-f1d1-430a-ac7d-1f89479477e8\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\cb45db46-f1d1-430a-ac7d-1f89479477e8\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20250929.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-SkJ/HA29lnstarNNk0VAbzHhWt0hOlCg1a5oPwu+T8zsaJ7lrHcyHGWrhk0WtAXS1lsw5JqvpTKxM2vGRO+ntQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20250929.1_1759205070485_0.2561624461461407","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251001.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251001.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2ea1a4ea3e19cee588da338e32a97f34da2c5af9","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251001.1.tgz","fileCount":296,"integrity":"sha512-BaoeSZjdl1+tP48N98sAIR5nLB6K2Q4tOcQS1IP/IE+cOU+bgta7sJxAsTZlNkJxcJPjapQGBER/6AkEmyRLPg==","signatures":[{"sig":"MEUCICAjnWaVXeiaRHEW1mOEo0aRJcBVFLG2UL4u05o3bmQnAiEAyRs2Huz3R4dYzkYsC+QV++qB816sjsiS8qBkz/Qa8uA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\48747469-f72d-4d11-bef0-4dd181528680\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\48747469-f72d-4d11-bef0-4dd181528680\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251001.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-BaoeSZjdl1+tP48N98sAIR5nLB6K2Q4tOcQS1IP/IE+cOU+bgta7sJxAsTZlNkJxcJPjapQGBER/6AkEmyRLPg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251001.1_1759377464619_0.823874121684401","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251002.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251002.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251002.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7ddd023c852718ccbabd0cff7d09159c8b28f258","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251002.1.tgz","fileCount":296,"integrity":"sha512-TMY7rit/1LKBgsvrpvwhdQPictLiH7TmugJ7AHHaYa7yL4gDd7MCUYL5YE56ewQzTrjKQC5w/tmbMXE+A4EwwQ==","signatures":[{"sig":"MEUCIQDsT5TGiB/G+BL4f3JZElGBML66U3w97qFCE9Aueuj1EwIgZkRLl9W18Fqid7gCy8pMNPCeVP9x6lZzPejABcEWa2Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\a454add8-2b97-47e2-b4a7-703e06229748\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251002.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\a454add8-2b97-47e2-b4a7-703e06229748\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251002.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-TMY7rit/1LKBgsvrpvwhdQPictLiH7TmugJ7AHHaYa7yL4gDd7MCUYL5YE56ewQzTrjKQC5w/tmbMXE+A4EwwQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251002.1_1759463879009_0.3593068949588958","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251003.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251003.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1da6e45a9b35d22bba668d6284a2d970c41a91f7","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251003.1.tgz","fileCount":296,"integrity":"sha512-o3obYfZX4l5F9WVGZr9kzD8UhJ0vMIkmpUlv6MrsRts+3eQ+sRWxaooi+aeTEm4devALtjeIv3x3xmA84m1NDw==","signatures":[{"sig":"MEUCIQD+xV2AHizRVWdeRF3Rc863bIx23nAqlcK9Hc8+XP+mpAIgZc343eUD4lnlajT28eEw7PP8udb/Cm52gczUrUyuUvs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284637},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\3dffbd35-ff47-4660-bd28-149c167afa7e\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\3dffbd35-ff47-4660-bd28-149c167afa7e\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251003.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-o3obYfZX4l5F9WVGZr9kzD8UhJ0vMIkmpUlv6MrsRts+3eQ+sRWxaooi+aeTEm4devALtjeIv3x3xmA84m1NDw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251003.1_1759550545855_0.25141849706061725","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251006.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251006.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251006.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b5341297eecaa0cc739426dbd2a9a87740fb50f3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251006.1.tgz","fileCount":296,"integrity":"sha512-v0Ot+s+YhkJfHtPDYWOXDFKMGVUMU16YA+Lo3IBYyyPQt7edaQLddze0Zbo03mP39a8rWSoZKe+Pt3//f7mutw==","signatures":[{"sig":"MEUCIQDY1EiPQ7laVN5N4KrPIoYY+Jio5/dPwD6v+kW5alDZ2QIgJDH6XEVazZSx9RLuCIfAiTCacyRFnoZm9H6G7qK2kBA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284636},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\55e51d97-41a2-4d71-a126-6b018889aafd\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251006.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool 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","generate:client":"autorest --typescript swagger/README.md","update-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\\55e51d97-41a2-4d71-a126-6b018889aafd\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251006.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-v0Ot+s+YhkJfHtPDYWOXDFKMGVUMU16YA+Lo3IBYyyPQt7edaQLddze0Zbo03mP39a8rWSoZKe+Pt3//f7mutw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251006.1_1759809621087_0.679588286785852","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251007.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251007.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251007.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"16fcd1069704fec30ebfe081b56c6c6b812072b3","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251007.1.tgz","fileCount":296,"integrity":"sha512-YgZbOQ8fODjj2I2Zglbz5ID3v54f20YrVzCWx3UnwBQgxRhbTI7nM5oBzrCeMAnU6Ipf54oeOvr4S0VUVsarQw==","signatures":[{"sig":"MEQCIBanMzazyVH3oabsSFGFIWQH9NYr4Ok3G6iuxhiTEKJyAiByZ0Wo/IbgoyucZkfxXgNKOdo5/jFb1y1KixdaXFrp0Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284636},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\292034e7-f00c-492b-a6e1-0eecb80b8170\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251007.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\292034e7-f00c-492b-a6e1-0eecb80b8170\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251007.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YgZbOQ8fODjj2I2Zglbz5ID3v54f20YrVzCWx3UnwBQgxRhbTI7nM5oBzrCeMAnU6Ipf54oeOvr4S0VUVsarQw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.8.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251007.1_1759896260328_0.7255252975737156","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251008.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251008.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251008.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"af4ea9d601fb538016fef24fc1a58afac976ba11","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251008.1.tgz","fileCount":296,"integrity":"sha512-gDa28fd6LOP/o4tY8eyR2Qe3m4Ba1NIFVTu8YPvAgK7biGk++j5o4tVbSxo7F54eUYgZws1BJDLbmxdN9vbhsQ==","signatures":[{"sig":"MEQCIGMgjhUXvpWdHjFxraQqIGMQbjWWk1EPdyw7nyOaZQGmAiA07pv+QXx1c9CllVU8uCqlpFrSSeEY2II8OjPgrq3h+Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284636},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1594e04f-bcf6-4892-8c54-55294aeef9c7\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251008.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool 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","generate:client":"autorest --typescript swagger/README.md","update-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\\1594e04f-bcf6-4892-8c54-55294aeef9c7\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251008.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gDa28fd6LOP/o4tY8eyR2Qe3m4Ba1NIFVTu8YPvAgK7biGk++j5o4tVbSxo7F54eUYgZws1BJDLbmxdN9vbhsQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251008.1_1759982754493_0.18315420264234517","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251009.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251009.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251009.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1b0aa229de3d794a4294a0279766d865e83a0864","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251009.1.tgz","fileCount":296,"integrity":"sha512-wHq9JQ4pBH/M+dja0WSpOw9zIH6CLFPCBHCX0ZX6lu5GrVMQ2wSP+862+rGjT3btTO2VIx2sXvZYy2WOAXINuw==","signatures":[{"sig":"MEYCIQC1lgI3xhMBIh//pkAy2ACKD7hvIQq2P/SQPIhVL9B2BgIhANZEGJkd2TGffamUyQYCpw8zmNnfpz7p/i7UZ9UyKw4j","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284636},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\2f504378-5464-4cf1-a8d3-cf60dac4c91a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251009.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool 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","generate:client":"autorest --typescript swagger/README.md","update-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\\2f504378-5464-4cf1-a8d3-cf60dac4c91a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251009.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wHq9JQ4pBH/M+dja0WSpOw9zIH6CLFPCBHCX0ZX6lu5GrVMQ2wSP+862+rGjT3btTO2VIx2sXvZYy2WOAXINuw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251009.1_1760068736962_0.9629155660900504","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251010.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251010.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251010.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0400d150f20ca2416268eb903d9e2f1348fa8d24","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251010.1.tgz","fileCount":296,"integrity":"sha512-m1nWzAL51Cdwh53zmiYQdCMwK3ilM9BUrBVsBM3nUHLz3MmUh6YVlFH+qWVtMpEqBmUlSTa3hydouiam+3BABA==","signatures":[{"sig":"MEUCIQDpNgCXYGZljDezf6GcA1ssO5LBzfMxRvpxsxkPx9JjRQIgIUKY4TruWFW/CMMtAsmnbwpv6DCLkJYHwRJeM+D27/A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284636},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\86618d32-3e28-4780-abca-c69358bd6bd7\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251010.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log","format":"dev-tool 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","generate:client":"autorest --typescript swagger/README.md","update-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\\86618d32-3e28-4780-abca-c69358bd6bd7\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251010.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-m1nWzAL51Cdwh53zmiYQdCMwK3ilM9BUrBVsBM3nUHLz3MmUh6YVlFH+qWVtMpEqBmUlSTa3hydouiam+3BABA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":"^1.18.2"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.0","eslint":"^9.33.0","vitest":"^3.2.3","unzipper":"~0.12.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":"^2.3.4","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251010.1_1760155103873_0.6489149947484201","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251017.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251017.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251017.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"feea5b5c3c31397e9fed93cda9ac50bed5ecab5e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251017.1.tgz","fileCount":296,"integrity":"sha512-WmkIzam1YW0NkZFRfzjFO755WIgt9kgbwYDWx+tlF17A/QmJb+ga/NWiMW3cx897cMKdsRqz3JOR/VgOZvSdyg==","signatures":[{"sig":"MEUCIQDf3El3DJBW4ItQDVmSrx06NTg0YK8eK6gtZGvpnbw5jgIgeTdo4NYcvTu1YThqMLuv/izgCoovHxCRNZYzMugC330=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284837},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\84e8e526-bbd8-480a-a6a6-12d7072772d8\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251017.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\84e8e526-bbd8-480a-a6a6-12d7072772d8\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251017.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-WmkIzam1YW0NkZFRfzjFO755WIgt9kgbwYDWx+tlF17A/QmJb+ga/NWiMW3cx897cMKdsRqz3JOR/VgOZvSdyg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251017.1_1760760429430_0.20685832047868846","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251020.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251020.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251020.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"47fc5e8bfcd7dbeb87e74d34e5c686720f50419f","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251020.1.tgz","fileCount":296,"integrity":"sha512-NmCHNOfBhXxtyJI68wveHjNoR3aJsiTjtUzBI5q9HQa04JqjqhPS/bcqsQXnZ2V6mymrwn7kplRlUQm0jzZPHg==","signatures":[{"sig":"MEUCIDsAzjqWd0X3em/0T3gQjFuU3tu24ehpf6htNTPbfoe7AiEA/CAzN2m7+yzwImddBa2BZNXrT/6EXewzcLcz50Ept20=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\02f274b6-f93a-4b94-9d39-b74b8e663507\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251020.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\02f274b6-f93a-4b94-9d39-b74b8e663507\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251020.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NmCHNOfBhXxtyJI68wveHjNoR3aJsiTjtUzBI5q9HQa04JqjqhPS/bcqsQXnZ2V6mymrwn7kplRlUQm0jzZPHg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251020.1_1761019562904_0.19360230321528915","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251021.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251021.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251021.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a73f1a2a4f9a7ea2cb6e72181fcf9c7949fa5bc2","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251021.1.tgz","fileCount":296,"integrity":"sha512-zcGBUuXRzEFan0EnCfh2LCMrUewmajFBpHHlchjcVvdIrm7/AipXzBAAKdnRshyJ23oPsCCaFiNgWnDVFlWc5w==","signatures":[{"sig":"MEYCIQDFiE6vSzXC7ic/sxP8fqB/NCbzmVdPrQi379s5Z05pCQIhALIDLXK0BQNv6B18evEnFr8OuNulD5RrRMYQZJ5oCygX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\80a4b42b-a933-4982-985d-a5cef26e2137\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251021.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\80a4b42b-a933-4982-985d-a5cef26e2137\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251021.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-zcGBUuXRzEFan0EnCfh2LCMrUewmajFBpHHlchjcVvdIrm7/AipXzBAAKdnRshyJ23oPsCCaFiNgWnDVFlWc5w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251021.1_1761105815045_0.1331562558821333","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251023.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251023.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251023.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1746b914d014e2c57fc18912ad0b9e6157e75d3d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251023.1.tgz","fileCount":296,"integrity":"sha512-FI/Rb4kY6pGquWTzSXxQ6lLP6eVNRQmWPBzDeIRPp+4I+zBBOYE51Jor8wt10hmgGkes5qZJ9XLfvih1oFZMsA==","signatures":[{"sig":"MEUCIQDNXg31jVgCqLkV1r5wXhh5p2cn+6QNJQhirNLRIwoH+QIgT+QFvMJS+fXOZauvI03NAu3EOQDOvCNktINs0Q0ANvo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f7efd46f-441d-42b2-a6d7-2eb585d584d0\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251023.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\f7efd46f-441d-42b2-a6d7-2eb585d584d0\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251023.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FI/Rb4kY6pGquWTzSXxQ6lLP6eVNRQmWPBzDeIRPp+4I+zBBOYE51Jor8wt10hmgGkes5qZJ9XLfvih1oFZMsA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251023.1_1761278492615_0.5559691511215454","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251024.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251024.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251024.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0b2dcd47d900a78941fcc59f39972368bc1f86b1","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251024.1.tgz","fileCount":296,"integrity":"sha512-H4wf0mwOPDIapL4nGP+ecdnEaxH2jUfboyaYX1XYFCrrrvszsR4qq9oCSmzEqbHvBY8hlhWIbVvHNMca9fa8fA==","signatures":[{"sig":"MEQCIBRrmXbU279E/TXGze1xNAysmw0mCNYkAYhW11HvxDe3AiBrpLuAvRVRPcLJfDXHKMy9oQyCb45FS8SeJB/zDIqiew==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f8028cd2-0727-4380-84af-fbbcf7f4651f\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251024.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\f8028cd2-0727-4380-84af-fbbcf7f4651f\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251024.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-H4wf0mwOPDIapL4nGP+ecdnEaxH2jUfboyaYX1XYFCrrrvszsR4qq9oCSmzEqbHvBY8hlhWIbVvHNMca9fa8fA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251024.1_1761365025597_0.8564492069707828","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251027.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251027.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251027.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"221e29a0c82b6544c132133efef89ad59df29a2a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251027.1.tgz","fileCount":296,"integrity":"sha512-wSxSeUwiB+oCZXF54o5HmDlW/LJb6u6j/Bbq8OtThV7RxjMM4Qr4baQ54RciEzd8RyoO+Zrdo5yBWLI6Oo5CuA==","signatures":[{"sig":"MEQCIG1oWrtj/HIGFUk7JpPPX/S2mfm5k3ChJprAT4/HJ8S4AiBHVwe259x5WVVl5zpx8Q2FuW7WOO5IBBeVA1nDZP5rQQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\056a50ca-5dd9-4b71-97e1-459c207e7c4a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251027.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\056a50ca-5dd9-4b71-97e1-459c207e7c4a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251027.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-wSxSeUwiB+oCZXF54o5HmDlW/LJb6u6j/Bbq8OtThV7RxjMM4Qr4baQ54RciEzd8RyoO+Zrdo5yBWLI6Oo5CuA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251027.1_1761624433966_0.7636661480815765","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251028.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251028.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251028.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"3c41ac251958550d843a30a8ed25c45796fc1e4c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251028.1.tgz","fileCount":296,"integrity":"sha512-QfA/E/SwuDrfBR9UMhm38nzqe80xaEr8T4tF4LoqNrvR/k5DgYoO2dPduHlKYS/h4E66gTbJKiw8v1pmrMwq1Q==","signatures":[{"sig":"MEUCIQCqIFDb5UfHCcDm/q3IAGkk6TRzmMfzx6WokaYKM+neiwIgfz49WgFLSIFIWHLKVHHjs1yY7NYQBpuNzlAZi9V3mtk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1055c839-1a62-4229-ae9c-b30a54d994a6\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251028.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\1055c839-1a62-4229-ae9c-b30a54d994a6\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251028.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-QfA/E/SwuDrfBR9UMhm38nzqe80xaEr8T4tF4LoqNrvR/k5DgYoO2dPduHlKYS/h4E66gTbJKiw8v1pmrMwq1Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.1-alpha <1.22.1-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.1","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.1-alpha <2.5.1-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251028.1_1761710868710_0.8187969592227777","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251029.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251029.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251029.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"513ae77820f723c02cb11ce23f1dde45fd9a1129","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251029.1.tgz","fileCount":296,"integrity":"sha512-2sB1FGCfT5of6Ukf1yvA/UIEw2sjLlJmA9tqTh/SCf644cWUnu4OHfx1ffd78gwZJWV348EqPSfUofX3GIpy3A==","signatures":[{"sig":"MEUCIHVsVxlMzuEVZwrHTyYm9ayluIvCCzyZN6sJZ+A7dsFFAiEA9cEJe/XGMqjhN0SdzkyEn73BcL4/j/RVZu2UIlAacgo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\64e6ad51-4667-4c6a-9e93-1025b98e327d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251029.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\64e6ad51-4667-4c6a-9e93-1025b98e327d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251029.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-2sB1FGCfT5of6Ukf1yvA/UIEw2sjLlJmA9tqTh/SCf644cWUnu4OHfx1ffd78gwZJWV348EqPSfUofX3GIpy3A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251029.1_1761796859020_0.05286771307531635","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251030.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251030.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"8acff9f9c6fbe91c5ea762852241b4a2d2be4a4c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251030.1.tgz","fileCount":296,"integrity":"sha512-sFJmBM2sA4g89QElPgZ+XD/hXsTmpkcdCKuGVev6Rh6U9xe8Nr7AiwIZJjLZxWg6Yc1sxddyX2ZzxqLxoMIASg==","signatures":[{"sig":"MEQCIHPG2eSuQTJxB5+XRILWYPxmgvs7QMKgFC+maPMVjDHPAiAXmqRdDA1Cycuwsoh1q6lH201jUBJysaXcB6chtbLEwQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\fc77a0bb-51e2-4872-811f-f05ee88f0217\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\fc77a0bb-51e2-4872-811f-f05ee88f0217\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251030.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-sFJmBM2sA4g89QElPgZ+XD/hXsTmpkcdCKuGVev6Rh6U9xe8Nr7AiwIZJjLZxWg6Yc1sxddyX2ZzxqLxoMIASg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251030.1_1761883744188_0.20386495173519936","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251031.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251031.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251031.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a20a19c1d73cd4730ed7da2aa1a27dcbe9a393c5","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251031.1.tgz","fileCount":296,"integrity":"sha512-Ibss2q8E7Vvthgi3Una6k4afTDLY1HcCEMdXOTCqvyC9psWgKTVXXPd48YNBYDvmQZ/YYDT9uO7ciyrHgDbdCw==","signatures":[{"sig":"MEYCIQCbqXUDfyV2y4armknH4SRj6Ldl9/HW1rn+JuN3giFKxQIhAKOLrxeGLdXcKwmJLBqxFgQpxznzqRlomWZI3ktthIcA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\edc0fb44-49c9-4baf-8509-344a2188ae57\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251031.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\edc0fb44-49c9-4baf-8509-344a2188ae57\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251031.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Ibss2q8E7Vvthgi3Una6k4afTDLY1HcCEMdXOTCqvyC9psWgKTVXXPd48YNBYDvmQZ/YYDT9uO7ciyrHgDbdCw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251031.1_1761970027647_0.9952737762249788","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251103.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251103.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251103.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"aa4cb9b2fa63f536978617f6ea75d33696bab89b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251103.1.tgz","fileCount":296,"integrity":"sha512-0CZagMd1kp8iWyKe52cFZO+fUi1pfnTRRhuufXq4kwkHe084Fm3EJHnAsp25Y/+lbESWXN9t0/pgo74dwqBVkw==","signatures":[{"sig":"MEQCIF/7VlFKlS1j6y+HrFlsX+WRH7b8zLBpBUEKLb2pG1qxAiAVTtlHRG4/7/TM9iMuv+/WFWRyy6fQacROHuqGi4Xcmw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ee3c3365-9b0a-4eaf-aa09-d488bb6353a9\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251103.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\ee3c3365-9b0a-4eaf-aa09-d488bb6353a9\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251103.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0CZagMd1kp8iWyKe52cFZO+fUi1pfnTRRhuufXq4kwkHe084Fm3EJHnAsp25Y/+lbESWXN9t0/pgo74dwqBVkw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251103.1_1762232564480_0.9722124968012424","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251104.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251104.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"44106126b5d6bca3da280df49c78a90b1bde8f04","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251104.1.tgz","fileCount":296,"integrity":"sha512-GIh96fGL1mvsi3cyI69NjcYiJt3dZYTNhKFKIYeh0cX5jH+1Y7Ge+5NZo6nCsh8AQELh/ZqtIFIgOjqlO60oCQ==","signatures":[{"sig":"MEUCIQCnUqo/RbiDxd9IDwJX3ZuXj0qTy9avG3E6Ilw+T8rQDAIgYQkR8FsHewDuDTyUjvlcWKXfpJY5FxCIAgKaG8s2Dh0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284836},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\4f60d3ae-7f49-45cc-9d44-d991edf2e960\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\4f60d3ae-7f49-45cc-9d44-d991edf2e960\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251104.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GIh96fGL1mvsi3cyI69NjcYiJt3dZYTNhKFKIYeh0cX5jH+1Y7Ge+5NZo6nCsh8AQELh/ZqtIFIgOjqlO60oCQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^3.2.3","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@vitest/browser":"^3.2.3","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251104.1_1762319007610_0.036046367287362546","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251105.2":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251105.2","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251105.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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6edcc26cdffd64bf046b523f0aa165ae3677b378","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251105.2.tgz","fileCount":296,"integrity":"sha512-/1vxu/KTf1x4wpg3IF1TrHMOxSyHvXIK+NPmVQ6GNJYjBO3bwVegR9dPrzb2d70uFBudAsNuaQcocC58X49Lzg==","signatures":[{"sig":"MEUCIQD9KCCHhzj4PUCYZVfJg/JtXqQSgctiw4/xjuYoyYozywIgC1Y8rmIecoYfZc65Zi+/B5OEblQJhW0JUB3K34EJidg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284847},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\5aa75d96-2c79-4ce1-84f8-90ebc10ca2fc\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251105.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","generate:client":"autorest --typescript swagger/README.md","update-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\\5aa75d96-2c79-4ce1-84f8-90ebc10ca2fc\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251105.2.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-/1vxu/KTf1x4wpg3IF1TrHMOxSyHvXIK+NPmVQ6GNJYjBO3bwVegR9dPrzb2d70uFBudAsNuaQcocC58X49Lzg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.29.1-alpha <12.29.1-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251105.2_1762405478973_0.5312973021139324","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251106.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2be4900e150f5ebc9f9b7de276822bb67e19e940","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251106.1.tgz","fileCount":296,"integrity":"sha512-R61eyh8V2Efum4fKohghhPH9AISpGworu+Eh+1726wDBWJulIdK5FsbAXRswUKq21awze97o4cBNgUpMgGRzyw==","signatures":[{"sig":"MEYCIQDamGnhJY9rC9hWjF4SOJ1hJSeuK0GEOzDEwz1AtycKOgIhAKy6o0ZoyMeDogoEGUSMSLREFUS5gK9x2FwkgAt7n3ag","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284847},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\d777e843-ed08-442f-ba1d-2b92888c627d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\d777e843-ed08-442f-ba1d-2b92888c627d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251106.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-R61eyh8V2Efum4fKohghhPH9AISpGworu+Eh+1726wDBWJulIdK5FsbAXRswUKq21awze97o4cBNgUpMgGRzyw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251106.1_1762491699361_0.3781240436378286","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251107.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d2db5d35b137252688bc31dd4ef0d542f7999915","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251107.1.tgz","fileCount":296,"integrity":"sha512-FGKP22PPlSPjVmDoMrt47bX24BFFarDAZPoxvvxkBow8JdSPmPjzxM0A4/+PuYMOernylyXMSHqEiTlCqL2uXQ==","signatures":[{"sig":"MEUCICY5/scldBPxDyU73ASfaLNdXPsmiqOyJ++JCceseuzpAiEA+lmdMyE3o+xzKkL2SWDZUIDD1CMCqEBvcdkm61X3vbk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284847},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\e0db1e07-2a96-4a82-96ea-5ec02d82f116\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\e0db1e07-2a96-4a82-96ea-5ec02d82f116\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251107.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-FGKP22PPlSPjVmDoMrt47bX24BFFarDAZPoxvvxkBow8JdSPmPjzxM0A4/+PuYMOernylyXMSHqEiTlCqL2uXQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251107.1_1762578451368_0.3981976375002647","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251110.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251110.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f0239b7bbc868c6c0442e65f12000f5d65074f21","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251110.1.tgz","fileCount":296,"integrity":"sha512-O5H28DR3Cl7TUAMTp7ILcdWvO3HCIO57YGV9lp8cSgjNbdESvutykPoZwsO+smRlZs4HMxbvlCAph+zD42VzQQ==","signatures":[{"sig":"MEQCIAKQhCCgA7eCYB1Z+EFlVMdsZDb1vNd35ZRhtJL1HXVgAiAJFYBE9f05tR4IGUwi4E/GykdS1zZODbC9MpNZXyKzxw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284847},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\3235a075-ecd3-4e83-9441-5e48b4b37dbb\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\3235a075-ecd3-4e83-9441-5e48b4b37dbb\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251110.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-O5H28DR3Cl7TUAMTp7ILcdWvO3HCIO57YGV9lp8cSgjNbdESvutykPoZwsO+smRlZs4HMxbvlCAph+zD42VzQQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251110.1_1762837272226_0.37672582839177515","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251111.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251111.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2140d6e36627e3cec4e0680c37e057236269089f","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251111.1.tgz","fileCount":296,"integrity":"sha512-ngt0ijJ5nbAaKtxGVvtaEPVxqiHOltUlYf6hBlATYDLe9o3LIYd5zcWBB4Ch8M+z7Dsb16jSaLzTsgTRtsr4mA==","signatures":[{"sig":"MEQCIH/s+81LjaLA1nPdrCgJk8t3Jo36FM8DFeojcXKwwIDeAiA/1qKfWthPLPxQCPKgO6vJy026spx0qC8gvYUBBbJPDQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284847},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\d756b2da-b2f7-4ffb-83c4-ad5926b02720\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\d756b2da-b2f7-4ffb-83c4-ad5926b02720\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251111.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ngt0ijJ5nbAaKtxGVvtaEPVxqiHOltUlYf6hBlATYDLe9o3LIYd5zcWBB4Ch8M+z7Dsb16jSaLzTsgTRtsr4mA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.0","dotenv":"^16.0.0","eslint":"^9.33.0","rimraf":"^6.0.1","vitest":"^4.0.6","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.0","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251111.1_1762923586427_0.1660704543372289","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251112.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251112.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"93df1b3dc15ef342008e8206341d1f8227c5eebc","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251112.1.tgz","fileCount":296,"integrity":"sha512-8XkjDhnNkFzIn2rYOJEcjIM0Z2OCQgPHWaQi5KgRIIMyazQKczEdjzS97rAUiCMB9ygSjhzFNm8jrEuCjKK0NQ==","signatures":[{"sig":"MEUCIBa607GYl6R6YW+qDK2Gl+ycSu2UZobB1skR5Assl0heAiEArvtNxdnD39qzJT9cJC1I90K3T7xANXr7mN5swbD3v58=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\979368de-304f-4fff-8c3c-59a1b92c07c3\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251112.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\979368de-304f-4fff-8c3c-59a1b92c07c3\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251112.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-8XkjDhnNkFzIn2rYOJEcjIM0Z2OCQgPHWaQi5KgRIIMyazQKczEdjzS97rAUiCMB9ygSjhzFNm8jrEuCjKK0NQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.50.1","typescript":"~5.9.3","@types/node":"^20.19.24","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251112.1_1763010507785_0.22659198194240937","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251113.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251113.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb663d772ac04f93890e3581f59037284dd66f63","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251113.1.tgz","fileCount":296,"integrity":"sha512-ZFrvouei8Evjwuu/8zaqBjsjFap3pXZrVb9YnvtaW9+RH5c8XfUAPZOcNiXhWSw0gfszMM6Ix9Q5cKJzMOB0KA==","signatures":[{"sig":"MEYCIQCO0SIH7mq+nKTvHfA8KYwxxEUn3Eo0fWsiEwN0l44N8AIhAMxugF8SUgtquqq/rorMNTy6IWZz3z9zgQCwgNdQoALp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\2da639b4-1984-48e7-b4e3-bfefcf40d09d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251113.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\2da639b4-1984-48e7-b4e3-bfefcf40d09d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251113.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ZFrvouei8Evjwuu/8zaqBjsjFap3pXZrVb9YnvtaW9+RH5c8XfUAPZOcNiXhWSw0gfszMM6Ix9Q5cKJzMOB0KA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251113.1_1763096342849_0.5541371710197889","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251114.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251114.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d96b2075b5aaaf95c952086fb1d68fb7f8570009","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251114.1.tgz","fileCount":296,"integrity":"sha512-0CLiSISMvHZRT1l2/fgcRjVKyEJGSO7Iqipxa4ESR5y51p/GC+uf5yVzgu0l2ChCNWs/922Hv8yVBsay5j4LaA==","signatures":[{"sig":"MEUCIDbgsnIhn52D2yKH7HIMmPUdXXiZ7He459707ZA3fAb2AiEA9GoSTZIipsUncxrIN8UEdjnWidFXItrnDPpJHsWQKsA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\1f21b542-54d8-4a88-88e5-1ef50539be45\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251114.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\1f21b542-54d8-4a88-88e5-1ef50539be45\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251114.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0CLiSISMvHZRT1l2/fgcRjVKyEJGSO7Iqipxa4ESR5y51p/GC+uf5yVzgu0l2ChCNWs/922Hv8yVBsay5j4LaA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251114.1_1763182853443_0.20612401885868104","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251117.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251117.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251117.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"0cea9d848a547a35486f646b3a3fc1b3b5d8ee2d","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251117.1.tgz","fileCount":296,"integrity":"sha512-NyDLZUDW6MocvuQQVqslj3sJGMoD14gjA/jkV/xIiZ23ikUOtUKzzmo/XvtmKDBcTWTuz7V/jI9oFy2i+CWVmA==","signatures":[{"sig":"MEYCIQCthwx2SvEPqoo6/jvWSY4GxivnMs0P0ZtAv0Q+flhRyAIhAPvYqZ9bs9KbVriQhkO7+HVOFG/wBp7GjOX63lyBzpZS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ee832706-5233-44a9-8e75-de2a78e2e7af\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251117.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\ee832706-5233-44a9-8e75-de2a78e2e7af\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251117.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NyDLZUDW6MocvuQQVqslj3sJGMoD14gjA/jkV/xIiZ23ikUOtUKzzmo/XvtmKDBcTWTuz7V/jI9oFy2i+CWVmA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251117.1_1763442007461_0.4338199702903873","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251118.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251118.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251118.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d045c42adbb1b6fdaa12d2230db1429f66ab5027","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251118.1.tgz","fileCount":296,"integrity":"sha512-YlWwnUBH/3ZQcIf5Lu+MZX2i0CEGqi0FHtVwlDp0uZl8xraUZrtSz/YRIvlzEyeeQHu9AW/8SE0SLsKf4Xvw5Q==","signatures":[{"sig":"MEYCIQCuJGQ/K7CFdWs64NOylSkEcXAVMbP6TSq5EI1lJuzRwQIhAMIKDHMX6aPNiSdVEsEGlLBgyQjnNM9I5gt8nEBmOkOk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\6b8a6a46-f370-4ad4-bfcb-6eb765c0b40e\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251118.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\6b8a6a46-f370-4ad4-bfcb-6eb765c0b40e\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251118.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-YlWwnUBH/3ZQcIf5Lu+MZX2i0CEGqi0FHtVwlDp0uZl8xraUZrtSz/YRIvlzEyeeQHu9AW/8SE0SLsKf4Xvw5Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.11.1","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251118.1_1763528389951_0.16724725635413673","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251119.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"822d9918b175ac7811b39ac0f019954be890a870","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251119.1.tgz","fileCount":296,"integrity":"sha512-q/u2WOC1SQEGHy7nUSVWjU5S8PNkYRyMty2CO7pf/eOXHWvwSPtZMD3nYGCNPOwI0IzRt6ZI4sx81WUW//zU0w==","signatures":[{"sig":"MEYCIQDxxvcgSk0zGuXwCob9g9qnhLoS8XWYmiWAG2r9rLBAZwIhAMGrSuGfAGvZHiLyUKX3uQef2if8r6/o3p7zYmWRIcNI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\219dfaeb-2295-44a2-9d03-6264859ce015\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\219dfaeb-2295-44a2-9d03-6264859ce015\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251119.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-q/u2WOC1SQEGHy7nUSVWjU5S8PNkYRyMty2CO7pf/eOXHWvwSPtZMD3nYGCNPOwI0IzRt6ZI4sx81WUW//zU0w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251119.1_1763614771884_0.8655237564506082","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251120.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251120.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa3d98789a0770f137eeae414a51a7d99f8f2937","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251120.1.tgz","fileCount":296,"integrity":"sha512-RWFhCcQH3L86FP9OH7rn2izjyIo4dIv7LrmnlJ1+jJ1A+cxGX3Cf2JQ0w7654pkZ+FJvKLWlxd5XH4uGB8RdIA==","signatures":[{"sig":"MEUCIQDTUeYBr/+ZpFsh6Ztq5qzbR0xec8w2z4vUSU0RKcoClQIgbwcNj/lHBIpvuRg7gJ+R2nr6pE7Zxl5tPOaFEYpIi5M=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\0d68db8d-48a6-4b4a-b7d6-a1dded578458\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\0d68db8d-48a6-4b4a-b7d6-a1dded578458\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251120.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-RWFhCcQH3L86FP9OH7rn2izjyIo4dIv7LrmnlJ1+jJ1A+cxGX3Cf2JQ0w7654pkZ+FJvKLWlxd5XH4uGB8RdIA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251120.1_1763701391748_0.9397318914035875","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251121.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"458207d4c03a225e47b408b1001e2755f4159b5c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251121.1.tgz","fileCount":296,"integrity":"sha512-ptfj4V94rl/s8HyqMr/H09sZ/dG04J0sqf5FN/JNgCbBVEr1dZpRxNez6MGQ+Mqt1jslow9OAniSG8HtDH/BcA==","signatures":[{"sig":"MEYCIQCMAO0c05KrLN38wWIHaDhvcKMBh6XhVzmNuOwYFaMZtAIhAMWzugeaQzzVLBi0NApyjmB4/Lh6R9T04grQLHZnSax+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\7a746434-79d6-4cbd-afdd-9ccdf8e8c23f\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\7a746434-79d6-4cbd-afdd-9ccdf8e8c23f\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251121.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ptfj4V94rl/s8HyqMr/H09sZ/dG04J0sqf5FN/JNgCbBVEr1dZpRxNez6MGQ+Mqt1jslow9OAniSG8HtDH/BcA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251121.1_1763788061076_0.10163816546566484","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251124.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251124.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251124.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d36b6cb90ea320c05a95e71a9e7bb35bb36c0b9a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251124.1.tgz","fileCount":296,"integrity":"sha512-GRI8nZWgiiRoZrFqb8WYtxMCJ7uA/tltkvT4MRldloE2fIN3GaT0ZAHkXW/Ez4iCX6GgnotB6i02tWFoNt9piw==","signatures":[{"sig":"MEUCIQCYhqcsUx1Hj7RDoTf/2EOzBs22vYVqr/0HknwAtUQuyQIgR/1Yd9vcfgjUqGqtnJqHQJYfnLFfzgVcHWrSisH9Fv8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\8bf7a474-3566-4458-87aa-6fd4f11d2196\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251124.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\8bf7a474-3566-4458-87aa-6fd4f11d2196\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251124.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GRI8nZWgiiRoZrFqb8WYtxMCJ7uA/tltkvT4MRldloE2fIN3GaT0ZAHkXW/Ez4iCX6GgnotB6i02tWFoNt9piw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251124.1_1764046819556_0.16169784167605505","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251125.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251125.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251125.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"e1eee89faa02d8d1c0a205ea808000455dc5badb","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251125.1.tgz","fileCount":296,"integrity":"sha512-pusCI/w36AHFEHMca0yaJMrOXRRB8pHYJz4Tywo4amVrl/hK1oxAQ5ckPI25TFm6j/NIk508S53qdn1Weq1tmg==","signatures":[{"sig":"MEYCIQDFpzc83C8Ji8wBGZKGI3AX8x8RQIZTDcEIVhY5wbKXKwIhAPcZsovhtbmeYSUEzB+UrMSP91f2VAfbbhdbEoorXt2K","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\0c108cae-482f-4aa2-a397-28d4601c3f9c\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251125.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\0c108cae-482f-4aa2-a397-28d4601c3f9c\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251125.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pusCI/w36AHFEHMca0yaJMrOXRRB8pHYJz4Tywo4amVrl/hK1oxAQ5ckPI25TFm6j/NIk508S53qdn1Weq1tmg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251125.1_1764133164005_0.09103484136460094","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251126.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"45898f17a2bf9423ce188931f9099fe2b1fb9d68","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251126.1.tgz","fileCount":296,"integrity":"sha512-oc35SiKB5DM1VEgiwod/cJ/4N/skqFii8KrZp3HdkgkvNiOa36a8fMz0wjlwVZwgTnn8OuiVsNIpBSG5nViFoQ==","signatures":[{"sig":"MEQCIBu9SLxe1reKZFwcVoxSdYUXZN2hX9/wNXTHPkgMlmRWAiBdF5Pgna2/WuH7Z/BkAZUUYYuG5v/Y3wXN4lPVjrCD/w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\5280e34c-675d-4806-aabc-51f71b796f5a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\5280e34c-675d-4806-aabc-51f71b796f5a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251126.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oc35SiKB5DM1VEgiwod/cJ/4N/skqFii8KrZp3HdkgkvNiOa36a8fMz0wjlwVZwgTnn8OuiVsNIpBSG5nViFoQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251126.1_1764219586499_0.8646383048548929","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251127.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251127.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1c2f408d0ad2f52e35a4be6541c904e9a8e5bcad","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251127.1.tgz","fileCount":296,"integrity":"sha512-tAweeOIdY4hcTKxCOW68SaZv/9HLWm34X7sMsnwDH3y9f/Ooz0W9HuRMETaFVil4yxMI3LBNy2V0DXBoixvjOA==","signatures":[{"sig":"MEUCIH9+fn2vVUhnzFYx2v+MScxii0vic0YwEcytbkWYfrNrAiEAuCptDVnHpjcrzADPMEoSwYBkDnX4mbX2mPHHJKN48bY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284848},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\56cfef86-b31a-4a02-a73d-3aeb97e6b187\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251127.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\56cfef86-b31a-4a02-a73d-3aeb97e6b187\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251127.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-tAweeOIdY4hcTKxCOW68SaZv/9HLWm34X7sMsnwDH3y9f/Ooz0W9HuRMETaFVil4yxMI3LBNy2V0DXBoixvjOA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251127.1_1764306011368_0.7741075040555754","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251128.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251128.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251128.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fa1a1da95a3009f4bde7a2dd5de2adb944959063","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251128.1.tgz","fileCount":296,"integrity":"sha512-jNIATlq2Z72y6MPlhzuggo33pul/kmZlXLbyFa3KwdJLkEGFTd/+UjprTZEDzZiM+L2V8qkpxqsE9ahtVwfAWQ==","signatures":[{"sig":"MEQCIE1aamhrlr/jgnYeakL25meDlZVxYLZdvvJOdlXwn0AKAiBpkU4K7Oz8Wsa11lEx+QHN79exIYRnt1roZEzSC7Am9w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284826},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ce31fdea-ab35-4dea-bd28-458aeb27323b\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251128.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\ce31fdea-ab35-4dea-bd28-458aeb27323b\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251128.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-jNIATlq2Z72y6MPlhzuggo33pul/kmZlXLbyFa3KwdJLkEGFTd/+UjprTZEDzZiM+L2V8qkpxqsE9ahtVwfAWQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251128.1_1764392793336_0.11945753168341722","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251201.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251201.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251201.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"27fc41d572211c4fc9228dd0d1c097b95b736b46","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251201.1.tgz","fileCount":296,"integrity":"sha512-V2jcpoix+kZ+RprJ3I45nb2BrVtLzj4P903q4FrksfDRnjMWdLBzzsZaD4uv9eXPDegUSLjrrLfn/CC8p+WI6w==","signatures":[{"sig":"MEUCIF2f0GiJ1EweCHTL/cajiffVuiAyK9uKTWqdvqgJOqsoAiEAkLYxptT1URz+y+gaY09uZLZIFtx7CWV8+66R/Gl5q2w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f1fdd995-7b24-47b7-8ed9-440c04898572\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251201.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\f1fdd995-7b24-47b7-8ed9-440c04898572\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251201.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-V2jcpoix+kZ+RprJ3I45nb2BrVtLzj4P903q4FrksfDRnjMWdLBzzsZaD4uv9eXPDegUSLjrrLfn/CC8p+WI6w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251201.1_1764651993546_0.8030982751535698","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251202.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f79ef2f5620c32f186cd5b133409302232d5518e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251202.1.tgz","fileCount":296,"integrity":"sha512-MKmihV4fUwHKQSeSuwzchQrsUdI0zPsTdewQP9RzO8VaYi6Hqn1hL11mLmPaQdLFVgoVZkC5d+6GOVvkkwst+A==","signatures":[{"sig":"MEUCIQD0yu/s+/L9VAeNQgMdr1Ntgl4Y1g8cS5R9nvQT8CKQnAIgHNT2jV1SoSTLXGE6NFRneaweBkp+J7gheOmGj73NfWg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f0d46bd5-a4f9-42a0-b018-10bffb5c9231\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251202.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\f0d46bd5-a4f9-42a0-b018-10bffb5c9231\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251202.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-MKmihV4fUwHKQSeSuwzchQrsUdI0zPsTdewQP9RzO8VaYi6Hqn1hL11mLmPaQdLFVgoVZkC5d+6GOVvkkwst+A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251202.1_1764738062331_0.6969239051562086","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251203.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bad5ca7adba1a0fcdc7b4976ea632326b5cab551","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251203.1.tgz","fileCount":296,"integrity":"sha512-Il22Jb1pHhqvH28uX8PCJHIWRtdSMON2sYqFHenDmeZ8Cm5mwknqk9k8wT1N7D4/n4yptOIyOsN+JcvjIscpFg==","signatures":[{"sig":"MEUCIQCM8ses8gHwld9dIBsg/liIt/QqMkaBHleTaDAXWR+KwgIgNX3J+yTilKVH1KWdNNlIk42/FkFJZt3xZUOPshxWkK0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\6260850f-764e-4e81-b0e9-58e937997f67\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\6260850f-764e-4e81-b0e9-58e937997f67\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251203.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Il22Jb1pHhqvH28uX8PCJHIWRtdSMON2sYqFHenDmeZ8Cm5mwknqk9k8wT1N7D4/n4yptOIyOsN+JcvjIscpFg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251203.1_1764824774719_0.5789368682503824","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251204.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"2630bb6f89a1c8240c5db788959dd1fd799cc3d7","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251204.1.tgz","fileCount":296,"integrity":"sha512-t7EON2GCyZKC0Sy7JvP2PT3PdKdZjNxTF2aqwI17iiAob/fW6GKqarvbNSHmvENWM8kopR6233/AVgmGEv0FUA==","signatures":[{"sig":"MEUCIQCqIAZKxB8jzHbGyWFtx1ZcwcH+ylbMvMvQ3EGaWlTkYgIgbFMkgwoUGSRnKp0Dxor/BYvrWPPLQ9Yfii2pgBXQ4lE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\dd2fa2de-57d4-4a8a-8a8c-f68aa2aeef69\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\dd2fa2de-57d4-4a8a-8a8c-f68aa2aeef69\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251204.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-t7EON2GCyZKC0Sy7JvP2PT3PdKdZjNxTF2aqwI17iiAob/fW6GKqarvbNSHmvENWM8kopR6233/AVgmGEv0FUA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251204.1_1764910838897_0.6153547162179407","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251210.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"72f596ed96635ff965d0ee95fabe5be692a9e709","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251210.1.tgz","fileCount":296,"integrity":"sha512-dg+kM/MrtPcvLJaHcXHiviHSwY+1FFNwSvNJSZWXwKrjvbvHMWVkEu+xHnxpRqj4OYgc/MjC3skiYDp+G+lKxg==","signatures":[{"sig":"MEYCIQDxhUcpjElClcgRDH3N+VYnW4lV0jvPDaWnCHfcxQHOdAIhAPKhdj30OIPTvocyPniMBooiJPZtIecgeg42Mu5ujbUd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\39ad330c-4300-4b79-a820-327bf006c8d5\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\39ad330c-4300-4b79-a820-327bf006c8d5\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251210.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-dg+kM/MrtPcvLJaHcXHiviHSwY+1FFNwSvNJSZWXwKrjvbvHMWVkEu+xHnxpRqj4OYgc/MjC3skiYDp+G+lKxg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251210.1_1765429339650_0.7494790086388974","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251212.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251212.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251212.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"cb82c59ce7382007b8b6191d0aed6a2b728b99ee","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251212.1.tgz","fileCount":296,"integrity":"sha512-UKKWP1bCopNk/ZlmSdc95p+UO663icaj36hmC3xBUq8gJlC/mY4dHUS1zFI3h5kGNAP7KKwEv8G3JlwAKNMNhA==","signatures":[{"sig":"MEUCIBU+O43D5O9+cxH0VJRKgau0Glw4sVIqh3VWf6Kf8pNZAiEAlbONlucZrC3YqF26QusWhLh2rhLjnlKjY5kIVCCZA6s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\114abf1c-e654-4ba2-a138-6ab8a3115fc6\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251212.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\114abf1c-e654-4ba2-a138-6ab8a3115fc6\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251212.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-UKKWP1bCopNk/ZlmSdc95p+UO663icaj36hmC3xBUq8gJlC/mY4dHUS1zFI3h5kGNAP7KKwEv8G3JlwAKNMNhA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251212.1_1765602101865_0.1599001162138649","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251215.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251215.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251215.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"60bd5fc6af2f4f904574239201c52fbb735cf75a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251215.1.tgz","fileCount":296,"integrity":"sha512-D59l8yPXb8Orc1KgARK7uoWSNE0OVFIu1hbKN7Ss9HsqCnC+JQLaK0zafOjOr+bRLwomhjhJnlbsYQc5nJgr1A==","signatures":[{"sig":"MEQCIFZst3j39SxIiuiIVQxvH6KNarVUGsP7jFom5lmyAlnQAiB/lKdHenvWv+Occp7TKN1rqDWk1vBp/H7ZaNd1nE8Esg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ccdf381b-fd1b-4dc0-8ac1-4d9a0fdaecca\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251215.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\ccdf381b-fd1b-4dc0-8ac1-4d9a0fdaecca\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251215.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-D59l8yPXb8Orc1KgARK7uoWSNE0OVFIu1hbKN7Ss9HsqCnC+JQLaK0zafOjOr+bRLwomhjhJnlbsYQc5nJgr1A==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251215.1_1765861133811_0.7367184454853344","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251216.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251216.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251216.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"b7f3a795a89fb048e534c1e51cac143326a91468","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251216.1.tgz","fileCount":296,"integrity":"sha512-r3HT4087BrjDikPAzUxhyl07gX7IyhwqiJpEQ8mg5iNeYnBrMVbw8W8DcJcRGD+6m+FR51+rJKGte6AgEGJlQA==","signatures":[{"sig":"MEUCIDJCmtz4/xnBo1sJHP0KNJNXnB1AqxZLiEBbExRY5JEyAiEArttv1fL8I2sxuUlk+qKVwm+ghLSPv4oau1rkfrTviFw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\825a1b81-bbfe-40c5-b44f-6c2b4d6a8bd1\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251216.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\825a1b81-bbfe-40c5-b44f-6c2b4d6a8bd1\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251216.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-r3HT4087BrjDikPAzUxhyl07gX7IyhwqiJpEQ8mg5iNeYnBrMVbw8W8DcJcRGD+6m+FR51+rJKGte6AgEGJlQA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251216.1_1765947702468_0.5731576699733261","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251217.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251217.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251217.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"22baf13ee38db43b1cfa66d289d40c775a05c652","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251217.1.tgz","fileCount":296,"integrity":"sha512-+c+xsEiWnRSJqh6FXqwklxMMaBHfeAXaXlUMAIgWaZ+nQO7mYVMzR/2pgjFraQudZwjTZaWS7ifCD6hzv0ffdg==","signatures":[{"sig":"MEUCIF/a+3GD52bNiUy4phy7YKLGJaoAm9RLF5ChHivKSptEAiEA9n5nrdfxUZmVIotTNy3NGTuA0wH+DxuELrLKFx/Qen0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\5f237c4b-8ad6-4296-b580-4ed154179ce6\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251217.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\5f237c4b-8ad6-4296-b580-4ed154179ce6\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251217.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-+c+xsEiWnRSJqh6FXqwklxMMaBHfeAXaXlUMAIgWaZ+nQO7mYVMzR/2pgjFraQudZwjTZaWS7ifCD6hzv0ffdg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251217.1_1766034066791_0.77091137326495","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251218.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251218.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251218.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"10fe8c4a9c22d61098b627ff0c8f0f29026c172c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251218.1.tgz","fileCount":296,"integrity":"sha512-svVrUMEX9dcOvXfwbU/d08xjdOFMADoNE+pDPREBVgYKwqA2KZ691SpT8REzd1dHzAep+lHUep2/Y4F8pf1/7Q==","signatures":[{"sig":"MEQCIBgIYKN4BgQKqeGib3AoqmkhPuykJMV1fPvNeUaQze3xAiAiTYy/xo6SOssVUBHlSnGB+LuXvpyDBokl1amELwMQNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\08be55d8-b09c-4dc1-b559-bd8b4bb2659b\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251218.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\08be55d8-b09c-4dc1-b559-bd8b4bb2659b\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251218.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-svVrUMEX9dcOvXfwbU/d08xjdOFMADoNE+pDPREBVgYKwqA2KZ691SpT8REzd1dHzAep+lHUep2/Y4F8pf1/7Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.2-alpha <1.22.2-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251218.1_1766121082091_0.27435982549905","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251219.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251219.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251219.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d3022ef02fe2e4cbabd136d05e3618388efb86dc","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251219.1.tgz","fileCount":296,"integrity":"sha512-kT7w1/ThZbTHLxomTaOA9YOGmK92PhtfVCwu+qIcMzS7hAfd6Cl369cltPNVwvpgwLH7KOTMdM34jIwB1vXsNQ==","signatures":[{"sig":"MEQCIESRuqJOmxBh9Y6djy7bjUeapFC0/HSGkDmpxy1YiTtdAiBCpcEIdC0pEOWLrx9F6uw/1zs9VnsRnMQ+d/KJ2wdGVw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\5e8275d5-dbb0-4ebe-92d9-12ddc5156f25\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251219.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\5e8275d5-dbb0-4ebe-92d9-12ddc5156f25\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251219.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-kT7w1/ThZbTHLxomTaOA9YOGmK92PhtfVCwu+qIcMzS7hAfd6Cl369cltPNVwvpgwLH7KOTMdM34jIwB1vXsNQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251219.1_1766207021235_0.17874500344026378","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251222.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251222.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251222.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"12dffa6ce2da25b92caa9fc797065db91aced9f1","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251222.1.tgz","fileCount":296,"integrity":"sha512-iUs2uE+EHr91ms3kAmc8adkfSERHfS3U2A4JNs01IUvQzEadRxoT+rFjRTUlf51lPJMa1GsTGlZK+Y+xQGYaWw==","signatures":[{"sig":"MEQCIEWNOeoiYs263R1hhplieURRw5o+EDg1txoGtYPT0havAiBlCBW4JF/7noXfN1OyCNg6akqigyX3PC00LTCINK9IDg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\3975b2d8-cf49-49d6-bf97-c9e95217980a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251222.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\3975b2d8-cf49-49d6-bf97-c9e95217980a\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251222.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-iUs2uE+EHr91ms3kAmc8adkfSERHfS3U2A4JNs01IUvQzEadRxoT+rFjRTUlf51lPJMa1GsTGlZK+Y+xQGYaWw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251222.1_1766466144361_0.9078014070061842","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251223.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251223.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251223.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7faf53e771a35e473ef74fdc850be3603b804140","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251223.1.tgz","fileCount":296,"integrity":"sha512-PmogWywVHucqQEjX2B/IoYalHnJnuojFwKCIGQI2C5vxJydj3Y7KpV6/1LVI/pG5PHOKvTFN8L8olKvVwLs18g==","signatures":[{"sig":"MEUCIHaja1M9BdsWvaZ2WsoCgEnFR9tZg6svwNYTqOYtw7kaAiEAoCHny1CwaEaXZnZgfVZVh8qlWlhqhfjWExMG5QLPLYU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\728a17bb-d441-4412-9462-653400d69f0f\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251223.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\728a17bb-d441-4412-9462-653400d69f0f\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251223.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-PmogWywVHucqQEjX2B/IoYalHnJnuojFwKCIGQI2C5vxJydj3Y7KpV6/1LVI/pG5PHOKvTFN8L8olKvVwLs18g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251223.1_1766552324617_0.7909935608864753","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251224.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251224.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251224.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c2e4c0bff18a8b4301fdaf3d6d1d9a267b593a43","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251224.1.tgz","fileCount":296,"integrity":"sha512-vEd42H23/2PiGtNVQPz3x1SbABMATCr+OM8BYhbrDVsel1TfoM02Pfyq3A0/16wSHv5Lot3/VObKQ19Celi2Yw==","signatures":[{"sig":"MEUCIQD9LC/bax4QA6pbRK92N0CvbEV6YdLGQFr916bqDqXeUAIgfi12/nCcLuCSLALIsYOy5IhQRBBFfx28+ymAIb+ztNk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c6edbf44-338d-4bb8-b959-be7cdbc248ab\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251224.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\c6edbf44-338d-4bb8-b959-be7cdbc248ab\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251224.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-vEd42H23/2PiGtNVQPz3x1SbABMATCr+OM8BYhbrDVsel1TfoM02Pfyq3A0/16wSHv5Lot3/VObKQ19Celi2Yw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251224.1_1766638831865_0.7782485427329935","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251226.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251226.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c6e43ca9574a3b47d1cc585570554b6f4bd9c3ba","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251226.1.tgz","fileCount":296,"integrity":"sha512-6rYFkxIiYptQAKY4aC75PC4HT2ExYgijd3cimgUIyHtvgfOmLrA/cZKkhutfl7BZ4WxkE8Z/TxDSqNeUP1xVkw==","signatures":[{"sig":"MEYCIQDIb98XESfLkt3MhT0OHuOKWBkZsRdPdek3GVZzZpnEVwIhAJSUDi9ph08HM/xI/AqgCaW99X6/bKeXVCJ0sol/oDjQ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\50ae762f-e47f-4251-b576-0d38c7c93ec9\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\50ae762f-e47f-4251-b576-0d38c7c93ec9\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251226.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-6rYFkxIiYptQAKY4aC75PC4HT2ExYgijd3cimgUIyHtvgfOmLrA/cZKkhutfl7BZ4WxkE8Z/TxDSqNeUP1xVkw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251226.1_1766811720731_0.3734154669512335","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251229.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251229.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ac38caa4d8e8bd40f68bf95fb8d09b30dab9f825","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251229.1.tgz","fileCount":296,"integrity":"sha512-yuNhe8Fylbhg4qf43pDUlz1xbB0KUJYDtC1W6uP6Mv+4cIora3diKVeYtZhGQnZHBva5ggrqmRy8kDWPgdGTYg==","signatures":[{"sig":"MEUCIE3H/malsRlyS8NzN5DbqGCDlQLN5fDfvf3sGDF4n1ViAiEA+6D+E+QyC19X5eGlHl33bdFluu27ySUL8Iutf4hl6NE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\16d91a2c-293e-461b-bac4-07caa122cd89\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\16d91a2c-293e-461b-bac4-07caa122cd89\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251229.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-yuNhe8Fylbhg4qf43pDUlz1xbB0KUJYDtC1W6uP6Mv+4cIora3diKVeYtZhGQnZHBva5ggrqmRy8kDWPgdGTYg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251229.1_1767071103584_0.6425540361187227","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251230.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251230.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20251230.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"69eef9f1557eddde281608178b64d606a28dd113","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251230.1.tgz","fileCount":296,"integrity":"sha512-oOV+ltxYi4tzQ9Tdif8jN4hd6H0X8ZqQxao2W6bBZvwr5KuapCAFeizsduKbu22pWr4MVOlbnAVmH8xMjbbGZg==","signatures":[{"sig":"MEYCIQD5u4B1jlkyr9fSOczhHMVOAXlYUTSAM8NeZxFzYmbxYwIhAJRRzp3v+BdnCocLa0B/HFcUmfcSVWlH86a9hvuL4N6w","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\19af1d77-0070-42f9-ba6c-738fd88e6baa\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251230.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\19af1d77-0070-42f9-ba6c-738fd88e6baa\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251230.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oOV+ltxYi4tzQ9Tdif8jN4hd6H0X8ZqQxao2W6bBZvwr5KuapCAFeizsduKbu22pWr4MVOlbnAVmH8xMjbbGZg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251230.1_1767157551791_0.6619397048032825","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20251231.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20251231.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bc7a8b69fce214f4e9a3e44ec2fc6a8a514fa0bf","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20251231.1.tgz","fileCount":296,"integrity":"sha512-XhK8Qp8ZcBsFfkM0IwCtGOUN/2gisYH13xtOg63XXA8awkHWpudB3ygee1kma/FsYRN8LMy4WfWKr2F1/otBgQ==","signatures":[{"sig":"MEUCIQDAcx5KKb6M139L/rDhaWj0MpBXg+eiHg4Ig2fyh0daiQIgQSj/eCVCxw74IOplXG/v5RAP5PpHQtnQG/6S8b5FqLY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\c198e18d-1efd-40e0-854c-4a24f1a384fa\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\c198e18d-1efd-40e0-854c-4a24f1a384fa\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20251231.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-XhK8Qp8ZcBsFfkM0IwCtGOUN/2gisYH13xtOg63XXA8awkHWpudB3ygee1kma/FsYRN8LMy4WfWKr2F1/otBgQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20251231.1_1767243508005_0.03200244125532481","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260102.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260102.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260102.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ada38b4943c77da15891d691119b2473e2ca1397","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260102.1.tgz","fileCount":296,"integrity":"sha512-GyjvWY71+iNS/91eNE6rqglvyOuvJc6NtjrWSRw8x2jG63w1uohQwaCWrKpUQA+d65WHzf8wJdt62QSTBfZzew==","signatures":[{"sig":"MEQCIHlG9//EtmeS6PQGR7if9pgR5pw7C+JORU/j07LryO9ZAiAIakThMOjBK9yTXM9jyLXOEQuieYRXULnAkZCVVgy+HQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\8171f849-711f-47fa-af28-b037af17fddd\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260102.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\8171f849-711f-47fa-af28-b037af17fddd\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260102.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GyjvWY71+iNS/91eNE6rqglvyOuvJc6NtjrWSRw8x2jG63w1uohQwaCWrKpUQA+d65WHzf8wJdt62QSTBfZzew==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260102.1_1767416534445_0.003888023781589922","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260105.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260105.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260105.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"ae6b90ef65b122836d8c0802c127861ec3f490e9","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260105.1.tgz","fileCount":296,"integrity":"sha512-78LaGvZG61oi29p3FC45AkXurFulqj20dzxDQs4hIRQCd1jZH0PqPxLeXYTYlhOsbJu1U64CDS5iOBM/DRWvZg==","signatures":[{"sig":"MEQCIDon6ZqIUqcjZg0iBwoY7br9kQuokeo0uY0aRjyD2VyiAiBnnoCTfs5r5nipOjIb3xdI7XSzmsp88vz8zF1C2BnjWw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\4426869b-19c1-4378-85ae-93cab57af2fc\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260105.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\4426869b-19c1-4378-85ae-93cab57af2fc\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260105.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-78LaGvZG61oi29p3FC45AkXurFulqj20dzxDQs4hIRQCd1jZH0PqPxLeXYTYlhOsbJu1U64CDS5iOBM/DRWvZg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260105.1_1767676119721_0.11690015368339002","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260106.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260106.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260106.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"9bd736652f70acab951800e5930057c6efe2cbfd","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260106.1.tgz","fileCount":296,"integrity":"sha512-NzLejn3tyms/owydOeaNnr9aKhr5lw55Liu1IwJoPx7dw549snMZi5z6aF/+CrrGgMFDmycBrTlb+BBYO/L9DQ==","signatures":[{"sig":"MEYCIQC/v8HpV/vFZ/OaDV9nMSX4a8gLFfrjAzUh1g85+5IZWgIhAJ37sofgcoEV+gnoZ80DLvuq2r1A2J/PPcx+htpph4lZ","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284670},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\ae238727-033c-4102-8513-e8f724123656\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260106.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\ae238727-033c-4102-8513-e8f724123656\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260106.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-NzLejn3tyms/owydOeaNnr9aKhr5lw55Liu1IwJoPx7dw549snMZi5z6aF/+CrrGgMFDmycBrTlb+BBYO/L9DQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^7.0.3","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260106.1_1767762351856_0.7966308953861942","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260107.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260107.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260107.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"fc155844cf446199ea39232bc0fdc3875341b467","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260107.1.tgz","fileCount":296,"integrity":"sha512-oNFU9GX7wBgKo+sOdz/CEmCiGFUs21RfIur0sApV0l/YlSh/CdMuh34w82UVSwflV2Bjb67xeaCh1W7/Bw/d3Q==","signatures":[{"sig":"MEQCIHlEPsZb3Vuxd/TZXdj2rzw09BsjKVxEmu65E2ucqxV1AiA7St/R5PTy0g0x0uHXs9XuMkRRVmxgJK9pMQiWi40igA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284671},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\3de8570f-fc64-4de5-a42a-d1335103a25d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260107.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\3de8570f-fc64-4de5-a42a-d1335103a25d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260107.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oNFU9GX7wBgKo+sOdz/CEmCiGFUs21RfIur0sApV0l/YlSh/CdMuh34w82UVSwflV2Bjb67xeaCh1W7/Bw/d3Q==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260107.1_1767848975980_0.8869438674362997","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260108.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260108.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260108.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"c7a9234481f38490b4d795ab9553d4702fbd3723","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260108.1.tgz","fileCount":296,"integrity":"sha512-78qylYDXf3hNxzjgNvxK+o/P0zG7NMwRc14vNonTEPZu0JTE0vZ3+b2o68IvXNXVvaNR8+ETnYkYoA6+oDIorA==","signatures":[{"sig":"MEYCIQCxxfKgesuJJsS6PVm/ePC4oBIuVQLDEGd78RNkMEYGgwIhAJIO31Q7jARCT4nelLK2Lfchbh7YrbXggGtRxgaaQzgW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284671},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f7bbcec2-fb32-496c-8e81-5537ac059123\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260108.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\f7bbcec2-fb32-496c-8e81-5537ac059123\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260108.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-78qylYDXf3hNxzjgNvxK+o/P0zG7NMwRc14vNonTEPZu0JTE0vZ3+b2o68IvXNXVvaNR8+ETnYkYoA6+oDIorA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260108.1_1767935098858_0.866620679077001","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260109.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260109.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260109.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f702f79fa64c734030e699a4a1b791fa16c1454a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260109.1.tgz","fileCount":296,"integrity":"sha512-M25hjl7A+/1/IMnViS64bTF7g8AmLtsQoM+4RUIBuJt37Pbg32AaacZUrv9zLors6iFPgL/9hTRRdxREp8eURw==","signatures":[{"sig":"MEQCICg7IG+sR9X3jkX3ikYnoGMnqAt99vCqEbo7ZhzKh9XSAiBtRfvGvVlZ1LomO6sp1CN0sZTgK3TKPeP6jgmosdoUFw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284671},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\fffe0b52-5582-45a2-8aa5-5634c3226983\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260109.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\fffe0b52-5582-45a2-8aa5-5634c3226983\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260109.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-M25hjl7A+/1/IMnViS64bTF7g8AmLtsQoM+4RUIBuJt37Pbg32AaacZUrv9zLors6iFPgL/9hTRRdxREp8eURw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260109.1_1768021364970_0.09361574044730414","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260112.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260112.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f16313bf1495ffdf013d3e7ec6ac5767d91dd374","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260112.1.tgz","fileCount":296,"integrity":"sha512-h2rpNHBlftkXveWr0jqVtB9Zjh5JqJ8YXDUc9wDuwuq1x2zV3ewPHRnewKq8HFJUUoXcESVrX1tWaHnRowP3bA==","signatures":[{"sig":"MEUCIGKaeShtPlgev5Emz2/AE8mzpuCbO158FdBOPHnphq4FAiEA7vrTqgOFBsFucmUevQe+kBF4Fqtf/JUvhzOg7aIYqfM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284671},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f0b2e4ad-c0ce-4ece-a4e6-a96b9e39d9de\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\f0b2e4ad-c0ce-4ece-a4e6-a96b9e39d9de\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260112.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-h2rpNHBlftkXveWr0jqVtB9Zjh5JqJ8YXDUc9wDuwuq1x2zV3ewPHRnewKq8HFJUUoXcESVrX1tWaHnRowP3bA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260112.1_1768280373622_0.10453799484825721","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260113.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260113.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"40cc7022435d1aefcbf6950a716b88b4915c689e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260113.1.tgz","fileCount":296,"integrity":"sha512-gxXE8O0p+1znaf5Fs2AxuQNtB9wX2DTN48/bYjytPIxUyERVhNnYZ2T1uyiB72NcuIYnphx3zn3EFBfJaTzMOA==","signatures":[{"sig":"MEUCIDZ7aFdjcMkB9VIgNpGBmkUNF9MskJPOOnhMTNMuWt3IAiEAvXPON180CX6Gy/cXAQ+POli7pbqwY4UggY7zh5jEUW4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284671},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\02a09102-2888-4ece-9f3a-a3fcf0618cc5\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\02a09102-2888-4ece-9f3a-a3fcf0618cc5\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260113.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-gxXE8O0p+1znaf5Fs2AxuQNtB9wX2DTN48/bYjytPIxUyERVhNnYZ2T1uyiB72NcuIYnphx3zn3EFBfJaTzMOA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260113.1_1768366742913_0.6717218174430197","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260114.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260114.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"1a1fcb7157ff1f41d097429656a45c8b02109499","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260114.1.tgz","fileCount":296,"integrity":"sha512-ejwkVjfn05mtnFDwvWcRBBfCJMnNzI0CErEJ7PspqxFW1WbZzF2RqP4UOjbHv2FHfhR9pf0WBPXdK4EMMGs8eA==","signatures":[{"sig":"MEYCIQDUQLnj4J17br171cWNZXbIQ5eXAxvOOEoEgjPlvrd5FAIhAOE9mFPKUJ0QytD7MEVqEOSAAiTrzq4tnIw6DPgpE/ec","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284671},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\18d14f6e-efcf-497c-bf39-4faf926edd8b\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\18d14f6e-efcf-497c-bf39-4faf926edd8b\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260114.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ejwkVjfn05mtnFDwvWcRBBfCJMnNzI0CErEJ7PspqxFW1WbZzF2RqP4UOjbHv2FHfhR9pf0WBPXdK4EMMGs8eA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":"^12.26.0","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260114.1_1768453406235_0.8867213253448916","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260115.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260115.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"a31749d0a6c8088a77c99b64506acea8c05bca47","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260115.1.tgz","fileCount":296,"integrity":"sha512-hL+KYG/h+AOt1nNKzogtc+MMfgDifZBD3XeoHNsKYM9TFObluTeG9ODmooONXQOnNUOW61mT07U03QLpwvg9Ag==","signatures":[{"sig":"MEYCIQDDObucxUNwvJ0T/uLi35p4bMqGU6x2ugRUoRCiOJm4GQIhAILIq8IeTtWR+FiXbK3rdwDhGDEwL2+J8IEwa/Seg188","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\a1c4e4db-a842-4a8d-a3ef-fa4673d4c8b4\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\a1c4e4db-a842-4a8d-a3ef-fa4673d4c8b4\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260115.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-hL+KYG/h+AOt1nNKzogtc+MMfgDifZBD3XeoHNsKYM9TFObluTeG9ODmooONXQOnNUOW61mT07U03QLpwvg9Ag==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260115.1_1768540034218_0.20901545327650295","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260119.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260119.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260119.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"bf79b6e883da31ebfab54ab5e7f6d057252acb88","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260119.1.tgz","fileCount":296,"integrity":"sha512-pseu6wJUMUjSi1qpaO510EdLS9aUcy9hihH/OaI4XyDJ4v4j4Gfi1krua4wrj5o5XfHNm7SDKcV3yYBC9iC+vQ==","signatures":[{"sig":"MEUCIQDVgCYFFPAp9AxbxoxUNIfCSgR9OAVGuNC4riVjV6tDbwIgcMcet1AptH11am5MOKCHw7zfznJN8cxgTRp93rJPcr4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\7d95267e-d51c-43f0-bad9-ff4a28f7d2bc\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260119.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\7d95267e-d51c-43f0-bad9-ff4a28f7d2bc\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260119.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-pseu6wJUMUjSi1qpaO510EdLS9aUcy9hihH/OaI4XyDJ4v4j4Gfi1krua4wrj5o5XfHNm7SDKcV3yYBC9iC+vQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260119.1_1768885406947_0.09401919315779117","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260121.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260121.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260121.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7bb76ee94bcb562c7005adad3b6fff2baa04e217","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260121.1.tgz","fileCount":296,"integrity":"sha512-VKr8IqND1XNywYpODFOt80CY6Pmzr/m0CBsB29MhuNVW7a8bfdp7lYUNi5xfVPKOPLa98vqAkqd0s0+oh+dgGA==","signatures":[{"sig":"MEUCIQC/hJrJOjPkBD1N2uibTJVqQg+J8lYoMHGmwpDxvZ1E/QIgTdPZ/TD+yN9H/FhvAR1cRCCRjwEcK4BNQ4TjdlBlY8s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\172fb718-cf21-4339-997b-f98617ec7931\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260121.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\172fb718-cf21-4339-997b-f98617ec7931\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260121.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-VKr8IqND1XNywYpODFOt80CY6Pmzr/m0CBsB29MhuNVW7a8bfdp7lYUNi5xfVPKOPLa98vqAkqd0s0+oh+dgGA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260121.1_1769057988036_0.035566568432712664","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260122.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260122.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"56915ff938327fa8454828efb4880d2f3774f89c","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260122.1.tgz","fileCount":296,"integrity":"sha512-oY8oEhesFf/OIBsfx51qQdhHkNx7Lw/Hu+fr09vQzgLOKZELVIoD7aGtn0FurCLnb+rfnrP0Bk99eEqX1m3nZQ==","signatures":[{"sig":"MEYCIQCEKLuXSSxcPRI73SeKUCK0b4aIU88TYAHqZ2kiUP/oFwIhALUaVr0X3ohTg5FZ50q8HDAm6Gw+MT7An8BzbcAwzCgk","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\5eb7c7fd-284d-4b2f-b18a-aa5224da8d07\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\5eb7c7fd-284d-4b2f-b18a-aa5224da8d07\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260122.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-oY8oEhesFf/OIBsfx51qQdhHkNx7Lw/Hu+fr09vQzgLOKZELVIoD7aGtn0FurCLnb+rfnrP0Bk99eEqX1m3nZQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260122.1_1769144564036_0.03604288978038572","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260123.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260123.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260123.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5989c13d67de24c663284dd1fe78f9011769860e","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260123.1.tgz","fileCount":296,"integrity":"sha512-K5JE6frPf9/miEhU65tTDzQ/dc5JYsi3UT82HgwVpM+bXTHueGkoBjYpMITPzN7JUpyQaF+0nW6j1yjlVs5SIw==","signatures":[{"sig":"MEYCIQCw5AHRkNo1/UFXWiYjaH444oG7pdlDeJl1FHdcO8gvVgIhAM4B4zOntTdWp+ZZflV+3/6j+YquLisZ4cc+joFoWDCv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\53a4e8e9-a407-464a-bcff-6691351d314d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260123.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.log","format":"prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","lint:fix":"eslint package.json src test --fix --fix-type [problem,suggestion]","test:node":"dev-tool run build-test --no-browser-test && dev-tool run test:vitest","extract-api":"dev-tool run build-package && dev-tool run extract-api","check-format":"prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"","test:browser":"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","generate:client":"autorest --typescript swagger/README.md","update-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\\53a4e8e9-a407-464a-bcff-6691351d314d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260123.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-K5JE6frPf9/miEhU65tTDzQ/dc5JYsi3UT82HgwVpM+bXTHueGkoBjYpMITPzN7JUpyQaF+0nW6j1yjlVs5SIw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260123.1_1769231272235_0.9468561217196572","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260126.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260126.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260126.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"17fdd2eebf58776029838f9ec4378d06a47d31b5","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260126.1.tgz","fileCount":296,"integrity":"sha512-Z/ngW3ABGYGXjJ8Oc7bH8Qh/E2aAzi6uruqC64vj0MY3KZmDXQAh/t7aklQdmwcxnHT1F21UTW8P3ezSVojXqw==","signatures":[{"sig":"MEYCIQCN1md4XPMcgyoCE6q2MIq7BPX7YWPWt83uytPblP0ImwIhAIWhXyl6RBZTeHoqokk2L3UNkAou4q+HTky0jIRutqHz","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\4ca885d4-232f-4153-92a7-eb2091d49a18\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260126.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\4ca885d4-232f-4153-92a7-eb2091d49a18\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260126.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Z/ngW3ABGYGXjJ8Oc7bH8Qh/E2aAzi6uruqC64vj0MY3KZmDXQAh/t7aklQdmwcxnHT1F21UTW8P3ezSVojXqw==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260126.1_1769490064585_0.8683979875424839","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260127.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260127.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f01fb588485ecfe54f7f8e9451f0af40a681c9a8","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260127.1.tgz","fileCount":296,"integrity":"sha512-GSegCf2Zjr6AcwzkiKnx/lsmnO7h0nk3RYcpLF7ygOYyNmXBTiOcJWNRLU4gaL5dJ3g4+7I6lhv93olAIqpeQg==","signatures":[{"sig":"MEQCIF6MtqqI3Wi95P0qsuyLmsX+Jbe94waLtsErcpDf+adbAiBLnNppxOTFG2ZIF0k6AYKXwXaMq3y2zhsh4M8g8QYd2A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\5db6be97-303a-4675-b7c5-34c350537dc2\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\5db6be97-303a-4675-b7c5-34c350537dc2\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260127.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-GSegCf2Zjr6AcwzkiKnx/lsmnO7h0nk3RYcpLF7ygOYyNmXBTiOcJWNRLU4gaL5dJ3g4+7I6lhv93olAIqpeQg==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260127.1_1769576497991_0.6445450349843431","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260130.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260130.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260130.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"d2a040e73475e85928a5678e05d4eae15931e215","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260130.1.tgz","fileCount":296,"integrity":"sha512-ftFJISbQXenJOlhqnIASluKy5caWojcRmv8JXb9gzWXDW1kXOTkOs3K1QV60DcWvM7C4kh1a3YC0v7GTA2iA7g==","signatures":[{"sig":"MEUCIE8DkoztDQKwUU3Hk4czIoK1Ea7oQ2OfUPBAnt15b4zAAiEAmcbihchkf7BZpBq2tRxdGKB7aa8kSDl7x5h/RDGgfe0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\f69407b7-a6ea-497c-a588-6398bffe1db4\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260130.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\f69407b7-a6ea-497c-a588-6398bffe1db4\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260130.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-ftFJISbQXenJOlhqnIASluKy5caWojcRmv8JXb9gzWXDW1kXOTkOs3K1QV60DcWvM7C4kh1a3YC0v7GTA2iA7g==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260130.1_1769835589318_0.3396775128841889","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260202.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260202.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260202.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"7db41bb80e764d6650fc3633cced03c09959ca96","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260202.1.tgz","fileCount":296,"integrity":"sha512-KbwF2Dr0eQR221p6FyrEJFhfKqtLBxTa8KseTRTWEjl6bmAxbyDDVwykqhxy7GxVp709nbjT/hQIe2F+Rg5GBQ==","signatures":[{"sig":"MEUCIBsQRcdZoWBrNLlrTwaGWDN4tcLAhFmgAdMI85KAqRkOAiEAwzOKcS2ZaLNUmCne0fhNvmmfOD8lmNyQKI9+wrOz+YU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\fa237e3e-274c-47e1-b769-d77e4d624dde\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260202.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test: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","generate:client":"autorest --typescript swagger/README.md","update-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\\fa237e3e-274c-47e1-b769-d77e4d624dde\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260202.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-KbwF2Dr0eQR221p6FyrEJFhfKqtLBxTa8KseTRTWEjl6bmAxbyDDVwykqhxy7GxVp709nbjT/hQIe2F+Rg5GBQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.30.0-alpha <12.30.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260202.1_1770095590060_0.7293167916839889","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260203.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260203.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260203.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"f224a59a8a5573d835b00768c625774684a3fc9b","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260203.1.tgz","fileCount":296,"integrity":"sha512-0Rg8R68dmtLyQKWVEizWGAnIu72p/Nw3Eiq6T4Z6BELxdNKZKr+O6FoCqV18y31s+0gmtV3cvuFobMBo2YEuTQ==","signatures":[{"sig":"MEUCIHJuT6qksiPrK/8uZbuWzjcTSwKQi5X2GWRilyJsAzCQAiEA5X04CAkUq8iARy3Rq25hRZfkiZ7T1DB3JW+zoqMj0+E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\233ad99d-4c88-40e0-a399-affad11391ae\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260203.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\233ad99d-4c88-40e0-a399-affad11391ae\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260203.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-0Rg8R68dmtLyQKWVEizWGAnIu72p/Nw3Eiq6T4Z6BELxdNKZKr+O6FoCqV18y31s+0gmtV3cvuFobMBo2YEuTQ==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.31.0-alpha <12.31.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260203.1_1770181656608_0.5959724341159673","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260204.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260204.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-alpha.20260204.1","maintainers":[{"name":"azure-sdk","email":"azure-sdk-npmjs@microsoft.com"},{"name":"microsoft1es","email":"npmjs@microsoft.com"}],"homepage":"https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5745096ac4a63f0974e81f6775038500de9f4646","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260204.1.tgz","fileCount":296,"integrity":"sha512-5/Wc9DNNytMOZnf3ccIXNHcxRcZG/jS3xnxBwAL/0woLgSKx6hA4Ya+x1I6BSbVgn+SL/s8dJCqoLAa8LYoU2w==","signatures":[{"sig":"MEUCIFt+ssM3Ohp+IoClsKhE1g/biJ3jT/iN9ZSnTMkZ28TmAiEAlBQwQe9RadG6ZTUsXKtxKhP8s5Xlkc9Im3HjillgaVE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\8249cac5-c140-42c0-a75e-c29c562748f6\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260204.1.tgz","types":"./dist/commonjs/index.d.ts","module":"./dist/esm/index.js","browser":"./dist/browser/index.js","engines":{"node":">=20.0.0"},"exports":{".":{"import":{"types":"./dist/esm/index.d.ts","default":"./dist/esm/index.js"},"browser":{"types":"./dist/browser/index.d.ts","default":"./dist/browser/index.js"},"require":{"types":"./dist/commonjs/index.d.ts","default":"./dist/commonjs/index.js"},"react-native":{"types":"./dist/react-native/index.d.ts","default":"./dist/react-native/index.js"}},"./package.json":"./package.json"},"scripts":{"lint":"eslint package.json src test","pack":"pnpm pack 2>&1","test":"npm run test:node && npm run test:browser","build":"npm run clean && dev-tool run build-package && dev-tool run extract-api","clean":"rimraf --glob dist dist-* temp types *.tgz *.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","generate:client":"autorest --typescript swagger/README.md","update-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\\8249cac5-c140-42c0-a75e-c29c562748f6\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260204.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-5/Wc9DNNytMOZnf3ccIXNHcxRcZG/jS3xnxBwAL/0woLgSKx6hA4Ya+x1I6BSbVgn+SL/s8dJCqoLAa8LYoU2w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.31.0-alpha <12.31.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260204.1_1770267981113_0.615993145780372","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260206.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260206.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"6f874b202f9c302659ce6c94a61ad08e9e0fceb2","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260206.1.tgz","fileCount":296,"integrity":"sha512-M+taMjH+mFtXvtPkNBU+0i4HWMxWSXFx7OF+A+7tjSERObsR1HfmRSFAug0krf4WoYBrvN8LqMlSXD3EW8P4KA==","signatures":[{"sig":"MEQCIES9c9x9W4TWeJ4AXezpIHPxthknW3teDa2yE2EfMDinAiAD9499lzoR0nd91Z4TM+1jEDdNcCmfQjgFvjchnU9Iwg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\26773efe-4ede-4a43-96e2-48df324b229d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\26773efe-4ede-4a43-96e2-48df324b229d\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260206.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-M+taMjH+mFtXvtPkNBU+0i4HWMxWSXFx7OF+A+7tjSERObsR1HfmRSFAug0krf4WoYBrvN8LqMlSXD3EW8P4KA==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.31.0-alpha <12.31.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260206.1_1770440885431_0.11306306852383452","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260209.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260209.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"5f87fe1cc9cea6abe73d672396d244aa7f388d6a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260209.1.tgz","fileCount":296,"integrity":"sha512-bRDu9U1hzWc/igRFKsPIP4K6ZStSbSdp7pCNdE0SN/3MUrPugFXUCD3FXqPXGMnglvZ87ExibXg9d56zRGe8ig==","signatures":[{"sig":"MEUCIB9UYMtTqiIyF2Ly2ho7HtCI+L+ADsJYIXo4w8UZLAIRAiEA2nYJ4Pnk6rw5zXah1mDJAbWuN8NdnWpUPU18txxDn80=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\079d1e82-be3c-41ba-9cf1-b0894660e5a2\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\079d1e82-be3c-41ba-9cf1-b0894660e5a2\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260209.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-bRDu9U1hzWc/igRFKsPIP4K6ZStSbSdp7pCNdE0SN/3MUrPugFXUCD3FXqPXGMnglvZ87ExibXg9d56zRGe8ig==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.31.0-alpha <12.31.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260209.1_1770700261717_0.0036497007125468883","host":"s3://npm-registry-packages-npm-production"}},"1.1.0-alpha.20260210.1":{"name":"@azure/ai-language-text","version":"1.1.0-alpha.20260210.1","keywords":["node","azure","cloud","typescript","browser","isomorphic"],"author":{"name":"Microsoft Corporation"},"license":"MIT","_id":"@azure/ai-language-text@1.1.0-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/cognitivelanguage/ai-language-text/README.md","bugs":{"url":"https://github.com/Azure/azure-sdk-for-js/issues"},"tag":"dev","dist":{"shasum":"73970edd7fc547c34b652e5e6ff7b154b8d2575a","tarball":"https://registry.npmjs.org/@azure/ai-language-text/-/ai-language-text-1.1.0-alpha.20260210.1.tgz","fileCount":296,"integrity":"sha512-Bdr2JxfMaTmHImoVy6mcrH4vxD2O/F1Hfhr/pITBemHUBpuBchhMjo6ZC3TJPigNnqMfQcNLKjRzjHrbub582w==","signatures":[{"sig":"MEQCIGBFPARAVBwTYZKupt9CoCwazP5Cf8pG1Q+NCLqBqM+KAiAvGluEFTXN3/gXivKHVnz86iYjq9nfrnhdgSyfXB+YvQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":3284693},"main":"./dist/commonjs/index.js","tshy":{"exports":{".":"./src/index.ts","./package.json":"./package.json"},"project":"../../../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\\11db860c-da2e-4ad5-b0f6-0f471cc42f13\\azure-ai-language-text\\azure-ai-language-text-1.1.0-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","generate:client":"autorest --typescript swagger/README.md","update-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\\11db860c-da2e-4ad5-b0f6-0f471cc42f13\\azure-ai-language-text\\azure-ai-language-text-1.1.0-alpha.20260210.1.tgz","//metadata":{"constantPaths":[{"path":"src/constants.ts","prefix":"SDK_VERSION"},{"path":"src/generated/generatedClient.ts","prefix":"packageDetails"},{"path":"swagger/README.md","prefix":"package-version"}]},"_integrity":"sha512-Bdr2JxfMaTmHImoVy6mcrH4vxD2O/F1Hfhr/pITBemHUBpuBchhMjo6ZC3TJPigNnqMfQcNLKjRzjHrbub582w==","repository":{"url":"git+https://github.com/Azure/azure-sdk-for-js.git","type":"git"},"autoPublish":false,"description":"An isomorphic client library for the text analysis features in the Azure Cognitive Language 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/core-rest-pipeline":">=1.22.3-alpha <1.22.3-alphb"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"tshy":"^3.0.3","dotenv":"^16.6.1","eslint":"^9.39.1","rimraf":"^6.1.0","vitest":"^4.0.8","prettier":"^3.6.2","unzipper":"~0.12.3","cross-env":"^10.1.0","playwright":"^1.56.1","typescript":"~5.9.3","@types/node":"^20.19.25","chai-exclude":"^3.0.0","@azure/dev-tool":"^1.0.0","@azure/identity":"4.13.0","@types/unzipper":"~0.10.10","@azure/core-util":"^1.13.2","@azure/storage-blob":">=12.31.0-alpha <12.31.0-alphb","@azure-rest/core-client":">=2.5.2-alpha <2.5.2-alphb","@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":{"skip":["customEntityRecognition.js","customMultiLabelClassification.js","customSingleLabelClassification.js"],"productName":"Azure Cognitive Language Service","productSlugs":["azure","azure-cognitive-services","language-service"],"requiredResources":{"Azure Cognitive Services instance":"https://learn.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account"}},"_npmOperationalInternal":{"tmp":"tmp/ai-language-text_1.1.0-alpha.20260210.1_1770786344275_0.7993571506430612","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2022-08-09T04:01:34.959Z","modified":"2026-03-19T19:45:58.078Z","1.0.0-alpha.20220808.2":"2022-08-09T04:01:35.311Z","1.0.0-beta.1":"2022-08-11T23:21:56.016Z","1.0.0-alpha.20220816.1":"2022-08-17T04:02:52.569Z","1.0.0-alpha.20220907.3":"2022-09-08T04:02:31.038Z","1.0.0":"2022-09-08T19:42:26.734Z","1.0.1-alpha.20220908.7":"2022-09-09T04:00:36.455Z","1.0.1-alpha.20220914.2":"2022-09-15T04:02:37.403Z","1.0.1-alpha.20220919.2":"2022-09-20T04:05:13.725Z","1.0.1-alpha.20220922.1":"2022-09-23T04:00:33.823Z","1.0.1-alpha.20221005.2":"2022-10-06T04:03:25.979Z","1.0.1-alpha.20221014.1":"2022-10-15T04:00:30.332Z","1.1.0-alpha.20221101.3":"2022-11-02T04:05:12.953Z","1.1.0-alpha.20221102.2":"2022-11-03T04:01:02.119Z","1.1.0-alpha.20221104.3":"2022-11-05T04:04:11.919Z","1.1.0-alpha.20221107.2":"2022-11-08T05:04:07.420Z","1.1.0-alpha.20221116.2":"2022-11-17T05:10:34.282Z","1.1.0-beta.1":"2022-11-18T01:24:12.822Z","1.1.0-alpha.20221117.5":"2022-11-18T05:03:21.688Z","1.1.0-alpha.20221128.2":"2022-11-29T05:03:21.716Z","1.1.0-alpha.20221130.3":"2022-12-01T05:03:59.565Z","1.1.0-alpha.20230112.1":"2023-01-13T05:06:02.082Z","1.1.0-alpha.20230126.1":"2023-01-27T05:02:57.949Z","1.1.0-alpha.20230210.1":"2023-02-11T05:08:10.206Z","1.1.0-alpha.20230223.3":"2023-02-24T05:26:02.171Z","1.1.0-alpha.20230228.2":"2023-03-01T05:03:53.240Z","1.1.0-alpha.20230301.2":"2023-03-02T05:05:41.202Z","1.1.0-alpha.20230302.1":"2023-03-03T05:25:51.234Z","1.1.0-alpha.20230303.3":"2023-03-04T05:00:35.352Z","1.1.0-alpha.20230306.3":"2023-03-07T05:04:50.262Z","1.1.0-beta.2":"2023-03-07T22:08:18.450Z","1.1.0-alpha.20230307.3":"2023-03-08T05:05:20.255Z","1.1.0-alpha.20230308.2":"2023-03-09T05:01:25.107Z","1.1.0-alpha.20230313.3":"2023-03-14T04:03:11.282Z","1.1.0-alpha.20230317.3":"2023-03-18T04:02:22.136Z","1.1.0-alpha.20230320.1":"2023-03-21T04:23:21.285Z","1.1.0-alpha.20230411.2":"2023-04-12T04:06:50.615Z","1.1.0-alpha.20230418.2":"2023-04-19T04:08:03.027Z","1.1.0-alpha.20230508.3":"2023-05-09T04:04:06.527Z","1.1.0":"2023-06-15T23:36:50.879Z","1.1.0-alpha.20230615.5":"2023-06-16T04:10:50.036Z","1.1.0-alpha.20230727.2":"2023-07-28T04:03:12.544Z","1.1.0-alpha.20230922.1":"2023-09-23T04:22:09.964Z","1.1.0-alpha.20230926.1":"2023-09-27T04:21:42.443Z","1.1.0-alpha.20230929.1":"2023-09-30T04:21:07.962Z","1.1.0-alpha.20231009.1":"2023-10-10T04:22:20.494Z","1.1.0-alpha.20231023.1":"2023-10-24T04:20:55.186Z","1.1.0-alpha.20231030.1":"2023-10-31T04:21:49.368Z","1.1.0-alpha.20231031.2":"2023-11-01T04:02:25.928Z","1.1.0-alpha.20231102.2":"2023-11-03T04:04:09.513Z","1.1.0-alpha.20231106.1":"2023-11-07T05:20:53.995Z","1.1.0-alpha.20231116.1":"2023-11-17T05:03:55.410Z","1.1.0-alpha.20231120.1":"2023-11-21T05:21:15.202Z","1.1.0-alpha.20231206.1":"2023-12-07T05:02:48.740Z","1.1.0-alpha.20231218.1":"2023-12-19T05:00:42.217Z","1.1.0-alpha.20240110.1":"2024-01-11T05:03:20.945Z","1.1.0-alpha.20240112.1":"2024-01-13T05:22:42.146Z","1.1.0-alpha.20240116.1":"2024-01-17T05:02:37.467Z","1.1.0-alpha.20240126.2":"2024-01-27T05:03:46.167Z","1.1.0-alpha.20240202.1":"2024-02-03T05:22:18.650Z","1.1.0-alpha.20240220.1":"2024-02-21T05:02:49.283Z","1.1.0-alpha.20240307.1":"2024-03-08T05:08:05.443Z","1.1.0-alpha.20240312.1":"2024-03-13T04:08:46.524Z","1.1.0-alpha.20240322.1":"2024-03-23T04:07:20.521Z","1.1.0-alpha.20240402.1":"2024-04-03T04:06:43.269Z","1.1.0-alpha.20240403.1":"2024-04-04T04:06:59.959Z","1.1.0-alpha.20240409.1":"2024-04-10T04:10:09.513Z","1.1.0-alpha.20240410.1":"2024-04-11T04:10:38.354Z","1.1.0-alpha.20240411.1":"2024-04-12T04:09:58.945Z","1.1.0-alpha.20240412.1":"2024-04-13T04:05:16.772Z","1.1.0-alpha.20240415.1":"2024-04-16T04:06:14.981Z","1.1.0-alpha.20240416.1":"2024-04-17T04:08:17.037Z","1.1.0-alpha.20240417.1":"2024-04-18T04:11:37.928Z","1.1.0-alpha.20240418.1":"2024-04-19T04:06:24.967Z","1.1.0-alpha.20240419.1":"2024-04-20T04:07:16.754Z","1.1.0-alpha.20240422.2":"2024-04-23T04:07:50.775Z","1.1.0-alpha.20240423.1":"2024-04-24T04:10:19.225Z","1.1.0-alpha.20240425.1":"2024-04-26T04:06:13.557Z","1.1.0-alpha.20240426.1":"2024-04-27T04:03:47.695Z","1.1.0-alpha.20240429.1":"2024-04-30T04:06:44.639Z","1.1.0-alpha.20240430.1":"2024-05-01T04:04:52.192Z","1.1.0-alpha.20240501.1":"2024-05-02T04:06:20.894Z","1.1.0-alpha.20240502.1":"2024-05-03T04:04:59.889Z","1.1.0-alpha.20240503.1":"2024-05-04T04:04:16.597Z","1.1.0-alpha.20240506.1":"2024-05-07T04:05:15.107Z","1.1.0-alpha.20240507.1":"2024-05-08T04:06:02.515Z","1.1.0-alpha.20240508.1":"2024-05-09T04:05:23.287Z","1.1.0-alpha.20240509.1":"2024-05-10T04:03:18.863Z","1.1.0-alpha.20240510.1":"2024-05-11T04:08:00.586Z","1.1.0-alpha.20240513.1":"2024-05-14T04:04:20.164Z","1.1.0-alpha.20240514.1":"2024-05-15T04:03:29.196Z","1.1.0-alpha.20240515.2":"2024-05-16T04:04:16.622Z","1.1.0-alpha.20240516.1":"2024-05-17T04:04:38.381Z","1.1.0-alpha.20240517.1":"2024-05-18T04:03:24.580Z","1.1.0-alpha.20240520.1":"2024-05-21T04:05:03.915Z","1.1.0-alpha.20240521.1":"2024-05-22T04:06:19.200Z","1.1.0-alpha.20240522.1":"2024-05-23T04:04:35.463Z","1.1.0-alpha.20240523.1":"2024-05-24T04:07:33.985Z","1.1.0-alpha.20240524.1":"2024-05-25T04:03:11.810Z","1.1.0-alpha.20240527.1":"2024-05-28T04:04:34.161Z","1.1.0-alpha.20240528.1":"2024-05-29T04:13:06.469Z","1.1.0-alpha.20240530.1":"2024-05-31T04:04:10.635Z","1.1.0-alpha.20240531.1":"2024-06-01T04:03:10.218Z","1.1.0-alpha.20240603.1":"2024-06-04T04:06:45.213Z","1.1.0-alpha.20240604.1":"2024-06-05T04:04:50.259Z","1.1.0-alpha.20240605.1":"2024-06-06T04:07:11.647Z","1.1.0-alpha.20240606.1":"2024-06-07T04:05:14.046Z","1.1.0-alpha.20240607.1":"2024-06-08T04:05:53.195Z","1.1.0-alpha.20240610.1":"2024-06-11T04:09:52.352Z","1.1.0-alpha.20240611.1":"2024-06-12T04:05:37.605Z","1.1.0-alpha.20240612.1":"2024-06-13T04:05:08.503Z","1.1.0-alpha.20240613.1":"2024-06-14T04:07:57.390Z","1.1.0-alpha.20240614.1":"2024-06-15T04:04:25.475Z","1.1.0-alpha.20240617.1":"2024-06-18T04:03:14.334Z","1.1.0-alpha.20240618.1":"2024-06-19T04:04:43.389Z","1.1.0-alpha.20240619.1":"2024-06-20T04:03:47.903Z","1.1.0-alpha.20240620.1":"2024-06-21T04:08:35.504Z","1.1.0-alpha.20240621.1":"2024-06-22T04:00:37.339Z","1.1.0-alpha.20240624.1":"2024-06-25T04:05:15.975Z","1.1.0-alpha.20240625.1":"2024-06-26T04:11:04.713Z","1.1.0-alpha.20240626.1":"2024-06-27T04:04:27.904Z","1.1.0-alpha.20240627.1":"2024-06-28T04:06:24.013Z","1.1.0-alpha.20240628.1":"2024-06-29T04:06:36.850Z","1.1.0-alpha.20240704.1":"2024-07-05T04:01:57.230Z","1.1.0-alpha.20240705.1":"2024-07-06T04:03:11.741Z","1.1.0-alpha.20240708.1":"2024-07-09T04:04:34.758Z","1.1.0-alpha.20240709.1":"2024-07-10T04:14:47.184Z","1.1.0-alpha.20240710.1":"2024-07-11T04:03:39.574Z","1.1.0-alpha.20240711.1":"2024-07-12T04:04:31.810Z","1.1.0-alpha.20240712.1":"2024-07-13T04:02:36.633Z","1.1.0-alpha.20240715.1":"2024-07-16T04:01:41.739Z","1.1.0-alpha.20240717.1":"2024-07-18T04:02:56.068Z","1.1.0-alpha.20240718.2":"2024-07-19T04:02:02.563Z","1.1.0-alpha.20240719.1":"2024-07-20T04:00:06.983Z","1.1.0-alpha.20240722.2":"2024-07-23T04:08:14.138Z","1.1.0-alpha.20240723.1":"2024-07-24T04:04:34.307Z","1.1.0-alpha.20240724.1":"2024-07-25T04:06:10.248Z","1.1.0-alpha.20240725.1":"2024-07-26T04:03:40.259Z","1.1.0-alpha.20240726.1":"2024-07-27T04:07:38.250Z","1.1.0-alpha.20240729.1":"2024-07-30T04:01:46.992Z","1.1.0-alpha.20240730.1":"2024-07-31T04:01:12.459Z","1.1.0-alpha.20240731.1":"2024-08-01T04:01:08.345Z","1.1.0-alpha.20240801.2":"2024-08-02T04:05:01.681Z","1.1.0-alpha.20240802.1":"2024-08-03T04:02:36.629Z","1.1.0-alpha.20240805.1":"2024-08-06T04:01:43.657Z","1.1.0-alpha.20240806.1":"2024-08-07T05:14:20.883Z","1.1.0-alpha.20240807.1":"2024-08-08T04:06:59.937Z","1.1.0-alpha.20240808.1":"2024-08-09T04:04:11.019Z","1.1.0-alpha.20240809.1":"2024-08-10T04:02:12.202Z","1.1.0-alpha.20240812.1":"2024-08-13T04:02:00.521Z","1.1.0-alpha.20240813.1":"2024-08-14T04:02:37.347Z","1.1.0-alpha.20240814.1":"2024-08-15T04:05:54.623Z","1.1.0-alpha.20240815.1":"2024-08-16T04:02:08.980Z","1.1.0-alpha.20240816.1":"2024-08-17T04:04:12.348Z","1.1.0-alpha.20240819.1":"2024-08-20T04:06:03.716Z","1.1.0-alpha.20240820.1":"2024-08-21T04:02:56.399Z","1.1.0-alpha.20240821.1":"2024-08-22T04:04:47.452Z","1.1.0-alpha.20240822.1":"2024-08-23T04:04:42.679Z","1.1.0-alpha.20240823.2":"2024-08-24T04:03:40.578Z","1.1.0-alpha.20240826.1":"2024-08-27T04:03:21.238Z","1.1.0-alpha.20240827.1":"2024-08-28T04:01:20.089Z","1.1.0-alpha.20240828.1":"2024-08-29T04:00:12.418Z","1.1.0-alpha.20240829.1":"2024-08-30T04:00:45.471Z","1.1.0-alpha.20240830.1":"2024-08-31T03:59:36.496Z","1.1.0-alpha.20240902.1":"2024-09-03T04:02:14.020Z","1.1.0-alpha.20240903.1":"2024-09-04T04:00:42.683Z","1.1.0-alpha.20240904.1":"2024-09-05T04:02:30.013Z","1.1.0-alpha.20240905.1":"2024-09-06T04:00:58.899Z","1.1.0-alpha.20240906.1":"2024-09-07T03:58:49.756Z","1.1.0-alpha.20240909.1":"2024-09-10T03:58:19.481Z","1.1.0-alpha.20240910.1":"2024-09-11T04:01:45.733Z","1.1.0-alpha.20240911.1":"2024-09-12T04:00:38.659Z","1.1.0-alpha.20240912.1":"2024-09-13T04:00:47.902Z","1.1.0-alpha.20240913.1":"2024-09-14T04:01:02.762Z","1.1.0-alpha.20240916.1":"2024-09-17T03:58:46.764Z","1.1.0-alpha.20240917.1":"2024-09-18T03:59:00.625Z","1.1.0-alpha.20240918.1":"2024-09-19T03:59:05.846Z","1.1.0-alpha.20240919.1":"2024-09-20T04:00:12.494Z","1.1.0-alpha.20240920.1":"2024-09-21T03:59:49.819Z","1.1.0-alpha.20240924.1":"2024-09-25T03:59:28.446Z","1.1.0-alpha.20240925.1":"2024-09-26T04:01:55.943Z","1.1.0-alpha.20240926.1":"2024-09-27T04:01:28.448Z","1.1.0-alpha.20240927.1":"2024-09-28T04:00:29.338Z","1.1.0-alpha.20240930.1":"2024-10-01T04:01:24.722Z","1.1.0-alpha.20241001.1":"2024-10-02T04:03:03.408Z","1.1.0-alpha.20241002.1":"2024-10-03T04:01:50.450Z","1.1.0-alpha.20241003.1":"2024-10-04T04:11:30.448Z","1.1.0-alpha.20241004.1":"2024-10-05T04:01:22.643Z","1.1.0-alpha.20241007.1":"2024-10-08T04:02:49.376Z","1.1.0-alpha.20241008.1":"2024-10-09T04:02:33.411Z","1.1.0-alpha.20241009.1":"2024-10-10T04:00:04.850Z","1.1.0-alpha.20241010.1":"2024-10-11T04:01:25.930Z","1.1.0-alpha.20241011.1":"2024-10-12T04:01:00.801Z","1.1.0-alpha.20241014.1":"2024-10-15T04:01:32.941Z","1.1.0-alpha.20241015.1":"2024-10-16T04:02:53.028Z","1.1.0-alpha.20241016.1":"2024-10-17T04:01:19.157Z","1.1.0-alpha.20241017.1":"2024-10-18T04:03:15.167Z","1.1.0-alpha.20241018.1":"2024-10-19T03:59:55.878Z","1.1.0-alpha.20241021.1":"2024-10-22T04:00:20.813Z","1.1.0-alpha.20241022.1":"2024-10-23T04:02:53.333Z","1.1.0-alpha.20241023.1":"2024-10-24T04:00:21.560Z","1.1.0-alpha.20241024.1":"2024-10-25T04:00:20.563Z","1.1.0-alpha.20241025.1":"2024-10-26T04:02:14.145Z","1.1.0-alpha.20241028.1":"2024-10-29T04:01:04.810Z","1.1.0-alpha.20241029.1":"2024-10-30T03:59:53.552Z","1.1.0-alpha.20241030.2":"2024-10-31T03:59:49.559Z","1.1.0-alpha.20241031.1":"2024-11-01T03:58:33.178Z","1.1.0-alpha.20241111.1":"2024-11-12T05:02:45.110Z","1.1.0-alpha.20241112.1":"2024-11-13T05:00:39.349Z","1.1.0-alpha.20241113.1":"2024-11-14T05:01:59.136Z","1.1.0-alpha.20241114.1":"2024-11-15T05:01:46.094Z","1.1.0-alpha.20241115.1":"2024-11-16T04:58:15.670Z","1.1.0-alpha.20241118.1":"2024-11-19T05:04:58.467Z","1.1.0-alpha.20241119.1":"2024-11-20T05:01:22.857Z","1.1.0-alpha.20241120.1":"2024-11-21T05:03:08.574Z","1.1.0-alpha.20241122.1":"2024-11-23T04:59:17.943Z","1.1.0-alpha.20241125.1":"2024-11-26T05:01:37.014Z","1.1.0-alpha.20241126.2":"2024-11-27T05:02:05.033Z","1.1.0-alpha.20241127.1":"2024-11-28T05:00:42.479Z","1.1.0-alpha.20241128.1":"2024-11-29T05:01:24.387Z","1.1.0-alpha.20241129.1":"2024-11-30T04:59:49.618Z","1.1.0-alpha.20241202.1":"2024-12-03T05:00:11.964Z","1.1.0-alpha.20241203.1":"2024-12-04T04:59:58.520Z","1.1.0-alpha.20241204.2":"2024-12-05T05:04:04.949Z","1.1.0-alpha.20241205.3":"2024-12-06T05:05:45.858Z","1.1.0-alpha.20241206.1":"2024-12-07T05:03:56.002Z","1.1.0-alpha.20241209.1":"2024-12-10T05:04:47.887Z","1.1.0-alpha.20241210.1":"2024-12-11T05:04:58.115Z","1.1.0-alpha.20241211.1":"2024-12-12T05:06:56.751Z","1.1.0-alpha.20241212.1":"2024-12-13T05:07:43.602Z","1.1.0-alpha.20241218.2":"2024-12-19T05:04:27.552Z","1.1.0-alpha.20241219.1":"2024-12-20T05:05:50.034Z","1.1.0-alpha.20241220.1":"2024-12-21T05:05:36.986Z","1.1.0-alpha.20241223.1":"2024-12-24T05:07:08.257Z","1.1.0-alpha.20241224.1":"2024-12-25T05:04:02.546Z","1.1.0-alpha.20241225.1":"2024-12-26T05:07:05.168Z","1.1.0-alpha.20241226.1":"2024-12-27T05:05:24.960Z","1.1.0-alpha.20241227.1":"2024-12-28T05:03:43.994Z","1.1.0-alpha.20241230.1":"2024-12-31T05:05:32.641Z","1.1.0-alpha.20241231.1":"2025-01-01T05:04:07.244Z","1.1.0-alpha.20250101.1":"2025-01-02T05:05:05.465Z","1.1.0-alpha.20250102.1":"2025-01-03T05:06:12.867Z","1.1.0-alpha.20250103.1":"2025-01-04T05:03:45.865Z","1.1.0-alpha.20250107.1":"2025-01-08T05:06:33.410Z","1.1.0-alpha.20250108.1":"2025-01-09T05:06:44.794Z","1.1.0-alpha.20250109.1":"2025-01-10T05:02:12.817Z","1.1.0-alpha.20250110.1":"2025-01-11T05:01:13.252Z","1.1.0-alpha.20250113.2":"2025-01-14T05:05:41.266Z","1.1.0-alpha.20250114.2":"2025-01-15T05:02:51.527Z","1.1.0-alpha.20250115.1":"2025-01-16T05:05:41.620Z","1.1.0-alpha.20250116.1":"2025-01-17T05:03:41.719Z","1.1.0-alpha.20250117.1":"2025-01-18T05:01:42.302Z","1.1.0-alpha.20250120.1":"2025-01-21T05:02:31.382Z","1.1.0-alpha.20250121.1":"2025-01-22T05:00:39.890Z","1.1.0-alpha.20250122.1":"2025-01-23T05:02:19.933Z","1.1.0-alpha.20250124.1":"2025-01-25T05:01:24.269Z","1.1.0-alpha.20250127.1":"2025-01-28T05:01:51.132Z","1.1.0-alpha.20250128.1":"2025-01-29T05:03:02.571Z","1.1.0-alpha.20250129.1":"2025-01-30T05:04:39.417Z","1.1.0-alpha.20250130.1":"2025-01-31T05:03:51.477Z","1.1.0-alpha.20250131.1":"2025-02-01T05:01:12.459Z","1.1.0-alpha.20250204.1":"2025-02-05T05:04:13.871Z","1.1.0-alpha.20250205.1":"2025-02-06T05:05:57.528Z","1.1.0-alpha.20250206.1":"2025-02-07T05:43:49.607Z","1.1.0-alpha.20250207.1":"2025-02-08T05:04:48.696Z","1.1.0-alpha.20250210.1":"2025-02-11T05:05:01.456Z","1.1.0-alpha.20250211.1":"2025-02-12T05:06:54.646Z","1.1.0-alpha.20250212.1":"2025-02-13T05:03:54.753Z","1.1.0-alpha.20250213.1":"2025-02-14T05:04:54.431Z","1.1.0-alpha.20250217.1":"2025-02-18T05:02:16.751Z","1.1.0-alpha.20250218.1":"2025-02-19T05:03:20.962Z","1.1.0-alpha.20250219.1":"2025-02-20T05:04:51.491Z","1.1.0-alpha.20250220.1":"2025-02-21T05:04:25.659Z","1.1.0-alpha.20250221.1":"2025-02-22T05:02:42.863Z","1.1.0-alpha.20250224.1":"2025-02-25T05:02:29.099Z","1.1.0-alpha.20250225.1":"2025-02-26T05:04:27.950Z","1.1.0-alpha.20250226.1":"2025-02-27T05:07:34.422Z","1.1.0-alpha.20250227.1":"2025-02-28T05:02:16.739Z","1.1.0-alpha.20250228.1":"2025-03-01T05:02:32.346Z","1.1.0-alpha.20250303.1":"2025-03-04T05:02:17.532Z","1.1.0-alpha.20250304.1":"2025-03-05T05:04:23.827Z","1.1.0-alpha.20250305.1":"2025-03-06T05:04:08.454Z","1.1.0-alpha.20250306.1":"2025-03-07T05:01:34.783Z","1.1.0-alpha.20250307.1":"2025-03-08T05:02:49.226Z","1.1.0-alpha.20250310.2":"2025-03-11T04:03:48.968Z","1.1.0-alpha.20250311.1":"2025-03-12T04:05:11.302Z","1.1.0-alpha.20250313.1":"2025-03-14T04:14:50.115Z","1.1.0-alpha.20250314.1":"2025-03-15T04:01:37.992Z","1.1.0-alpha.20250317.1":"2025-03-18T04:06:02.869Z","1.1.0-alpha.20250318.1":"2025-03-19T04:00:51.770Z","1.1.0-alpha.20250319.1":"2025-03-20T04:08:20.022Z","1.1.0-alpha.20250320.2":"2025-03-21T04:01:55.212Z","1.1.0-alpha.20250321.1":"2025-03-22T04:01:22.998Z","1.1.0-alpha.20250324.1":"2025-03-25T04:10:30.343Z","1.1.0-alpha.20250325.1":"2025-03-26T04:02:58.717Z","1.1.0-alpha.20250326.1":"2025-03-27T04:06:05.648Z","1.1.0-alpha.20250327.1":"2025-03-28T04:01:41.892Z","1.1.0-alpha.20250328.1":"2025-03-29T04:04:46.762Z","1.1.0-alpha.20250331.1":"2025-04-01T04:07:01.426Z","1.1.0-alpha.20250401.1":"2025-04-02T04:08:51.687Z","1.1.0-alpha.20250402.1":"2025-04-03T04:02:41.899Z","1.1.0-alpha.20250403.2":"2025-04-04T04:03:52.497Z","1.1.0-alpha.20250404.1":"2025-04-05T04:08:50.956Z","1.1.0-alpha.20250407.1":"2025-04-08T04:02:14.124Z","1.1.0-alpha.20250408.1":"2025-04-09T04:02:05.605Z","1.1.0-alpha.20250409.1":"2025-04-10T04:03:10.588Z","1.1.0-alpha.20250416.1":"2025-04-17T04:07:28.033Z","1.1.0-alpha.20250417.1":"2025-04-18T04:07:43.592Z","1.1.0-alpha.20250418.1":"2025-04-19T04:07:46.979Z","1.1.0-alpha.20250421.1":"2025-04-22T04:10:30.742Z","1.1.0-alpha.20250422.1":"2025-04-23T04:06:20.183Z","1.1.0-alpha.20250423.1":"2025-04-24T04:10:19.758Z","1.1.0-alpha.20250424.1":"2025-04-25T04:09:36.281Z","1.1.0-alpha.20250425.1":"2025-04-26T04:08:19.172Z","1.1.0-alpha.20250428.1":"2025-04-29T04:09:04.396Z","1.1.0-alpha.20250429.1":"2025-04-30T04:10:24.851Z","1.1.0-alpha.20250430.1":"2025-05-01T04:06:58.749Z","1.1.0-alpha.20250501.1":"2025-05-02T04:26:35.117Z","1.1.0-alpha.20250502.1":"2025-05-03T04:17:19.444Z","1.1.0-alpha.20250505.1":"2025-05-06T04:19:20.021Z","1.1.0-alpha.20250506.2":"2025-05-07T04:27:19.296Z","1.1.0-alpha.20250507.1":"2025-05-08T04:21:45.333Z","1.1.0-alpha.20250508.1":"2025-05-09T04:26:00.246Z","1.1.0-alpha.20250509.2":"2025-05-10T04:40:36.572Z","1.1.0-alpha.20250512.1":"2025-05-13T04:21:08.621Z","1.1.0-alpha.20250513.1":"2025-05-14T04:08:17.909Z","1.1.0-alpha.20250514.1":"2025-05-15T04:09:49.809Z","1.1.0-alpha.20250516.1":"2025-05-17T04:08:38.318Z","1.1.0-alpha.20250519.1":"2025-05-20T04:08:15.372Z","1.1.0-alpha.20250520.1":"2025-05-21T04:07:59.155Z","1.1.0-alpha.20250521.1":"2025-05-22T04:03:45.426Z","1.1.0-alpha.20250522.1":"2025-05-23T04:07:50.485Z","1.1.0-alpha.20250523.1":"2025-05-24T04:05:30.777Z","1.1.0-alpha.20250526.1":"2025-05-27T04:04:43.653Z","1.1.0-alpha.20250527.1":"2025-05-28T04:15:32.197Z","1.1.0-alpha.20250528.1":"2025-05-29T04:31:21.713Z","1.1.0-alpha.20250529.1":"2025-05-30T04:07:57.130Z","1.1.0-alpha.20250530.1":"2025-05-31T04:08:10.237Z","1.1.0-alpha.20250602.1":"2025-06-03T04:04:39.398Z","1.1.0-alpha.20250603.1":"2025-06-04T04:07:02.133Z","1.1.0-alpha.20250604.1":"2025-06-05T04:07:37.660Z","1.1.0-alpha.20250605.1":"2025-06-06T04:06:38.066Z","1.1.0-alpha.20250606.1":"2025-06-07T04:06:08.505Z","1.1.0-alpha.20250609.2":"2025-06-10T04:05:57.221Z","1.1.0-alpha.20250610.1":"2025-06-11T04:05:28.774Z","1.1.0-alpha.20250611.1":"2025-06-12T04:03:45.883Z","1.1.0-alpha.20250612.1":"2025-06-13T04:04:16.661Z","1.1.0-alpha.20250613.2":"2025-06-14T04:04:59.119Z","1.1.0-alpha.20250616.2":"2025-06-17T04:06:22.104Z","1.1.0-alpha.20250617.1":"2025-06-18T04:07:07.246Z","1.1.0-alpha.20250618.1":"2025-06-19T04:07:34.560Z","1.1.0-alpha.20250619.1":"2025-06-20T04:08:05.346Z","1.1.0-alpha.20250722.2":"2025-07-23T04:01:01.095Z","1.1.0-alpha.20250729.1":"2025-07-30T04:04:31.240Z","1.1.0-alpha.20250804.1":"2025-08-05T04:03:00.609Z","1.1.0-alpha.20250822.1":"2025-08-23T04:07:58.211Z","1.1.0-alpha.20250825.1":"2025-08-26T04:06:09.931Z","1.1.0-alpha.20250826.1":"2025-08-27T04:06:58.654Z","1.1.0-alpha.20250827.1":"2025-08-28T04:05:03.898Z","1.1.0-alpha.20250828.1":"2025-08-29T04:05:31.128Z","1.1.0-alpha.20250829.1":"2025-08-30T04:08:00.459Z","1.1.0-alpha.20250901.1":"2025-09-02T04:18:18.174Z","1.1.0-alpha.20250902.1":"2025-09-03T04:06:06.628Z","1.1.0-alpha.20250903.1":"2025-09-04T04:12:51.755Z","1.1.0-alpha.20250904.1":"2025-09-05T04:12:11.515Z","1.1.0-alpha.20250905.1":"2025-09-06T03:57:20.951Z","1.1.0-alpha.20250908.1":"2025-09-09T04:00:08.924Z","1.1.0-alpha.20250909.1":"2025-09-10T03:57:26.302Z","1.1.0-alpha.20250910.1":"2025-09-11T04:03:28.634Z","1.1.0-alpha.20250911.1":"2025-09-12T04:01:43.855Z","1.1.0-alpha.20250915.1":"2025-09-16T03:58:38.237Z","1.1.0-alpha.20250916.1":"2025-09-17T04:03:00.000Z","1.1.0-alpha.20250917.1":"2025-09-18T04:03:52.768Z","1.1.0-alpha.20250918.1":"2025-09-19T03:58:54.640Z","1.1.0-alpha.20250922.1":"2025-09-23T04:05:58.816Z","1.1.0-alpha.20250923.1":"2025-09-24T03:58:42.986Z","1.1.0-alpha.20250924.1":"2025-09-25T03:58:15.518Z","1.1.0-alpha.20250925.1":"2025-09-26T03:57:52.719Z","1.1.0-alpha.20250926.1":"2025-09-27T03:58:32.506Z","1.1.0-alpha.20250929.1":"2025-09-30T04:04:30.785Z","1.1.0-alpha.20251001.1":"2025-10-02T03:57:44.876Z","1.1.0-alpha.20251002.1":"2025-10-03T03:57:59.240Z","1.1.0-alpha.20251003.1":"2025-10-04T04:02:26.116Z","1.1.0-alpha.20251006.1":"2025-10-07T04:00:21.397Z","1.1.0-alpha.20251007.1":"2025-10-08T04:04:20.617Z","1.1.0-alpha.20251008.1":"2025-10-09T04:05:54.793Z","1.1.0-alpha.20251009.1":"2025-10-10T03:58:57.230Z","1.1.0-alpha.20251010.1":"2025-10-11T03:58:24.113Z","1.1.0-alpha.20251017.1":"2025-10-18T04:07:09.659Z","1.1.0-alpha.20251020.1":"2025-10-21T04:06:03.401Z","1.1.0-alpha.20251021.1":"2025-10-22T04:03:35.280Z","1.1.0-alpha.20251023.1":"2025-10-24T04:01:32.896Z","1.1.0-alpha.20251024.1":"2025-10-25T04:03:45.845Z","1.1.0-alpha.20251027.1":"2025-10-28T04:07:14.225Z","1.1.0-alpha.20251028.1":"2025-10-29T04:07:48.988Z","1.1.0-alpha.20251029.1":"2025-10-30T04:00:59.263Z","1.1.0-alpha.20251030.1":"2025-10-31T04:09:04.425Z","1.1.0-alpha.20251031.1":"2025-11-01T04:07:07.959Z","1.1.0-alpha.20251103.1":"2025-11-04T05:02:44.819Z","1.1.0-alpha.20251104.1":"2025-11-05T05:03:27.891Z","1.1.0-alpha.20251105.2":"2025-11-06T05:04:39.323Z","1.1.0-alpha.20251106.1":"2025-11-07T05:01:39.661Z","1.1.0-alpha.20251107.1":"2025-11-08T05:07:31.654Z","1.1.0-alpha.20251110.1":"2025-11-11T05:01:12.502Z","1.1.0-alpha.20251111.1":"2025-11-12T04:59:46.652Z","1.1.0-alpha.20251112.1":"2025-11-13T05:08:28.027Z","1.1.0-alpha.20251113.1":"2025-11-14T04:59:03.145Z","1.1.0-alpha.20251114.1":"2025-11-15T05:00:53.756Z","1.1.0-alpha.20251117.1":"2025-11-18T05:00:07.755Z","1.1.0-alpha.20251118.1":"2025-11-19T04:59:50.220Z","1.1.0-alpha.20251119.1":"2025-11-20T04:59:32.216Z","1.1.0-alpha.20251120.1":"2025-11-21T05:03:12.017Z","1.1.0-alpha.20251121.1":"2025-11-22T05:07:41.322Z","1.1.0-alpha.20251124.1":"2025-11-25T05:00:19.777Z","1.1.0-alpha.20251125.1":"2025-11-26T04:59:24.270Z","1.1.0-alpha.20251126.1":"2025-11-27T04:59:46.806Z","1.1.0-alpha.20251127.1":"2025-11-28T05:00:11.620Z","1.1.0-alpha.20251128.1":"2025-11-29T05:06:33.595Z","1.1.0-alpha.20251201.1":"2025-12-02T05:06:33.749Z","1.1.0-alpha.20251202.1":"2025-12-03T05:01:02.559Z","1.1.0-alpha.20251203.1":"2025-12-04T05:06:14.920Z","1.1.0-alpha.20251204.1":"2025-12-05T05:00:39.107Z","1.1.0-alpha.20251210.1":"2025-12-11T05:02:19.852Z","1.1.0-alpha.20251212.1":"2025-12-13T05:01:42.093Z","1.1.0-alpha.20251215.1":"2025-12-16T04:58:53.960Z","1.1.0-alpha.20251216.1":"2025-12-17T05:01:42.621Z","1.1.0-alpha.20251217.1":"2025-12-18T05:01:07.024Z","1.1.0-alpha.20251218.1":"2025-12-19T05:11:22.307Z","1.1.0-alpha.20251219.1":"2025-12-20T05:03:41.453Z","1.1.0-alpha.20251222.1":"2025-12-23T05:02:24.579Z","1.1.0-alpha.20251223.1":"2025-12-24T04:58:44.786Z","1.1.0-alpha.20251224.1":"2025-12-25T05:00:32.038Z","1.1.0-alpha.20251226.1":"2025-12-27T05:02:00.930Z","1.1.0-alpha.20251229.1":"2025-12-30T05:05:03.801Z","1.1.0-alpha.20251230.1":"2025-12-31T05:05:51.979Z","1.1.0-alpha.20251231.1":"2026-01-01T04:58:28.220Z","1.1.0-alpha.20260102.1":"2026-01-03T05:02:14.671Z","1.1.0-alpha.20260105.1":"2026-01-06T05:08:39.940Z","1.1.0-alpha.20260106.1":"2026-01-07T05:05:52.090Z","1.1.0-alpha.20260107.1":"2026-01-08T05:09:36.195Z","1.1.0-alpha.20260108.1":"2026-01-09T05:04:59.093Z","1.1.0-alpha.20260109.1":"2026-01-10T05:02:45.251Z","1.1.0-alpha.20260112.1":"2026-01-13T04:59:33.822Z","1.1.0-alpha.20260113.1":"2026-01-14T04:59:03.104Z","1.1.0-alpha.20260114.1":"2026-01-15T05:03:26.398Z","1.1.0-alpha.20260115.1":"2026-01-16T05:07:14.400Z","1.1.0-alpha.20260119.1":"2026-01-20T05:03:27.142Z","1.1.0-alpha.20260121.1":"2026-01-22T04:59:48.247Z","1.1.0-alpha.20260122.1":"2026-01-23T05:02:44.184Z","1.1.0-alpha.20260123.1":"2026-01-24T05:07:52.428Z","1.1.0-alpha.20260126.1":"2026-01-27T05:01:04.804Z","1.1.0-alpha.20260127.1":"2026-01-28T05:01:38.233Z","1.1.0-alpha.20260130.1":"2026-01-31T04:59:49.543Z","1.1.0-alpha.20260202.1":"2026-02-03T05:13:10.242Z","1.1.0-alpha.20260203.1":"2026-02-04T05:07:36.819Z","1.1.0-alpha.20260204.1":"2026-02-05T05:06:21.276Z","1.1.0-alpha.20260206.1":"2026-02-07T05:08:05.626Z","1.1.0-alpha.20260209.1":"2026-02-10T05:11:01.956Z","1.1.0-alpha.20260210.1":"2026-02-11T05:05:44.500Z"},"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/cognitivelanguage/ai-language-text/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 text analysis features in the Azure Cognitive Language 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":""}